aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-02-06 19:28:50 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-02-06 19:28:50 +0000
commitd46d3c292e9aff0550f6540ab631d742fe353964 (patch)
tree05f6461f18eba790a90a971c41ddb91163ae7847 /include/libbb.h
parentb292264bfd7064b651192b966f30d76b75161c70 (diff)
downloadbusybox-d46d3c292e9aff0550f6540ab631d742fe353964.tar.gz
new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp>
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index babb39ba9..d6f08ff73 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -592,6 +592,7 @@ extern void run_shell(const char *shell, int loginshell, const char *command, co
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);