security_getenforce, security_setenforce - get or set the enforcing state of SE Linux
int security_getenforce();
int security_setenforce(int value);
security_setenforce sets SE Linux to enforcing mode if the value 1 is passed in, and sets it to permissive mode if 0 is passed in. On success 0 is returned, on error -1 is returned.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |