projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ae209c
)
chcon: trivial fix
author
Denis Vlasenko
<vda.linux@googlemail.com>
Wed, 26 Sep 2007 17:55:55 +0000
(17:55 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Wed, 26 Sep 2007 17:55:55 +0000
(17:55 -0000)
selinux/chcon.c
patch
|
blob
|
history
diff --git
a/selinux/chcon.c
b/selinux/chcon.c
index f0590b5b0258305652786df54a8470258153056b..3609880cbc9b9b670c625c64aa21ad86c3e3e078 100644
(file)
--- a/
selinux/chcon.c
+++ b/
selinux/chcon.c
@@
-136,7
+136,7
@@
int chcon_main(int argc, char **argv)
":\xff--urtl:u--\xff:r--\xff:t--\xff:l--\xff"
#endif
":f--v:v--f"; /* 'verbose' and 'quiet' are exclusive */
- getopt32(argv, "Rchf
:
u:r:t:l:v",
+ getopt32(argv, "Rchfu:r:t:l:v",
&user, &role, &type, &range, &reference_file);
argv += optind;