[node-patches] Change in ovirt-node[master]: semodule: syslogd_t tmpfs_t:file
dougsland at redhat.com
dougsland at redhat.com
Mon Apr 6 20:42:33 UTC 2015
Douglas Schilling Landgraf has uploaded a new change for review.
Change subject: semodule: syslogd_t tmpfs_t:file
......................................................................
semodule: syslogd_t tmpfs_t:file
avoid open avc:
type=AVC msg=audit(1428351923.989:51): avc: denied { open } for pid=1929 comm="rsyslogd" path="/etc/resolv.conf"
dev="tmpfs" ino=18079 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:tmpfs_t:s0 tclass=file
Change-Id: I20cb72b29dd39a2eddc98abf53d1e74c0ba5299e
Signed-off-by: Douglas Schilling Landgraf <dougsland at redhat.com>
---
M semodule/ovirt.te.in
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/89/39589/1
diff --git a/semodule/ovirt.te.in b/semodule/ovirt.te.in
index 4fca417..4fe6016 100644
--- a/semodule/ovirt.te.in
+++ b/semodule/ovirt.te.in
@@ -253,7 +253,7 @@
#============= syslogd_t ==============
allow syslogd_t var_lib_t:file { write getattr open };
-allow syslogd_t tmpfs_t:file read;
+allow syslogd_t tmpfs_t:file { read open };
#============= sysstat_t ==============
--
To view, visit https://gerrit.ovirt.org/39589
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I20cb72b29dd39a2eddc98abf53d1e74c0ba5299e
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