[node-patches] Change in ovirt-node[master]: semodule: Add svirt_t ovirt_t:unix_stream_socket connectto
dougsland at redhat.com
dougsland at redhat.com
Mon Mar 23 00:36:39 UTC 2015
Douglas Schilling Landgraf has uploaded a new change for review.
Change subject: semodule: Add svirt_t ovirt_t:unix_stream_socket connectto
......................................................................
semodule: Add svirt_t ovirt_t:unix_stream_socket connectto
Without this rule the virtual-machine start returns:
Child quit during startup handshake: Input/output error
Change-Id: Ie841f2a9373ce3fe6ab2042fcc7c5b93c1aab74a
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1204535
Signed-off-by: Douglas Schilling Landgraf <dougsland at redhat.com>
---
M semodule/ovirt.te.in
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/09/39009/1
diff --git a/semodule/ovirt.te.in b/semodule/ovirt.te.in
index d31ebc7..1dd3934 100644
--- a/semodule/ovirt.te.in
+++ b/semodule/ovirt.te.in
@@ -235,6 +235,7 @@
require {
type bin_t;
}
+allow svirt_t ovirt_t:unix_stream_socket connectto;
allow svirt_t initrc_t:unix_stream_socket connectto;
allow svirt_t sanlock_t:unix_stream_socket connectto;
allow svirt_t nfs_t:file open;
--
To view, visit https://gerrit.ovirt.org/39009
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie841f2a9373ce3fe6ab2042fcc7c5b93c1aab74a
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