sysadm: add the shutdown role
Add the shutdown role interface call to the sysadm role module. Signed-off-by: Guido Trentalancia <guido@trentalancia.net>
This commit is contained in:
parent
cd85f4705d
commit
84176263dd
|
@ -990,6 +990,10 @@ optional_policy(`
|
||||||
shorewall_admin(sysadm_t, sysadm_r)
|
shorewall_admin(sysadm_t, sysadm_r)
|
||||||
')
|
')
|
||||||
|
|
||||||
|
optional_policy(`
|
||||||
|
shutdown_role(sysadm_r, sysadm_t)
|
||||||
|
')
|
||||||
|
|
||||||
optional_policy(`
|
optional_policy(`
|
||||||
slpd_admin(sysadm_t, sysadm_r)
|
slpd_admin(sysadm_t, sysadm_r)
|
||||||
')
|
')
|
||||||
|
|
Loading…
Reference in New Issue