commit: 6c82af819c7835a9ef4a768cbfc5fdf7af4082fa
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 25 17:34:43 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 25 17:34:43 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c82af81
sys-auth/polkit: add note re suid issue
Should be fixed properly upstream in next release (shortly?)
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-auth/polkit/polkit-0.120-r2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys-auth/polkit/polkit-0.120-r2.ebuild
b/sys-auth/polkit/polkit-0.120-r2.ebuild
index 6af327e19f2f..39bf2172758f 100644
--- a/sys-auth/polkit/polkit-0.120-r2.ebuild
+++ b/sys-auth/polkit/polkit-0.120-r2.ebuild
@@ -110,6 +110,7 @@ src_install() {
# meson does not install required files with SUID bit. See
# https://bugs.gentoo.org/816393
# Remove the following lines once this has been fixed by upstream
+ # (should be fixed in next release:
https://gitlab.freedesktop.org/polkit/polkit/-/commit/4ff1abe4a4c1f8c8378b9eaddb0346ac6448abd8)
fperms u+s /usr/bin/pkexec
fperms u+s /usr/lib/polkit-1/polkit-agent-helper-1
}