GPM patch from Dan Walsh.
This commit is contained in:
parent
ce8a71a960
commit
d7b98c8902
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
policy_module(gpm, 1.7.0)
|
policy_module(gpm, 1.7.1)
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
|
@ -27,7 +27,8 @@ files_type(gpmctl_t)
|
||||||
# Local policy
|
# Local policy
|
||||||
#
|
#
|
||||||
|
|
||||||
allow gpm_t self:capability { setuid dac_override sys_admin sys_tty_config };
|
allow gpm_t self:capability { setpcap setuid dac_override sys_admin sys_tty_config };
|
||||||
|
allow gpm_t self:process { getcap setcap };
|
||||||
allow gpm_t self:unix_stream_socket create_stream_socket_perms;
|
allow gpm_t self:unix_stream_socket create_stream_socket_perms;
|
||||||
|
|
||||||
allow gpm_t gpm_conf_t:dir list_dir_perms;
|
allow gpm_t gpm_conf_t:dir list_dir_perms;
|
||||||
|
|
Loading…
Reference in New Issue