Allow SELinux support to be disabled via the sudoers file.
Defaults to true if sudo is built with SELinux support and SELinux is not disabled on the system.
This commit is contained in:
@@ -526,6 +526,9 @@ init_defaults(void)
|
||||
#else
|
||||
def_pam_session = true;
|
||||
#endif
|
||||
#ifdef HAVE_SELINUX
|
||||
def_selinux = true;
|
||||
#endif
|
||||
#ifdef HAVE_INNETGR
|
||||
def_use_netgroups = true;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user