getopt32: factor out code to treat all args as options
[oweals/busybox.git] / selinux / setsebool.c
index a8cc004070abfacc6d6fb40a6c8f05447b53b305..57911817212e1999377bb8db21d06f44743835f0 100644 (file)
@@ -7,6 +7,22 @@
  *
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
+//config:config SETSEBOOL
+//config:      bool "setsebool (1.7 kb)"
+//config:      default n
+//config:      depends on SELINUX
+//config:      help
+//config:      Enable support for change boolean.
+//config:      semanage and -P option is not supported yet.
+
+//applet:IF_SETSEBOOL(APPLET(setsebool, BB_DIR_USR_SBIN, BB_SUID_DROP))
+
+//kbuild:lib-$(CONFIG_SETSEBOOL) += setsebool.o
+
+//usage:#define setsebool_trivial_usage
+//usage:       "boolean value"
+//usage:#define setsebool_full_usage "\n\n"
+//usage:       "Change boolean setting"
 
 #include "libbb.h"