Change in vdsm[master]: seboolsetup: fenced_can_network_connect/can_ssh

dougsland at redhat.com dougsland at redhat.com
Tue Feb 5 19:30:44 UTC 2013


Douglas Schilling Landgraf has uploaded a new change for review.

Change subject: seboolsetup: fenced_can_network_connect/can_ssh
......................................................................

seboolsetup: fenced_can_network_connect/can_ssh

fenced_can_ssh - Allow fenced domain to execute ssh.
fenced_can_network_connect - Allow fenced domain to
connect to the network using TCP.

Change-Id: I7317c8da1f99c354eb4f56a857848adb182b281b
BugUrl: https://bugzilla.redhat.com/show_bug.cgi?id=902140
Signed-off-by: Douglas Schilling Landgraf <dougsland at redhat.com>
---
M vdsm-tool/seboolsetup.py
1 file changed, 5 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/64/11764/1

diff --git a/vdsm-tool/seboolsetup.py b/vdsm-tool/seboolsetup.py
index 437da68..d0f2b35 100644
--- a/vdsm-tool/seboolsetup.py
+++ b/vdsm-tool/seboolsetup.py
@@ -25,13 +25,15 @@
 SEBOOL_DISABLED = "off"
 
 VDSM_SEBOOL_LIST = [
+    "fenced_can_network_connect",
+    "fenced_can_ssh",
+    "sanlock_use_fusefs",
+    "sanlock_use_nfs",
+    "sanlock_use_samba",
     "virt_use_fusefs",
     "virt_use_nfs",
     "virt_use_samba",
     "virt_use_sanlock",
-    "sanlock_use_fusefs",
-    "sanlock_use_nfs",
-    "sanlock_use_samba",
 ]
 
 


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

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


More information about the vdsm-patches mailing list