#!/bin/bash hvconfig_pre() { # It is a requirement to have a dedicated user and group for polkit to # function correctly: hv_groupadd -fg 27 polkituser hv_useradd -c Policy-Kit-Daemon-User -d /dev/null -u 27 \ -g polkituser -s /bin/false polkituser CONFIGURE_OPTS="\ ${CONFIGURE_OPTS} \ --libexecdir=/usr/lib/polkit-1 \ --localstatedir=/var" }