diff options
Diffstat (limited to 'selinux/runcon.c')
-rw-r--r-- | selinux/runcon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selinux/runcon.c b/selinux/runcon.c index 015a23322..37ac5d18f 100644 --- a/selinux/runcon.c +++ b/selinux/runcon.c | |||
@@ -104,7 +104,7 @@ int runcon_main(int argc, char **argv) | |||
104 | applet_long_options = runcon_longopts; | 104 | applet_long_options = runcon_longopts; |
105 | #endif | 105 | #endif |
106 | opt_complementary = "-1"; | 106 | opt_complementary = "-1"; |
107 | opts = getopt32(argc, argv, "r:t:u:l:ch", &role, &type, &user, &range); | 107 | opts = getopt32(argv, "r:t:u:l:ch", &role, &type, &user, &range); |
108 | argv += optind; | 108 | argv += optind; |
109 | 109 | ||
110 | if (!(opts & OPTS_CONTEXT_COMPONENT)) { | 110 | if (!(opts & OPTS_CONTEXT_COMPONENT)) { |