aboutsummaryrefslogtreecommitdiff
path: root/selinux
diff options
context:
space:
mode:
Diffstat (limited to 'selinux')
-rw-r--r--selinux/Config.src1
-rw-r--r--selinux/setfiles.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/selinux/Config.src b/selinux/Config.src
index 64a99203e..47d15b6af 100644
--- a/selinux/Config.src
+++ b/selinux/Config.src
@@ -122,4 +122,3 @@ config SESTATUS
122 Displays the status of SELinux. 122 Displays the status of SELinux.
123 123
124endmenu 124endmenu
125
diff --git a/selinux/setfiles.c b/selinux/setfiles.c
index f45e41b2b..989510e3d 100644
--- a/selinux/setfiles.c
+++ b/selinux/setfiles.c
@@ -118,7 +118,6 @@ static void add_exclude(const char *directory)
118 118
119 if (directory == NULL || directory[0] != '/') { 119 if (directory == NULL || directory[0] != '/') {
120 bb_error_msg_and_die("full path required for exclude: %s", directory); 120 bb_error_msg_and_die("full path required for exclude: %s", directory);
121
122 } 121 }
123 if (lstat(directory, &sb)) { 122 if (lstat(directory, &sb)) {
124 bb_error_msg("directory \"%s\" not found, ignoring", directory); 123 bb_error_msg("directory \"%s\" not found, ignoring", directory);