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:
parent
072f850e23
commit
8c042fb9be
|
@ -1,4 +1,4 @@
|
||||||
policy_module(dbus, 1.29.6)
|
policy_module(dbus, 1.29.7)
|
||||||
|
|
||||||
gen_require(`
|
gen_require(`
|
||||||
class dbus all_dbus_perms;
|
class dbus all_dbus_perms;
|
||||||
|
@ -189,7 +189,7 @@ optional_policy(`
|
||||||
systemd_write_inherited_logind_sessions_pipes(system_dbusd_t)
|
systemd_write_inherited_logind_sessions_pipes(system_dbusd_t)
|
||||||
|
|
||||||
# for passing around terminal file handles for machinectl shell
|
# 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(`
|
optional_policy(`
|
||||||
|
|
|
@ -1344,7 +1344,7 @@ interface(`systemd_run_sysusers', `
|
||||||
## </param>
|
## </param>
|
||||||
## <rolecap/>
|
## <rolecap/>
|
||||||
#
|
#
|
||||||
interface(`systemd_use_machined_devpts', `
|
interface(`systemd_use_inherited_machined_ptys', `
|
||||||
gen_require(`
|
gen_require(`
|
||||||
type systemd_machined_t, systemd_machined_devpts_t;
|
type systemd_machined_t, systemd_machined_devpts_t;
|
||||||
')
|
')
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
policy_module(systemd, 1.10.12)
|
policy_module(systemd, 1.10.13)
|
||||||
|
|
||||||
#########################################
|
#########################################
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue