diff options
Diffstat (limited to 'coreutils/ls.c')
-rw-r--r-- | coreutils/ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/ls.c b/coreutils/ls.c index 828127a4a..0099f18fe 100644 --- a/coreutils/ls.c +++ b/coreutils/ls.c @@ -196,7 +196,7 @@ static struct dnode *my_stat(char *fullname, char *name) #endif { #ifdef CONFIG_SELINUX - if (is_selinux_enabled()) { + if (is_selinux_enabled()) { lgetfilecon(fullname,&sid); } #endif |