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/system/, policy/modules/services/
Date: Sun, 07 Feb 2021 03:20:49
Message-Id: 1612646109.bf7f2433ab9c0dd622694a8d00e6fc3deca31a8d.perfinion@gentoo
1 commit: bf7f2433ab9c0dd622694a8d00e6fc3deca31a8d
2 Author: Chris PeBenito <pebenito <AT> ieee <DOT> org>
3 AuthorDate: Tue Feb 2 19:11:32 2021 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 6 21:15:09 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=bf7f2433
7
8 systemd: Rename systemd_use_machined_devpts().
9
10 Renamed to systemd_use_inherited_machined_ptys().
11
12 Signed-off-by: Chris PeBenito <pebenito <AT> ieee.org>
13 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
14
15 policy/modules/services/dbus.te | 4 ++--
16 policy/modules/system/systemd.if | 2 +-
17 policy/modules/system/systemd.te | 2 +-
18 3 files changed, 4 insertions(+), 4 deletions(-)
19
20 diff --git a/policy/modules/services/dbus.te b/policy/modules/services/dbus.te
21 index 1f1b33c1..95ff7b36 100644
22 --- a/policy/modules/services/dbus.te
23 +++ b/policy/modules/services/dbus.te
24 @@ -1,4 +1,4 @@
25 -policy_module(dbus, 1.29.6)
26 +policy_module(dbus, 1.29.7)
27
28 gen_require(`
29 class dbus all_dbus_perms;
30 @@ -195,7 +195,7 @@ optional_policy(`
31 systemd_write_inherited_logind_sessions_pipes(system_dbusd_t)
32
33 # for passing around terminal file handles for machinectl shell
34 - systemd_use_machined_devpts(system_dbusd_t)
35 + systemd_use_inherited_machined_ptys(system_dbusd_t)
36 ')
37
38 optional_policy(`
39
40 diff --git a/policy/modules/system/systemd.if b/policy/modules/system/systemd.if
41 index 48a63cb3..fb20b528 100644
42 --- a/policy/modules/system/systemd.if
43 +++ b/policy/modules/system/systemd.if
44 @@ -1344,7 +1344,7 @@ interface(`systemd_run_sysusers', `
45 ## </param>
46 ## <rolecap/>
47 #
48 -interface(`systemd_use_machined_devpts', `
49 +interface(`systemd_use_inherited_machined_ptys', `
50 gen_require(`
51 type systemd_machined_t, systemd_machined_devpts_t;
52 ')
53
54 diff --git a/policy/modules/system/systemd.te b/policy/modules/system/systemd.te
55 index abf62148..7c7d6256 100644
56 --- a/policy/modules/system/systemd.te
57 +++ b/policy/modules/system/systemd.te
58 @@ -1,4 +1,4 @@
59 -policy_module(systemd, 1.10.12)
60 +policy_module(systemd, 1.10.13)
61
62 #########################################
63 #