diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/libbb.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 86ad0a057..9535f5fb3 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
| @@ -1473,6 +1473,12 @@ extern void run_shell(const char *shell, int loginshell, const char **args) NORE | |||
| 1473 | */ | 1473 | */ |
| 1474 | const char *get_shell_name(void) FAST_FUNC; | 1474 | const char *get_shell_name(void) FAST_FUNC; |
| 1475 | 1475 | ||
| 1476 | unsigned cap_name_to_number(const char *cap) FAST_FUNC; | ||
| 1477 | void printf_cap(const char *pfx, unsigned cap_no) FAST_FUNC; | ||
| 1478 | |||
| 1479 | unsigned cap_name_to_number(const char *name) FAST_FUNC; | ||
| 1480 | void printf_cap(const char *pfx, unsigned cap_no) FAST_FUNC; | ||
| 1481 | |||
| 1476 | #if ENABLE_SELINUX | 1482 | #if ENABLE_SELINUX |
| 1477 | extern void renew_current_security_context(void) FAST_FUNC; | 1483 | extern void renew_current_security_context(void) FAST_FUNC; |
| 1478 | extern void set_current_security_context(security_context_t sid) FAST_FUNC; | 1484 | extern void set_current_security_context(security_context_t sid) FAST_FUNC; |
