[node-patches] Change in ovirt-node[master]: ovirt.te: Add gssd type

dougsland at redhat.com dougsland at redhat.com
Wed Oct 1 14:23:18 UTC 2014


Douglas Schilling Landgraf has uploaded a new change for review.

Change subject: ovirt.te: Add gssd type
......................................................................

ovirt.te: Add gssd type

This patch adds:
    allow gssd_t tmpfs_t:dir search;

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


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/49/33649/1

diff --git a/semodule/ovirt.te.in b/semodule/ovirt.te.in
index 0426039..cfff8f5 100644
--- a/semodule/ovirt.te.in
+++ b/semodule/ovirt.te.in
@@ -58,6 +58,14 @@
     allow brctl_t self:capability sys_module;
 ')
 
+#============= gssd_t ==============
+optional_policy(`
+    require {
+        type gssd_t;
+    }
+    allow gssd_t tmpfs_t:dir search;
+')
+
 #============= avahi_t ==============
 optional_policy(`
     require {


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If57ab28bc2af9469d7360565b97ceb0553ebaa72
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