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:25
Message-Id: 1662230515.dc4934ce2c12df07b50c5c20b759c2ea27e4fa90.perfinion@gentoo
1 commit: dc4934ce2c12df07b50c5c20b759c2ea27e4fa90
2 Author: Kenton Groombridge <me <AT> concord <DOT> sh>
3 AuthorDate: Tue May 24 03:00:56 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=dc4934ce
7
8 podman: add alias for conmon executable
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.te | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/policy/modules/services/podman.te b/policy/modules/services/podman.te
17 index e4393643..24c7092f 100644
18 --- a/policy/modules/services/podman.te
19 +++ b/policy/modules/services/podman.te
20 @@ -23,6 +23,7 @@ mls_trusted_object(podman_user_t)
21
22 attribute conmon_domain;
23 type conmon_exec_t;
24 +typealias conmon_exec_t alias podman_conmon_exec_t;
25
26 podman_conmon_domain_template(podman, podman_t)
27 role system_r types podman_conmon_t;