Allow the sysadm domain to execute rc
The /sbin/rc binary is used by the system administrator to manage runlevels (add/delete), check runlevel state, etc. all which do not require a transition to occur. Hence the /sbin/rc (now labeled rc_exec_t) is allowed to be executed without transitioning. Signed-off-by: Sven Vermeulen <sven.vermeulen@siphos.be>
This commit is contained in:
parent
c5cbefb892
commit
706d503e5b
|
@ -51,6 +51,10 @@ ifdef(`direct_sysadm_daemon',`
|
|||
')
|
||||
')
|
||||
|
||||
ifdef(`distro_gentoo',`
|
||||
init_rc_exec(sysadm_t)
|
||||
')
|
||||
|
||||
ifndef(`enable_mls',`
|
||||
logging_manage_audit_log(sysadm_t)
|
||||
logging_manage_audit_config(sysadm_t)
|
||||
|
|
Loading…
Reference in New Issue