commit: d576e9fc8214276f76f7f2a64aa277ce31798276 Author: Corentin LABBE <clabbe.montjoie <AT> gmail <DOT> com> AuthorDate: Mon Dec 26 18:47:43 2022 +0000 Commit: Kenton Groombridge <concord <AT> gentoo <DOT> org> CommitDate: Mon Feb 13 15:19:49 2023 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=d576e9fc
munin: add file context for common functions file Some Munin plugins need to read the plugin.sh file providing common functions. Signed-off-by: Corentin LABBE <clabbe.montjoie <AT> gmail.com> Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org> policy/modules/kernel/files.fc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/kernel/files.fc b/policy/modules/kernel/files.fc index 0c2de4bba..b22d97997 100644 --- a/policy/modules/kernel/files.fc +++ b/policy/modules/kernel/files.fc @@ -214,6 +214,8 @@ ifdef(`distro_gentoo',` /usr/share/maven-bin-[^/]*/bin/m2\.conf -- gen_context(system_u:object_r:usr_t,s0) ') +/usr/share/munin/plugins/plugin\.sh -- gen_context(system_u:object_r:usr_t,s0) + /usr/tmp -d gen_context(system_u:object_r:tmp_t,s0-mls_systemhigh) /usr/tmp/.* <<none>>
