[node-patches] Change in ovirt-node[master]: selinux: /etc/selinux/targeted/contexts/files
dougsland at redhat.com
dougsland at redhat.com
Tue Oct 4 04:19:39 UTC 2016
Douglas Schilling Landgraf has uploaded a new change for review.
Change subject: selinux: /etc/selinux/targeted/contexts/files
......................................................................
selinux: /etc/selinux/targeted/contexts/files
Make sure /etc/selinux/targeted/contexts/files exists.
Change-Id: I6ef8ef243c09d5a933ed995341c269a964209f40
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1381112
Signed-off-by: Douglas Schilling Landgraf <dougsland at redhat.com>
---
M recipe/centos7-post.ks
M recipe/rhevh7-post.ks
2 files changed, 6 insertions(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/82/65082/1
diff --git a/recipe/centos7-post.ks b/recipe/centos7-post.ks
index 8084440..351d4db 100644
--- a/recipe/centos7-post.ks
+++ b/recipe/centos7-post.ks
@@ -228,3 +228,6 @@
# Workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1378304
sed -i "/PrivateDevices/ s/^/#/" /usr/lib/systemd/system/systemd-localed.service
sed -i "/PrivateDevices/ s/^/#/" /usr/lib/systemd/system/systemd-machined.service
+
+# Workaround for missing file bz#1381112
+touch /etc/selinux/targeted/contexts/files/file_contexts.local
diff --git a/recipe/rhevh7-post.ks b/recipe/rhevh7-post.ks
index a345a81..8bb9099 100644
--- a/recipe/rhevh7-post.ks
+++ b/recipe/rhevh7-post.ks
@@ -261,3 +261,6 @@
# Workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1378304
sed -i "/PrivateDevices/ s/^/#/" /usr/lib/systemd/system/systemd-localed.service
sed -i "/PrivateDevices/ s/^/#/" /usr/lib/systemd/system/systemd-machined.service
+
+# Workaround for missing file bz#1381112
+touch /etc/selinux/targeted/contexts/files/file_contexts.local
--
To view, visit https://gerrit.ovirt.org/65082
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6ef8ef243c09d5a933ed995341c269a964209f40
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