[node-patches] Change in ovirt-node[master]: ovirt.te: systemd_hostnamed_t

dougsland at redhat.com dougsland at redhat.com
Fri Sep 5 03:47:12 UTC 2014


Douglas Schilling Landgraf has uploaded a new change for review.

Change subject: ovirt.te: systemd_hostnamed_t
......................................................................

ovirt.te: systemd_hostnamed_t

This patch allow:

- systemd_hostnamed_t tmpfs_t:dir { write remove_name search add_name };
- systemd_hostnamed_t ovirt_t:dbus send_msg;

Change-Id: If716de33e9436c2928c8bceb2373893b1f7acd25
Signed-off-by: Douglas Schilling Landgraf <dougsland at redhat.com>
---
M semodule/ovirt.te.in
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/10/32510/1

diff --git a/semodule/ovirt.te.in b/semodule/ovirt.te.in
index 0761443..07a7735 100644
--- a/semodule/ovirt.te.in
+++ b/semodule/ovirt.te.in
@@ -10,6 +10,7 @@
 @SEMODULE_WITH_SYSTEMD@    type systemd_unit_file_t;
 @SEMODULE_WITH_SYSTEMD@    type systemd_localed_t;
 @SEMODULE_WITH_SYSTEMD@    type systemd_unit_file_t;
+ at SEMODULE_WITH_SYSTEMD@    type systemd_hostnamed_t;
     type etc_t;
     type device_t;
     type dmesg_t;
@@ -62,6 +63,9 @@
 @SEMODULE_WITH_SYSTEMD at allow systemd_localed_t systemd_unit_file_t:service start;
 @SEMODULE_WITH_SYSTEMD at allow systemd_localed_t ovirt_t:dbus send_msg;
 
+#============= systemd_hostnamectl ==============
+ at SEMODULE_WITH_SYSTEMD@allow systemd_hostnamed_t tmpfs_t:dir { write remove_name search add_name };
+ at SEMODULE_WITH_SYSTEMD@allow systemd_hostnamed_t ovirt_t:dbus send_msg;
 
 #============= hald_t ==============
 optional_policy(`


-- 
To view, visit http://gerrit.ovirt.org/32510
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If716de33e9436c2928c8bceb2373893b1f7acd25
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Douglas Schilling Landgraf <dougsland at redhat.com>



More information about the node-patches mailing list