diff options
Diffstat (limited to 'selinux')
-rw-r--r-- | selinux/chcon.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/selinux/chcon.c b/selinux/chcon.c index 72cfa93c3..0eab6864e 100644 --- a/selinux/chcon.c +++ b/selinux/chcon.c | |||
@@ -163,9 +163,7 @@ int chcon_main(int argc, char *argv[]) | |||
163 | fname[fname_len] = '\0'; | 163 | fname[fname_len] = '\0'; |
164 | 164 | ||
165 | if (recursive_action(fname, | 165 | if (recursive_action(fname, |
166 | option_mask32 & OPT_RECURSIVE, | 166 | 1<<option_mask32 & OPT_RECURSIVE, |
167 | FALSE, /* followLinks */ | ||
168 | FALSE, /* depthFirst */ | ||
169 | change_filedir_context, | 167 | change_filedir_context, |
170 | change_filedir_context, | 168 | change_filedir_context, |
171 | NULL, 0) != TRUE) | 169 | NULL, 0) != TRUE) |