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

This commit is contained in:
Chris PeBenito 2008-04-18 15:32:03 +00:00
parent c07f9ccd18
commit 2083db2e40
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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)