Allow xdm_t to transition to shutdown_t domain
Several DMs offer the possibility to shutdown the system. I personally don't think a bool is neccessary for this permission, but I wouldn't oppose one either.
This commit is contained in:
parent
f6352c317b
commit
c55cd63011
|
@ -558,6 +558,10 @@ optional_policy(`
|
|||
seutil_sigchld_newrole(xdm_t)
|
||||
')
|
||||
|
||||
optional_policy(`
|
||||
shutdown_domtrans(xdm_t)
|
||||
')
|
||||
|
||||
optional_policy(`
|
||||
udev_read_db(xdm_t)
|
||||
')
|
||||
|
|
Loading…
Reference in New Issue