From 2083db2e40f8e4f50bf9fc599ec626ddb516199d Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Apr 18 2008 15:32:03 +0000 Subject: trunk: Cryptsetup runs shell scripts. Patch from Martin Orr. --- 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)