[node-patches] Change in ovirt-node[master]: ovirt.te: add ldconfig type
dougsland at redhat.com
dougsland at redhat.com
Wed Oct 1 14:24:41 UTC 2014
Douglas Schilling Landgraf has uploaded a new change for review.
Change subject: ovirt.te: add ldconfig type
......................................................................
ovirt.te: add ldconfig type
This patch adds:
allow ldconfig_t auditd_log_t:file append;
allow ldconfig_t tmpfs_t:dir search;
Change-Id: Ic0d6234126763f267f43ac6e6be2abf8a65e6864
Signed-off-by: Douglas Schilling Landgraf <dougsland at redhat.com>
---
M semodule/ovirt.te.in
1 file changed, 9 insertions(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/51/33651/1
diff --git a/semodule/ovirt.te.in b/semodule/ovirt.te.in
index 212644e..3c81537 100644
--- a/semodule/ovirt.te.in
+++ b/semodule/ovirt.te.in
@@ -66,6 +66,15 @@
allow gssd_t tmpfs_t:dir search;
')
+#============= ldconfig_t ==============
+optional_policy(`
+ require {
+ type ldconfig_t;
+ }
+ allow ldconfig_t auditd_log_t:file append;
+ allow ldconfig_t tmpfs_t:dir search;
+')
+
#============= avahi_t ==============
optional_policy(`
require {
--
To view, visit http://gerrit.ovirt.org/33651
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic0d6234126763f267f43ac6e6be2abf8a65e6864
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