sys-auth/polkit: add note re suid issue

Should be fixed properly upstream in next release (shortly?)

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-01-25 17:34:43 +00:00
parent d0e16d6fb2
commit 6c82af819c

View File

@@ -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
}