summaryrefslogtreecommitdiffstats
path: root/debian/patches/test-fix-D-Bus-policy-override-for-TEST-73-LOCALE.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-16 18:26:40 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-16 18:26:40 +0000
commitadf2506a5481990ef1ddb8a44261746f18c69c06 (patch)
tree864813d83572e4a0365a9225261230483eca4dea /debian/patches/test-fix-D-Bus-policy-override-for-TEST-73-LOCALE.patch
parentMerging upstream version 256.5. (diff)
downloadsystemd-adf2506a5481990ef1ddb8a44261746f18c69c06.tar.xz
systemd-adf2506a5481990ef1ddb8a44261746f18c69c06.zip
Adding debian version 256.5-1.debian/256.5-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/test-fix-D-Bus-policy-override-for-TEST-73-LOCALE.patch')
-rw-r--r--debian/patches/test-fix-D-Bus-policy-override-for-TEST-73-LOCALE.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/debian/patches/test-fix-D-Bus-policy-override-for-TEST-73-LOCALE.patch b/debian/patches/test-fix-D-Bus-policy-override-for-TEST-73-LOCALE.patch
deleted file mode 100644
index 5cf6e44..0000000
--- a/debian/patches/test-fix-D-Bus-policy-override-for-TEST-73-LOCALE.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Author: Luca Boccassi <bluca@debian.org>
-Forwarded: yes
-Description: test: fix D-Bus policy override for TEST-73-LOCALE
- We don't need to allow non-root, and the policy needs to specify destination
- and interface too, to narrow it down
---- a/test/units/TEST-73-LOCALE.sh
-+++ b/test/units/TEST-73-LOCALE.sh
-@@ -666,14 +666,9 @@
- "https://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
- <busconfig>
- <policy user="root">
-- <allow send_member="SetLocale"/>
-- <allow send_member="SetVConsoleKeyboard"/>
-- <allow send_member="SetX11Keyboard"/>
-- </policy>
-- <policy context="default">
-- <allow send_member="SetLocale"/>
-- <allow send_member="SetVConsoleKeyboard"/>
-- <allow send_member="SetX11Keyboard"/>
-+ <allow send_destination="org.freedesktop.locale1" send_interface="org.freedesktop.locale1" send_member="SetLocale"/>
-+ <allow send_destination="org.freedesktop.locale1" send_interface="org.freedesktop.locale1" send_member="SetVConsoleKeyboard"/>
-+ <allow send_destination="org.freedesktop.locale1" send_interface="org.freedesktop.locale1" send_member="SetX11Keyboard"/>
- </policy>
- </busconfig>
- EOF