systemd: make remaining dbus_* optional
Almost all calls to dbus_ interfaces were already optional, this makes the remaining one optional_policy so that the modules can be installed / upgraded easier. Signed-off-by: Jason Zaman <perfinion@gentoo.org> Signed-off-by: Jason Zaman <jason@perfinion.com>
This commit is contained in:
parent
6dd6823280
commit
d03b8ffdf5
|
@ -1450,4 +1450,6 @@ userdom_manage_user_runtime_dirs(systemd_user_runtime_dir_t)
|
|||
userdom_mounton_user_runtime_dirs(systemd_user_runtime_dir_t)
|
||||
userdom_relabelto_user_runtime_dirs(systemd_user_runtime_dir_t)
|
||||
|
||||
dbus_system_bus_client(systemd_user_runtime_dir_t)
|
||||
optional_policy(`
|
||||
dbus_system_bus_client(systemd_user_runtime_dir_t)
|
||||
')
|
||||
|
|
Loading…
Reference in New Issue