ifupdown: do not fail if interface disappears during ifdown
[oweals/busybox.git] / selinux / setenforce.c
index c5bc0a5a69c79b3f89a208cd43d9510bd55e9e12..c28de6ec5d75daefe562a6a5a3cb303d1bb3057c 100644 (file)
@@ -6,6 +6,16 @@
  *
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
+//config:config SETENFORCE
+//config:      bool "setenforce (2.1 kb)"
+//config:      default n
+//config:      depends on SELINUX
+//config:      help
+//config:      Enable support to modify the mode SELinux is running in.
+
+//applet:IF_SETENFORCE(APPLET(setenforce, BB_DIR_USR_SBIN, BB_SUID_DROP))
+
+//kbuild:lib-$(CONFIG_SETENFORCE) += setenforce.o
 
 //usage:#define setenforce_trivial_usage
 //usage:       "[Enforcing | Permissive | 1 | 0]"