commit: 42198559f84a00341c8526ae29820ccc585febe5 Author: Chris PeBenito <chpebeni <AT> linux <DOT> microsoft <DOT> com> AuthorDate: Tue Feb 7 21:02:23 2023 +0000 Commit: Kenton Groombridge <concord <AT> gentoo <DOT> org> CommitDate: Mon Feb 13 15:24:09 2023 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=42198559
lvm: Add fc entry for /etc/multipath/* Signed-off-by: Chris PeBenito <chpebeni <AT> linux.microsoft.com> Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org> policy/modules/system/lvm.fc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/system/lvm.fc b/policy/modules/system/lvm.fc index 378970e5e..301f19f19 100644 --- a/policy/modules/system/lvm.fc +++ b/policy/modules/system/lvm.fc @@ -15,6 +15,8 @@ /etc/lvmtab(/.*)? gen_context(system_u:object_r:lvm_metadata_t,s0) /etc/lvmtab\.d(/.*)? gen_context(system_u:object_r:lvm_metadata_t,s0) +/etc/multipath(/.*)? gen_context(system_u:object_r:lvm_metadata_t,s0) + # # /usr #
