Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/services/
Date: Sat, 03 Sep 2022 19:10:26
Message-Id: 1662230515.9c0342adf69784b946a548573cc1a8133b2d08a0.perfinion@gentoo
1 commit: 9c0342adf69784b946a548573cc1a8133b2d08a0
2 Author: Kenton Groombridge <me <AT> concord <DOT> sh>
3 AuthorDate: Mon May 16 16:39:52 2022 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 3 18:41:55 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=9c0342ad
7
8 podman: add file context for podman in /usr/libexec
9
10 Signed-off-by: Kenton Groombridge <me <AT> concord.sh>
11 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
12
13 policy/modules/services/podman.fc | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/policy/modules/services/podman.fc b/policy/modules/services/podman.fc
17 index 31c45273..b0243088 100644
18 --- a/policy/modules/services/podman.fc
19 +++ b/policy/modules/services/podman.fc
20 @@ -1,2 +1,4 @@
21 /usr/bin/podman -- gen_context(system_u:object_r:podman_exec_t,s0)
22 /usr/bin/conmon -- gen_context(system_u:object_r:conmon_exec_t,s0)
23 +
24 +/usr/libexec/podman/conmon -- gen_context(system_u:object_r:conmon_exec_t,s0)