diff options
author | Denys Vlasenko | 2016-11-23 18:46:40 +0100 |
---|---|---|
committer | Denys Vlasenko | 2016-11-23 18:46:40 +0100 |
commit | a8e52da7742b2bc8a3993f7f7c3c70da8fe79848 (patch) | |
tree | 5ec3c417b56095f6768b6a7c96817c248bdea2fa /selinux/Kbuild.src | |
parent | 15fb91cefb22d64952f34fe246fc8f257172af63 (diff) | |
download | busybox-a8e52da7742b2bc8a3993f7f7c3c70da8fe79848.zip busybox-a8e52da7742b2bc8a3993f7f7c3c70da8fe79848.tar.gz |
Convert all selinux/* applets to "new style" applet definitions
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'selinux/Kbuild.src')
-rw-r--r-- | selinux/Kbuild.src | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/selinux/Kbuild.src b/selinux/Kbuild.src index cdd5f2a..62c9e64 100644 --- a/selinux/Kbuild.src +++ b/selinux/Kbuild.src @@ -8,15 +8,3 @@ lib-y:= INSERT -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 -lib-$(CONFIG_SETENFORCE) += setenforce.o -lib-$(CONFIG_SETFILES) += setfiles.o -lib-$(CONFIG_RESTORECON) += setfiles.o -lib-$(CONFIG_SETSEBOOL) += setsebool.o -lib-$(CONFIG_SESTATUS) += sestatus.o |