trunk: Cryptsetup runs shell scripts. Patch from Martin Orr.
This commit is contained in:
parent
c07f9ccd18
commit
2083db2e40
|
@ -1,3 +1,4 @@
|
||||||
|
- Cryptsetup runs shell scripts. Patch from Martin Orr.
|
||||||
- Add file for enabling policy capabilities.
|
- Add file for enabling policy capabilities.
|
||||||
- Patch to fix leaky interface/template call depth calculator from Vaclav
|
- Patch to fix leaky interface/template call depth calculator from Vaclav
|
||||||
Ovsik.
|
Ovsik.
|
||||||
|
|
|
@ -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)
|
term_list_ptys(lvm_t)
|
||||||
|
|
||||||
corecmd_exec_bin(lvm_t)
|
corecmd_exec_bin(lvm_t)
|
||||||
|
corecmd_exec_shell(lvm_t)
|
||||||
|
|
||||||
domain_use_interactive_fds(lvm_t)
|
domain_use_interactive_fds(lvm_t)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue