diff options
Diffstat (limited to 'selinux/sestatus.c')
-rw-r--r-- | selinux/sestatus.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/selinux/sestatus.c b/selinux/sestatus.c index daf4b223b..6954aca70 100644 --- a/selinux/sestatus.c +++ b/selinux/sestatus.c | |||
@@ -167,8 +167,7 @@ int sestatus_main(int argc UNUSED_PARAM, char **argv) | |||
167 | const char *pol_path; | 167 | const char *pol_path; |
168 | int rc; | 168 | int rc; |
169 | 169 | ||
170 | opt_complementary = "?0"; /* no arguments are required. */ | 170 | opts = getopt32(argv, "^" "vb" "\0" "=0"/*no arguments*/); |
171 | opts = getopt32(argv, "vb"); | ||
172 | 171 | ||
173 | /* SELinux status: line */ | 172 | /* SELinux status: line */ |
174 | rc = is_selinux_enabled(); | 173 | rc = is_selinux_enabled(); |