Fabian Deutsch has submitted this change and it was merged. Change subject: persist: use restorecon after persist ......................................................................
persist: use restorecon after persist shutil module doesn't provide method to copy objects keeping selinux context. This patch adds restorecon call after the persist. Change-Id: I50965ea67cfc6aa2c9c108a14e7c0c1607b287ad Signed-off-by: Douglas Schilling Landgraf <[email protected]> --- M src/ovirt/node/utils/fs/__init__.py M src/ovirt/node/utils/security.py 2 files changed, 13 insertions(+), 1 deletion(-) Approvals: Fabian Deutsch: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/32727 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I50965ea67cfc6aa2c9c108a14e7c0c1607b287ad Gerrit-PatchSet: 2 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Douglas Schilling Landgraf <[email protected]> Gerrit-Reviewer: Douglas Schilling Landgraf <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Ryan Barry <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
