Allow semanage_t to connect to system D-Bus bus
This is needed as systemd NSS modules is talking to systemd/PID1 over D-Bus
This commit is contained in:
parent
2f054c67a2
commit
6060f35f03
|
@ -552,6 +552,13 @@ ifdef(`distro_ubuntu',`
|
||||||
')
|
')
|
||||||
')
|
')
|
||||||
|
|
||||||
|
ifdef(`init_systemd',`
|
||||||
|
optional_policy(`
|
||||||
|
init_dbus_chat(semanage_t)
|
||||||
|
dbus_system_bus_client(semanage_t)
|
||||||
|
')
|
||||||
|
')
|
||||||
|
|
||||||
optional_policy(`
|
optional_policy(`
|
||||||
locallogin_use_fds(semanage_t)
|
locallogin_use_fds(semanage_t)
|
||||||
')
|
')
|
||||||
|
|
Loading…
Reference in New Issue