Douglas Schilling Landgraf has uploaded a new change for review. Change subject: ovirt.te: Add systemd_logind_t:unconfined_service_t ......................................................................
ovirt.te: Add systemd_logind_t:unconfined_service_t This patch adds: allow systemd_logind_t unconfined_service_t:dbus send_msg; Change-Id: I172fc272e2fda850139341b07f268528e4bee249 Signed-off-by: Douglas Schilling Landgraf <[email protected]> --- M semodule/ovirt.te.in 1 file changed, 8 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/77/34877/1 diff --git a/semodule/ovirt.te.in b/semodule/ovirt.te.in index a0e7e09..383786f 100644 --- a/semodule/ovirt.te.in +++ b/semodule/ovirt.te.in @@ -48,6 +48,14 @@ type virt_var_run_t; ') +#======== systemd_logind_t ========== +optional_policy(` + require { + type systemd_logind_t; + type unconfined_service_t; + } + allow systemd_logind_t unconfined_service_t:dbus send_msg; +') #============= brctl_t ============== optional_policy(` -- To view, visit http://gerrit.ovirt.org/34877 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I172fc272e2fda850139341b07f268528e4bee249 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Douglas Schilling Landgraf <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
