[node-patches] Change in ovirt-node[master]: Allow netlink_audit_socket read for sblim_sfcbd_t

rbarry at redhat.com rbarry at redhat.com
Thu Jan 8 20:15:42 UTC 2015


Ryan Barry has uploaded a new change for review.

Change subject: Allow netlink_audit_socket read for sblim_sfcbd_t
......................................................................

Allow netlink_audit_socket read for sblim_sfcbd_t

Needed for CIM to auth correctly

Change-Id: I025e9b4243ae41d47e1fc25ae69c080a79499afb
Signed-off-by: Ryan Barry <rbarry at redhat.com>
---
M semodule/ovirt.te.in
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/13/36713/1

diff --git a/semodule/ovirt.te.in b/semodule/ovirt.te.in
index f18d9e5..8d183e5 100644
--- a/semodule/ovirt.te.in
+++ b/semodule/ovirt.te.in
@@ -366,7 +366,7 @@
     }
     allow sblim_sfcbd_t chkpwd_exec_t:file { read execute open execute_no_trans };
     allow sblim_sfcbd_t self:capability { setuid audit_write dac_override };
-    allow sblim_sfcbd_t self:netlink_audit_socket { nlmsg_relay create write };
+    allow sblim_sfcbd_t self:netlink_audit_socket { nlmsg_relay create read write };
     allow sblim_sfcbd_t shadow_t:file { read getattr open };
     allow sblim_sfcbd_t user_tmp_t:sock_file { write unlink };
     allow sblim_sfcbd_t virt_etc_t:file { read open };


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I025e9b4243ae41d47e1fc25ae69c080a79499afb
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Ryan Barry <rbarry at redhat.com>



More information about the node-patches mailing list