Merge pull request #318 from dburgener/dburgener/system-bus-bindmount
This commit is contained in:
commit
becac418b4
|
@ -50,6 +50,7 @@ init_named_socket_activation(system_dbusd_t, system_dbusd_runtime_t)
|
||||||
type system_dbusd_runtime_t alias system_dbusd_var_run_t;
|
type system_dbusd_runtime_t alias system_dbusd_var_run_t;
|
||||||
files_runtime_file(system_dbusd_runtime_t)
|
files_runtime_file(system_dbusd_runtime_t)
|
||||||
init_daemon_runtime_file(system_dbusd_runtime_t, dir, "dbus")
|
init_daemon_runtime_file(system_dbusd_runtime_t, dir, "dbus")
|
||||||
|
init_mountpoint(system_dbusd_runtime_t)
|
||||||
|
|
||||||
type system_dbusd_tmp_t;
|
type system_dbusd_tmp_t;
|
||||||
files_tmp_file(system_dbusd_tmp_t)
|
files_tmp_file(system_dbusd_tmp_t)
|
||||||
|
|
Loading…
Reference in New Issue