Fabian Deutsch has uploaded a new change for review. Change subject: hooks: Drop runcon ......................................................................
hooks: Drop runcon runcon seems to introduce regressions on el7, thus dropping it. Change-Id: I7141c3f2772f7d5bd43829d58121ee4bc128dc43 Signed-off-by: Fabian Deutsch <[email protected]> --- M scripts/ovirt-node-hooks.sh 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/33/48733/1 diff --git a/scripts/ovirt-node-hooks.sh b/scripts/ovirt-node-hooks.sh index 21c7f01..4d0c0c6 100644 --- a/scripts/ovirt-node-hooks.sh +++ b/scripts/ovirt-node-hooks.sh @@ -36,7 +36,7 @@ for handler in "$HOOK_DIR/$1"/*; do echo "Running handler: $handler" - runcon -t unconfined_t "$handler" >> $OVIRT_HOOKLOG 2>&1 + "$handler" >> $OVIRT_HOOKLOG 2>&1 done fi -- To view, visit https://gerrit.ovirt.org/48733 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7141c3f2772f7d5bd43829d58121ee4bc128dc43 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: ovirt-3.6 Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
