[neon/kde/kwin/Neon/unstable] debian: try to fix setcap
Harald Sitter
null at kde.org
Tue Mar 14 13:04:17 GMT 2023
Git commit 8ff8d74a722260aade652a6cf90f7c851e4a0b96 by Harald Sitter.
Committed on 14/03/2023 at 13:04.
Pushed by sitter into branch 'Neon/unstable'.
try to fix setcap
I wonder if we get away with a more general wildcard
M +1 -2 debian/setcap.yaml
https://invent.kde.org/neon/kde/kwin/commit/8ff8d74a722260aade652a6cf90f7c851e4a0b96
diff --git a/debian/setcap.yaml b/debian/setcap.yaml
index 9f14c83..11a18f8 100644
--- a/debian/setcap.yaml
+++ b/debian/setcap.yaml
@@ -2,5 +2,4 @@
# Being whitelisted means they will pass the build without problems.
# 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"]
+- ["CAP_SYS_NICE=+ep", "*/bin/kwin_wayland"]
More information about the Neon-commits
mailing list