Merge pull request #130 from pebenito/unconfined-systemd-user
This commit is contained in:
commit
9a04561643
|
@ -672,12 +672,7 @@ interface(`init_domtrans',`
|
|||
## </desc>
|
||||
## <param name="domain">
|
||||
## <summary>
|
||||
## Domain allowed to transition.
|
||||
## </summary>
|
||||
## </param>
|
||||
## <param name="domain">
|
||||
## <summary>
|
||||
## New domain.
|
||||
## The type to be used as a systemd --user domain.
|
||||
## </summary>
|
||||
## </param>
|
||||
#
|
||||
|
|
|
@ -62,7 +62,7 @@ ifdef(`init_systemd',`
|
|||
# for systemd-analyze
|
||||
init_service_status(unconfined_t)
|
||||
# for systemd --user:
|
||||
init_pgm_entrypoint(unconfined_t)
|
||||
init_pgm_spec_user_daemon_domain(unconfined_t)
|
||||
|
||||
optional_policy(`
|
||||
systemd_dbus_chat_resolved(unconfined_t)
|
||||
|
|
Loading…
Reference in New Issue