forked from SELinuxProject/selint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 6ff3d00 ("Add check for fcontext lines containing only spaces") added support for trailing white spaces in file context files together with some unit tests. These unit tests contain such trailing white spaces, which break the current CI due to the white space check via `git diff-tree --check`. Drop the trailing spaces (together with the corresponding test code) to please the CI, hoping regressions will not happen.
- Loading branch information
Showing
3 changed files
with
3 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
/usr/bin/basic -- gen_context(system_u:object_r:basic_t, s0) | ||
/etc/basic(/.*)? gen_context(system_u:object_r:basic_conf_t, s0) | ||
|
||
/var/www/basic gen_this_is_an_error(system_u:obect_r:basic_conf_t, s0) | ||
|
||
/var/log/basic.log -- system_u:object_r:basic_log_t:s0 | ||
|
||
/var/www/basic/basic.conf -- gen_context(system_u:object_r:basic_conf_t, s0, c1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
/path/path <<none>> | ||
/path/path2 <<none>> | ||
/path/path2 <<none>> |