aboutsummaryrefslogtreecommitdiff
path: root/coreutils/ls.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/ls.c')
-rw-r--r--coreutils/ls.c2
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)
196#endif 196#endif
197 { 197 {
198#ifdef CONFIG_SELINUX 198#ifdef CONFIG_SELINUX
199 if (is_selinux_enabled()) { 199 if (is_selinux_enabled()) {
200 lgetfilecon(fullname,&sid); 200 lgetfilecon(fullname,&sid);
201 } 201 }
202#endif 202#endif