diff options
Diffstat (limited to 'selinux')
-rw-r--r-- | selinux/Config.src | 2 | ||||
-rw-r--r-- | selinux/setfiles.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/selinux/Config.src b/selinux/Config.src index 47d15b6af..d4701f60b 100644 --- a/selinux/Config.src +++ b/selinux/Config.src | |||
@@ -64,7 +64,7 @@ config RUNCON | |||
64 | default n | 64 | default n |
65 | depends on SELINUX | 65 | depends on SELINUX |
66 | help | 66 | help |
67 | Enable support to run command in speficied security context. | 67 | Enable support to run command in specified security context. |
68 | 68 | ||
69 | config FEATURE_RUNCON_LONG_OPTIONS | 69 | config FEATURE_RUNCON_LONG_OPTIONS |
70 | bool "Enable long options" | 70 | bool "Enable long options" |
diff --git a/selinux/setfiles.c b/selinux/setfiles.c index 0173db99e..c974c4a9d 100644 --- a/selinux/setfiles.c +++ b/selinux/setfiles.c | |||
@@ -251,7 +251,6 @@ static int match(const char *name, struct stat *sb, char **con) | |||
251 | name = path; | 251 | name = path; |
252 | if (excludeCtr > 0 && exclude(name)) | 252 | if (excludeCtr > 0 && exclude(name)) |
253 | goto err; | 253 | goto err; |
254 | |||
255 | } else { | 254 | } else { |
256 | char *p; | 255 | char *p; |
257 | p = realpath(name, path); | 256 | p = realpath(name, path); |