systemd: Rename systemd_use_machined_devpts().

Renamed to systemd_use_inherited_machined_ptys().

Signed-off-by: Chris PeBenito <pebenito@ieee.org>
This commit is contained in:
Chris PeBenito 2021-02-02 14:11:32 -05:00
parent 072f850e23
commit 8c042fb9be
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
policy_module(dbus, 1.29.6)
policy_module(dbus, 1.29.7)
gen_require(`
class dbus all_dbus_perms;
@ -189,7 +189,7 @@ optional_policy(`
systemd_write_inherited_logind_sessions_pipes(system_dbusd_t)
# for passing around terminal file handles for machinectl shell
systemd_use_machined_devpts(system_dbusd_t)
systemd_use_inherited_machined_ptys(system_dbusd_t)
')
optional_policy(`

View File

@ -1344,7 +1344,7 @@ interface(`systemd_run_sysusers', `
## </param>
## <rolecap/>
#
interface(`systemd_use_machined_devpts', `
interface(`systemd_use_inherited_machined_ptys', `
gen_require(`
type systemd_machined_t, systemd_machined_devpts_t;
')

View File

@ -1,4 +1,4 @@
policy_module(systemd, 1.10.12)
policy_module(systemd, 1.10.13)
#########################################
#