diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 1 |
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 | |||
592 | extern void renew_current_security_context(void); | 592 | extern void renew_current_security_context(void); |
593 | extern void set_current_security_context(security_context_t sid); | 593 | extern void set_current_security_context(security_context_t sid); |
594 | #endif | 594 | #endif |
595 | extern void selinux_or_die(void); | ||
595 | extern int restricted_shell(const char *shell); | 596 | extern int restricted_shell(const char *shell); |
596 | extern void setup_environment(const char *shell, int loginshell, int changeenv, const struct passwd *pw); | 597 | extern void setup_environment(const char *shell, int loginshell, int changeenv, const struct passwd *pw); |
597 | extern int correct_password(const struct passwd *pw); | 598 | extern int correct_password(const struct passwd *pw); |