aboutsummaryrefslogtreecommitdiff
path: root/selinux
diff options
context:
space:
mode:
Diffstat (limited to 'selinux')
-rw-r--r--selinux/Config.src2
-rw-r--r--selinux/Kbuild.src2
2 files changed, 4 insertions, 0 deletions
diff --git a/selinux/Config.src b/selinux/Config.src
index e46030adf..64a99203e 100644
--- a/selinux/Config.src
+++ b/selinux/Config.src
@@ -6,6 +6,8 @@
6menu "SELinux Utilities" 6menu "SELinux Utilities"
7 depends on SELINUX 7 depends on SELINUX
8 8
9INSERT
10
9config CHCON 11config CHCON
10 bool "chcon" 12 bool "chcon"
11 default n 13 default n
diff --git a/selinux/Kbuild.src b/selinux/Kbuild.src
index d0c190ceb..6567e3c07 100644
--- a/selinux/Kbuild.src
+++ b/selinux/Kbuild.src
@@ -6,6 +6,8 @@
6# Licensed under the GPL v2, see the file LICENSE in this tarball. 6# Licensed under the GPL v2, see the file LICENSE in this tarball.
7 7
8lib-y:= 8lib-y:=
9
10INSERT
9lib-$(CONFIG_CHCON) += chcon.o 11lib-$(CONFIG_CHCON) += chcon.o
10lib-$(CONFIG_GETENFORCE) += getenforce.o 12lib-$(CONFIG_GETENFORCE) += getenforce.o
11lib-$(CONFIG_GETSEBOOL) += getsebool.o 13lib-$(CONFIG_GETSEBOOL) += getsebool.o