commit: a164eef3498d14087c17c751e9473c132f78e406 Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Sun Jul 27 14:38:49 2025 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Tue Sep 2 22:01:01 2025 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=a164eef3
files context : fix multipath merged-usr Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr> Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org> policy/modules/system/lvm.fc | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/system/lvm.fc b/policy/modules/system/lvm.fc index aa6abfe9b..0be26668d 100644 --- a/policy/modules/system/lvm.fc +++ b/policy/modules/system/lvm.fc @@ -43,6 +43,7 @@ /usr/bin/lvresize -- gen_context(system_u:object_r:lvm_exec_t,s0) /usr/bin/lvs -- gen_context(system_u:object_r:lvm_exec_t,s0) /usr/bin/lvscan -- gen_context(system_u:object_r:lvm_exec_t,s0) +/usr/bin/multipath -- gen_context(system_u:object_r:lvm_exec_t,s0) /usr/bin/multipathd -- gen_context(system_u:object_r:lvm_exec_t,s0) /usr/bin/multipath\.static -- gen_context(system_u:object_r:lvm_exec_t,s0) /usr/bin/pvchange -- gen_context(system_u:object_r:lvm_exec_t,s0)
