new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp>
diff --git a/include/libbb.h b/include/libbb.h
index babb39b..d6f08ff 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -592,6 +592,7 @@
 extern void renew_current_security_context(void);
 extern void set_current_security_context(security_context_t sid);
 #endif
+extern void selinux_or_die(void);
 extern int restricted_shell(const char *shell);
 extern void setup_environment(const char *shell, int loginshell, int changeenv, const struct passwd *pw);
 extern int correct_password(const struct passwd *pw);