[node-patches] Change in ovirt-node[master]: [DRAFT] Selinux policy adjustments for F18
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Tue Jan 8 13:41:24 UTC 2013
Fabian Deutsch has uploaded a new change for review.
Change subject: [DRAFT] Selinux policy adjustments for F18
......................................................................
[DRAFT] Selinux policy adjustments for F18
Change-Id: I69a9a18db064d7d784f1a556d806d8830bf89501
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M recipe/ovirt17-post.ks
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/62/10762/1
diff --git a/recipe/ovirt17-post.ks b/recipe/ovirt17-post.ks
index ee8a725..1293d73 100644
--- a/recipe/ovirt17-post.ks
+++ b/recipe/ovirt17-post.ks
@@ -136,10 +136,10 @@
class sock_file { getattr write open append };
}
allow mount_t shadow_t:file mounton;
-allow setfiles_t initrc_tmp_t:file append;
+#allow setfiles_t initrc_tmp_t:file append;
allow setfiles_t net_conf_t:file read;
-allow consoletype_t var_log_t:file append;
-allow passwd_t user_tmp_t:file write;
+#allow consoletype_t var_log_t:file append;
+#allow passwd_t user_tmp_t:file write;
# Unknown on F17 brctl_t:
#allow brctl_t net_conf_t:file read;
# Suppose because of collectd libvirt plugin
--
To view, visit http://gerrit.ovirt.org/10762
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I69a9a18db064d7d784f1a556d806d8830bf89501
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
More information about the node-patches
mailing list