From 1fc6e56684dafddf00c3e9689a77e273f0126ea4 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 24 Mar 2007 15:37:57 +0000 Subject: SELinux: load_policy applet --- selinux/Config.in | 7 +++++++ selinux/Kbuild | 1 + 2 files changed, 8 insertions(+) (limited to 'selinux') diff --git a/selinux/Config.in b/selinux/Config.in index 6c08e51b7..42bca66d6 100644 --- a/selinux/Config.in +++ b/selinux/Config.in @@ -34,6 +34,13 @@ config GETSEBOOL help Enable support to get SELinux boolean values. +config LOAD_POLICY + bool "load_policy" + default n + depends on SELINUX + help + Enable support to load SELinux policy. + config MATCHPATHCON bool "matchpathcon" default n diff --git a/selinux/Kbuild b/selinux/Kbuild index 398d1368d..09cae4d2d 100644 --- a/selinux/Kbuild +++ b/selinux/Kbuild @@ -9,6 +9,7 @@ lib-y:= lib-$(CONFIG_CHCON) += chcon.o lib-$(CONFIG_GETENFORCE) += getenforce.o lib-$(CONFIG_GETSEBOOL) += getsebool.o +lib-$(CONFIG_LOAD_POLICY) += load_policy.o lib-$(CONFIG_MATCHPATHCON) += matchpathcon.o lib-$(CONFIG_RUNCON) += runcon.o lib-$(CONFIG_SELINUXENABLED) += selinuxenabled.o -- cgit v1.2.3