[node-patches] Change in ovirt-node[master]: f19: Additional selinux rule
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Wed May 22 15:20:16 UTC 2013
Fabian Deutsch has uploaded a new change for review.
Change subject: f19: Additional selinux rule
......................................................................
f19: Additional selinux rule
Change-Id: I99461cd64164e049d236e3e307ea3c7ad3243ce5
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M semodule/ovirt.te
1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/88/14988/1
diff --git a/semodule/ovirt.te b/semodule/ovirt.te
index 804b9aa..8a92f3c 100644
--- a/semodule/ovirt.te
+++ b/semodule/ovirt.te
@@ -17,6 +17,8 @@
type systemd_localed_t;
type systemd_unit_file_t;
type policykit_t;
+ type local_login_t;
+ type var_log_t;
')
#============= collectd_t ==============
@@ -36,6 +38,7 @@
allow setfiles_t net_conf_t:file read;
allow loadkeys_t initrc_tmp_t:file read;
allow policykit_t ovirt_t:dbus send_msg;
+allow local_login_t var_log_t:file { write create };
type ovirt_t;
type ovirt_exec_t;
--
To view, visit http://gerrit.ovirt.org/14988
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I99461cd64164e049d236e3e307ea3c7ad3243ce5
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