[selinux-policy: 1694/3172] one-liner from dan

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 21:31:26 UTC 2010


commit cc9130b90ad26b67b47f8b5b84ed6af6dec21316
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Thu Mar 22 14:01:55 2007 +0000

    one-liner from dan

 policy/modules/system/lvm.te |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/policy/modules/system/lvm.te b/policy/modules/system/lvm.te
index 27229f9..006a284 100644
--- a/policy/modules/system/lvm.te
+++ b/policy/modules/system/lvm.te
@@ -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 };


More information about the scm-commits mailing list