aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-12-09 18:30:30 -0500
committerMike Frysinger <vapier@gentoo.org>2016-12-09 18:30:30 -0500
commitc6f35241b38ea0c9581409efcd83716b74918903 (patch)
tree1dfdee1099c3671e1e54345727030ebcea582567 /include/libbb.h
parent1cda8790803a6fb072375c8fa53273333d2d4607 (diff)
downloadbusybox-w32-c6f35241b38ea0c9581409efcd83716b74918903.tar.gz
busybox-w32-c6f35241b38ea0c9581409efcd83716b74918903.tar.bz2
busybox-w32-c6f35241b38ea0c9581409efcd83716b74918903.zip
selinux: drop deprecated headers
The selinux guys want you to get class values at runtime by converting textual names into constants. Drop the deprecated headers and switch to the new format. This API has been around for years, so there shouldn't be an issue with backwards compatibility. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libbb.h b/include/libbb.h
index a42a2fba8..2e9ea46e2 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -81,8 +81,6 @@
81#if ENABLE_SELINUX 81#if ENABLE_SELINUX
82# include <selinux/selinux.h> 82# include <selinux/selinux.h>
83# include <selinux/context.h> 83# include <selinux/context.h>
84# include <selinux/flask.h>
85# include <selinux/av_permissions.h>
86#endif 84#endif
87#if ENABLE_FEATURE_UTMP 85#if ENABLE_FEATURE_UTMP
88# if defined __UCLIBC__ && ( \ 86# if defined __UCLIBC__ && ( \