summaryrefslogtreecommitdiffstats
path: root/polkit
diff options
context:
space:
mode:
Diffstat (limited to 'polkit')
-rwxr-xr-xpolkit/Pkgfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/polkit/Pkgfile b/polkit/Pkgfile
index 5ff0c29cf..53d453168 100755
--- a/polkit/Pkgfile
+++ b/polkit/Pkgfile
@@ -29,4 +29,6 @@ build() {
chmod 4755 $PKG/usr/lib/polkit-1/polkit-agent-helper-1 $PKG/usr/bin/pkexec
chown -R polkitd:polkitd $PKG/etc/polkit-1/rules.d $PKG/usr/share/polkit-1/rules.d
chmod -R 700 $PKG/etc/polkit-1/rules.d $PKG/usr/share/polkit-1/rules.d
+
+ sed "s|unix-group:wheel|unix-group:admin|" -i $PKG/etc/polkit-1/rules.d/50-default.rules
}