[node-patches] Change in ovirt-node[master]: ovirt.te: add updpwd_t
dougsland at redhat.com
dougsland at redhat.com
Sat Oct 4 05:05:22 UTC 2014
Douglas Schilling Landgraf has uploaded a new change for review.
Change subject: ovirt.te: add updpwd_t
......................................................................
ovirt.te: add updpwd_t
This patch adds:
- allow updpwd_t tmpfs_t:dir { search write add_name remove_name };
Change-Id: I48214e6cecb61cc4b924e6bc186d85b6031f366c
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1147413
Signed-off-by: Douglas Schilling Landgraf <dougsland at redhat.com>
---
M semodule/ovirt.te.in
1 file changed, 6 insertions(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/92/33792/1
diff --git a/semodule/ovirt.te.in b/semodule/ovirt.te.in
index d481d78..62b0b37 100644
--- a/semodule/ovirt.te.in
+++ b/semodule/ovirt.te.in
@@ -56,6 +56,12 @@
allow brctl_t self:capability sys_module;
')
+#============= updpwd_t ==============
+require {
+ type updpwd_t;
+}
+allow updpwd_t tmpfs_t:dir { search write add_name remove_name };
+
#============= gssd_t ==============
optional_policy(`
require {
--
To view, visit http://gerrit.ovirt.org/33792
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I48214e6cecb61cc4b924e6bc186d85b6031f366c
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