[node-patches] Change in ovirt-node[master]: Some SELinux changes for kdump

rbarry at redhat.com rbarry at redhat.com
Sun Sep 28 16:44:44 UTC 2014


Ryan Barry has uploaded a new change for review.

Change subject: Some SELinux changes for kdump
......................................................................

Some SELinux changes for kdump

Let kdump start by default

Change-Id: If3a5be51d3c9efe0cdc419465decbfcb6ab8c586
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1095140
Signed-off-by: Ryan Barry <rbarry 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/37/33437/1

diff --git a/semodule/ovirt.te.in b/semodule/ovirt.te.in
index 3e3ebf4..05a6c91 100644
--- a/semodule/ovirt.te.in
+++ b/semodule/ovirt.te.in
@@ -267,6 +267,14 @@
     allow systemd_passwd_agent_t tmpfs_t:dir search;
 ')
 
+#============= kdump_t ==============
+optional_policy(`
+    require {
+        type kdump_t;
+        type system_map_t;
+    }
+    allow kdump_t system_map_t: file { read open };
+')
 
 #============= systemd_localed_t ==============
 optional_policy(`


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

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