diff options
author | Bart Ribbers <bribbers@disroot.org> | 2021-11-19 23:02:54 +0100 |
---|---|---|
committer | Bart Ribbers <bribbers@disroot.org> | 2021-11-20 12:11:37 +0100 |
commit | ff54831613633cfc8b319ecc1b41c81cbb19d38c (patch) | |
tree | b6d5926f4f3d05562328c6b48ffcabff7daf9c33 /community/polkit/APKBUILD | |
parent | 1482116edf87c2abb40119dc8e84794fb8a3f09b (diff) | |
download | aports-ff54831613633cfc8b319ecc1b41c81cbb19d38c.tar.gz aports-ff54831613633cfc8b319ecc1b41c81cbb19d38c.tar.bz2 aports-ff54831613633cfc8b319ecc1b41c81cbb19d38c.tar.xz |
community/polkit: make sure we create the polkitd user before installing -common
Otherwise the default polkit rules get installed with the wrong uid and
gid, causing problems where polkit asks for the root user password
instead of your own user
The regular polkit and polkit-elogind will pull in polkit-common anyway,
so no need to create the user there too
Diffstat (limited to 'community/polkit/APKBUILD')
-rw-r--r-- | community/polkit/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/polkit/APKBUILD b/community/polkit/APKBUILD index 50dbf21804..0ca4b4299c 100644 --- a/community/polkit/APKBUILD +++ b/community/polkit/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=polkit pkgver=0.119 -pkgrel=5 +pkgrel=6 pkgdesc="Application development toolkit for controlling system-wide privileges" url="https://www.freedesktop.org/wiki/Software/polkit/" arch="all !mips !mips64 !s390x !riscv64" # Rust @@ -28,7 +28,7 @@ makedepends=" " pkgusers="polkitd" pkggroups="polkitd" -install="$pkgname.pre-install $pkgname.pre-upgrade $pkgname-elogind.pre-install" +install="$pkgname-common.pre-install $pkgname-common.pre-upgrade" subpackages=" $pkgname-dev $pkgname-libs |