[node-patches] Change in ovirt-node[master]: semodule: Fix initial password reset

fabiand at redhat.com fabiand at redhat.com
Wed Jan 14 13:34:52 UTC 2015


Fabian Deutsch has uploaded a new change for review.

Change subject: semodule: Fix initial password reset
......................................................................

semodule: Fix initial password reset

This should fix setting the password after an auto-installation.

Change-Id: I6ed8656cb1a6506d8a4aa020d8796812eb79c08a
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1026740
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M semodule/ovirt.te.in
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/97/36897/1

diff --git a/semodule/ovirt.te.in b/semodule/ovirt.te.in
index 8d183e5..66cd1a0 100644
--- a/semodule/ovirt.te.in
+++ b/semodule/ovirt.te.in
@@ -70,6 +70,7 @@
     type updpwd_t;
 }
 allow updpwd_t tmpfs_t:dir { search write add_name remove_name };
+allow updpwd_t device_t:dir { search write add_name remove_name };
 
 #============= gssd_t ==============
 optional_policy(`


-- 
To view, visit http://gerrit.ovirt.org/36897
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6ed8656cb1a6506d8a4aa020d8796812eb79c08a
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at redhat.com>



More information about the node-patches mailing list