From 2edbc2ab85b96fb01a3862db09df12f40d4382cd Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 20 Oct 2007 02:00:49 +0000 Subject: ping: fix breakage from -I fix passwd: SELinux support by KaiGai Kohei --- include/libbb.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/libbb.h b/include/libbb.h index af385e232..71f439fa9 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -44,6 +44,8 @@ #if ENABLE_SELINUX #include #include +#include +#include #endif #if ENABLE_LOCALE_SUPPORT @@ -818,6 +820,9 @@ extern void set_current_security_context(security_context_t sid); extern context_t set_security_context_component(security_context_t cur_context, char *user, char *role, char *type, char *range); extern void setfscreatecon_or_die(security_context_t scontext); +extern void selinux_preserve_fcontext(int fdesc); +#else +#define selinux_preserve_fcontext(fdesc) ((void)0) #endif extern void selinux_or_die(void); extern int restricted_shell(const char *shell); -- cgit v1.2.3