one-liner from dan

This commit is contained in:
Chris PeBenito 2007-03-22 14:01:55 +00:00
parent 19fd9301e6
commit cc9130b90a

View File

@ -1,5 +1,5 @@
policy_module(lvm,1.5.3)
policy_module(lvm,1.5.4)
########################################
#
@ -47,6 +47,7 @@ files_tmp_file(lvm_tmp_t)
allow clvmd_t self:capability { sys_admin mknod };
dontaudit clvmd_t self:capability sys_tty_config;
allow clvmd_t self:process signal_perms;
dontaudit clvmd_t self:process ptrace;
allow clvmd_t self:socket create_socket_perms;
allow clvmd_t self:fifo_file rw_fifo_file_perms;
allow clvmd_t self:unix_stream_socket { connectto create_stream_socket_perms };