From 6c82af819c7835a9ef4a768cbfc5fdf7af4082fa Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 25 Jan 2022 17:34:43 +0000 Subject: [PATCH] sys-auth/polkit: add note re suid issue Should be fixed properly upstream in next release (shortly?) Signed-off-by: Sam James --- 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 6af327e19f2f2..39bf2172758fd 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 }