[node-patches] Change in ovirt-node[ovirt-3.6]: semodule: update systemd_hostnamed_t for tmpfs_t:file

dougsland at redhat.com dougsland at redhat.com
Fri Oct 7 14:01:32 UTC 2016


Douglas Schilling Landgraf has uploaded a new change for review.

Change subject: semodule: update systemd_hostnamed_t for tmpfs_t:file
......................................................................

semodule: update systemd_hostnamed_t for tmpfs_t:file

Added missed getattr open read

Change-Id: I9d9ee7c471c98b544e16a78cba317370ddcb861d
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1379231
Signed-off-by: Douglas Schilling Landgraf <dougsland at redhat.com>
(cherry picked from commit 92dbd470e573bd36ab96a83f3b7c79c3131395de)
---
M semodule/ovirt.te.in
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/39/65239/1

diff --git a/semodule/ovirt.te.in b/semodule/ovirt.te.in
index 971f252..e9350c3 100644
--- a/semodule/ovirt.te.in
+++ b/semodule/ovirt.te.in
@@ -147,7 +147,7 @@
 
 #============= systemd_hostnamectl ==============
 @SEMODULE_WITH_SYSTEMD at allow systemd_hostnamed_t tmpfs_t:dir { write remove_name search add_name };
- at SEMODULE_WITH_SYSTEMD@allow systemd_hostnamed_t tmpfs_t:file { unlink };
+ at SEMODULE_WITH_SYSTEMD@allow systemd_hostnamed_t tmpfs_t:file { unlink getattr open read };
 @SEMODULE_WITH_SYSTEMD at allow systemd_hostnamed_t ovirt_t:dbus send_msg;
 @SEMODULE_WITH_SYSTEMD at allow systemd_hostnamed_t user_tmp_t:file { unlink open };
 


-- 
To view, visit https://gerrit.ovirt.org/65239
To unsubscribe, visit https://gerrit.ovirt.org/settings

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



More information about the node-patches mailing list