[neon/kde/kwin/Neon/unstable] debian: allow setcap through

Harald Sitter null at kde.org
Tue Mar 14 11:11:48 GMT 2023


Git commit d5c06b103425b7a79a0766b2c8bd8c48fe2b703f by Harald Sitter.
Committed on 14/03/2023 at 11:11.
Pushed by sitter into branch 'Neon/unstable'.

allow setcap through

we do not actually setcap on the temporary kf6 location because it'd needlessly complicate the postinst

M  +1    -0    debian/setcap.yaml

https://invent.kde.org/neon/kde/kwin/commit/d5c06b103425b7a79a0766b2c8bd8c48fe2b703f

diff --git a/debian/setcap.yaml b/debian/setcap.yaml
index 56c92cd..9f14c83 100644
--- a/debian/setcap.yaml
+++ b/debian/setcap.yaml
@@ -3,3 +3,4 @@
 # A whitelisted call needs to have a corresponding setcap/setuid call in
 # postinst so it actually gets applied.
 - ["CAP_SYS_NICE=+ep", "*/usr/bin/kwin_wayland"]
+- ["CAP_SYS_NICE=+ep", "*/usr/kf6/bin/kwin_wayland"]


More information about the Neon-commits mailing list