diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-16 18:27:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-16 18:27:02 +0000 |
commit | 52a5e9612b15f99a91645d6c743871e49f054e9f (patch) | |
tree | d2d7108f5504d7cf081c9dacaad8fbf4590a12e0 /debian/patches | |
parent | Merging upstream version 256.5. (diff) | |
download | systemd-52a5e9612b15f99a91645d6c743871e49f054e9f.tar.xz systemd-52a5e9612b15f99a91645d6c743871e49f054e9f.zip |
Merging debian version 256.5-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/series | 1 | ||||
-rw-r--r-- | debian/patches/test-fix-D-Bus-policy-override-for-TEST-73-LOCALE.patch | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/debian/patches/series b/debian/patches/series index af6e44e..a00f68b 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,4 +1,3 @@ -test-fix-D-Bus-policy-override-for-TEST-73-LOCALE.patch progress-linux/0001-agetty-nohostname.patch progress-linux/0002-proc-hidepid.patch progress-linux/0003-logind-noautovts.patch 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 |