[selinux-policy: 1925/3172] trunk: Cryptsetup runs shell scripts. Patch from Martin Orr.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 21:51:23 UTC 2010


commit 2083db2e40f8e4f50bf9fc599ec626ddb516199d
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Fri Apr 18 15:32:03 2008 +0000

    trunk: Cryptsetup runs shell scripts.  Patch from Martin Orr.

 Changelog                    |    1 +
 policy/modules/system/lvm.te |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/Changelog b/Changelog
index 4529e65..cf45e93 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,4 @@
+- Cryptsetup runs shell scripts.  Patch from Martin Orr.
 - Add file for enabling policy capabilities.
 - Patch to fix leaky interface/template call depth calculator from Vaclav
   Ovsik.
diff --git a/policy/modules/system/lvm.te b/policy/modules/system/lvm.te
index 35e8112..6be1bcd 100644
--- a/policy/modules/system/lvm.te
+++ b/policy/modules/system/lvm.te
@@ -1,5 +1,5 @@
 
-policy_module(lvm,1.8.0)
+policy_module(lvm,1.8.1)
 
 ########################################
 #
@@ -247,6 +247,7 @@ term_getattr_all_user_ttys(lvm_t)
 term_list_ptys(lvm_t)
 
 corecmd_exec_bin(lvm_t)
+corecmd_exec_shell(lvm_t)
 
 domain_use_interactive_fds(lvm_t)
 


More information about the scm-commits mailing list