aboutsummaryrefslogtreecommitdiff
path: root/selinux/Kbuild
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-10-14 04:48:44 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-10-14 04:48:44 +0000
commitbe039374f3bd1c76535387ac4d079506804be270 (patch)
tree1f7dbab3c217ea7ce4b5962913cb707672a65bd9 /selinux/Kbuild
parent4a4575686eca96e7d393ba5c08ae3549bed2c1f0 (diff)
downloadbusybox-be039374f3bd1c76535387ac4d079506804be270.tar.gz
setsebool: new applet (Yuichi Nakamura <ynakam@hitachisoft.jp>)
Diffstat (limited to 'selinux/Kbuild')
-rw-r--r--selinux/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/selinux/Kbuild b/selinux/Kbuild
index 08f49c867..ce353e066 100644
--- a/selinux/Kbuild
+++ b/selinux/Kbuild
@@ -16,3 +16,4 @@ lib-$(CONFIG_SELINUXENABLED) += selinuxenabled.o
lib-$(CONFIG_SETENFORCE) += setenforce.o
lib-$(CONFIG_SETFILES) += setfiles.o
lib-$(CONFIG_RESTORECON) += setfiles.o
+lib-$(CONFIG_SETSEBOOL) += setsebool.o