selinux: sort permissions as per refpolicy style guide
https://github.com/SELinuxProject/refpolicy/wiki/StyleGuide
This commit is contained in:
parent
50a7b89696
commit
a61345dd32
2
mrtg.te
2
mrtg.te
@ -32,7 +32,7 @@ files_pid_file(mrtg_var_run_t)
|
|||||||
# Local policy
|
# Local policy
|
||||||
#
|
#
|
||||||
|
|
||||||
allow mrtg_t self:capability { setgid setuid chown };
|
allow mrtg_t self:capability { chown setgid setuid };
|
||||||
dontaudit mrtg_t self:capability sys_tty_config;
|
dontaudit mrtg_t self:capability sys_tty_config;
|
||||||
allow mrtg_t self:process signal_perms;
|
allow mrtg_t self:process signal_perms;
|
||||||
allow mrtg_t self:fifo_file rw_fifo_file_perms;
|
allow mrtg_t self:fifo_file rw_fifo_file_perms;
|
||||||
|
Loading…
Reference in New Issue
Block a user