diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-24 15:37:57 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-24 15:37:57 +0000 |
commit | 1fc6e56684dafddf00c3e9689a77e273f0126ea4 (patch) | |
tree | 2b084610db32345552dc1dac520bdb32db6d316a /selinux/Kbuild | |
parent | 5b27fbe990d868441452c474e5b14e94f8bc8335 (diff) | |
download | busybox-w32-1fc6e56684dafddf00c3e9689a77e273f0126ea4.tar.gz busybox-w32-1fc6e56684dafddf00c3e9689a77e273f0126ea4.tar.bz2 busybox-w32-1fc6e56684dafddf00c3e9689a77e273f0126ea4.zip |
SELinux: load_policy applet
Diffstat (limited to 'selinux/Kbuild')
-rw-r--r-- | selinux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/selinux/Kbuild b/selinux/Kbuild index 398d1368d..09cae4d2d 100644 --- a/selinux/Kbuild +++ b/selinux/Kbuild | |||
@@ -9,6 +9,7 @@ lib-y:= | |||
9 | lib-$(CONFIG_CHCON) += chcon.o | 9 | lib-$(CONFIG_CHCON) += chcon.o |
10 | lib-$(CONFIG_GETENFORCE) += getenforce.o | 10 | lib-$(CONFIG_GETENFORCE) += getenforce.o |
11 | lib-$(CONFIG_GETSEBOOL) += getsebool.o | 11 | lib-$(CONFIG_GETSEBOOL) += getsebool.o |
12 | lib-$(CONFIG_LOAD_POLICY) += load_policy.o | ||
12 | lib-$(CONFIG_MATCHPATHCON) += matchpathcon.o | 13 | lib-$(CONFIG_MATCHPATHCON) += matchpathcon.o |
13 | lib-$(CONFIG_RUNCON) += runcon.o | 14 | lib-$(CONFIG_RUNCON) += runcon.o |
14 | lib-$(CONFIG_SELINUXENABLED) += selinuxenabled.o | 15 | lib-$(CONFIG_SELINUXENABLED) += selinuxenabled.o |