Vinzenz Feenstra has uploaded a new change for review. Change subject: agent: /var/run as default home for the ovirtagent user ......................................................................
agent: /var/run as default home for the ovirtagent user Bug-Url: https://bugzilla.redhat.com/905133 Change-Id: I08cd6e8ca4341c62c0e5f18b6c6226a103873f62 Signed-off-by: Vinzenz Feenstra <[email protected]> --- M ovirt-guest-agent.spec 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-guest-agent refs/changes/95/12195/1 diff --git a/ovirt-guest-agent.spec b/ovirt-guest-agent.spec index ea8dce3..1169bb6 100644 --- a/ovirt-guest-agent.spec +++ b/ovirt-guest-agent.spec @@ -106,7 +106,7 @@ getent group ovirtagent >/dev/null || groupadd -r -g 175 ovirtagent getent passwd ovirtagent > /dev/null || \ /usr/sbin/useradd -u 175 -g 175 -o -r ovirtagent \ - -c "oVirt Guest Agent" -d / -s /sbin/nologin + -c "oVirt Guest Agent" -d %{_localstatedir}/run -s /sbin/nologin exit 0 %post common -- To view, visit http://gerrit.ovirt.org/12195 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I08cd6e8ca4341c62c0e5f18b6c6226a103873f62 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-guest-agent Gerrit-Branch: master Gerrit-Owner: Vinzenz Feenstra <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
