/
githubmirror
/
iproute2
Обзор
Документация
Войти
/
githubmirror
/
iproute2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
include/selinux.h
10 строк
348 B
Andrea Claudi
ip vrf: make ipvrf_exec SELinux-aware
25 авг 2023, 03:34
25 авг 2023, 03:34
0d0eeaa
Код
Авторство
О чём код?
#if HAVE_SELINUX #include <selinux/selinux.h> #else int is_selinux_enabled(void); void freecon(char *context); int getpidcon(pid_t pid, char **context); int getfilecon(const char *path, char **context); int security_get_initial_context(const char *name, char **context); int setexecfilecon(const char *filename, const char *fallback_type); #endif