[sudo-commits] sudo changeset 13625:2f21ae08ebbd

Todd C. Miller Todd.Miller at sudo.ws
Fri Nov 5 12:44:16 MDT 2021


changeset:	13625:2f21ae08ebbd in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/2f21ae08ebbd
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri Nov 05 12:32:02 2021 -0600

Log Message:
	Pass status of selinux sudoers setting to front-end as selinux-rbac.
	The front-end uses this to decide whether or not to enable SELinux.
	If selinux-rbac is true _or_ if it is not present and selinux_role or
	selinux_type are set, SELinux support is enabled.
	Previously, SELinux support was only enabled if a role was specified.

diffstat:

 plugins/sudoers/policy.c |   5 ++++-
 src/selinux.c            |  44 +++++++++++++++++++++++---------------------
 src/sudo.c               |  15 +++++++++++++--
 3 files changed, 40 insertions(+), 24 deletions(-)



More information about the sudo-commits mailing list