svn commit: trunk/busybox/selinux

vda at busybox.net vda at busybox.net
Wed Sep 26 17:55:56 UTC 2007


Author: vda
Date: 2007-09-26 10:55:55 -0700 (Wed, 26 Sep 2007)
New Revision: 20042

Log:
chcon: trivial fix



Modified:
   trunk/busybox/selinux/chcon.c


Changeset:
Modified: trunk/busybox/selinux/chcon.c
===================================================================
--- trunk/busybox/selinux/chcon.c	2007-09-26 17:54:18 UTC (rev 20041)
+++ trunk/busybox/selinux/chcon.c	2007-09-26 17:55:55 UTC (rev 20042)
@@ -136,7 +136,7 @@
 		":\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;
 




More information about the busybox-cvs mailing list