aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris PeBenito <pebenito@ieee.org>2018-02-15 17:10:34 -0500
committerJason Zaman <jason@perfinion.com>2018-02-18 19:25:18 +0800
commit61c77a5671934cc8a2210c166a544e556e68ab49 (patch)
treec29e696740dfed225ad6ebdc8b59e237385f2382 /policy/modules/system/lvm.te
parentMisc dbus fixes from Russell Coker. (diff)
downloadhardened-refpolicy-61c77a5671934cc8a2210c166a544e556e68ab49.tar.gz
hardened-refpolicy-61c77a5671934cc8a2210c166a544e556e68ab49.tar.bz2
hardened-refpolicy-61c77a5671934cc8a2210c166a544e556e68ab49.zip
Simple map patch from Russell Coker.
Diffstat (limited to 'policy/modules/system/lvm.te')
-rw-r--r--policy/modules/system/lvm.te3
1 files changed, 2 insertions, 1 deletions
diff --git a/policy/modules/system/lvm.te b/policy/modules/system/lvm.te
index 7c601fadc..9df068238 100644
--- a/policy/modules/system/lvm.te
+++ b/policy/modules/system/lvm.te
@@ -1,4 +1,4 @@
-policy_module(lvm, 1.20.0)
+policy_module(lvm, 1.20.1)
########################################
#
@@ -212,6 +212,7 @@ files_pid_filetrans(lvm_t, lvm_var_run_t, { file sock_file })
read_files_pattern(lvm_t, lvm_etc_t, lvm_etc_t)
allow lvm_t lvm_etc_t:file map;
+
read_lnk_files_pattern(lvm_t, lvm_etc_t, lvm_etc_t)
# Write to /etc/lvm, /etc/lvmtab, /etc/lvmtab.d
manage_files_pattern(lvm_t, lvm_metadata_t, lvm_metadata_t)