Skip to content
Snippets Groups Projects
Commit 724b8ff9 authored by Simon McVittie's avatar Simon McVittie
Browse files

Mark patches as forwarded

Gbp-Dch: ignore
parent d9ef2f52
Branches wip/0.119
No related tags found
1 merge request!5WIP: Update to 0.119, use Meson
Showing
with 11 additions and 1 deletion
......@@ -7,6 +7,7 @@ directory for system services, which in practice is always going to be
/usr/share/dbus-1/system-services.
Signed-off-by: Simon McVittie <smcv@debian.org>
Forwarded: https://gitlab.freedesktop.org/polkit/polkit/-/merge_requests/86
---
meson.build | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
......
......@@ -18,6 +18,7 @@ libpolkit-agent into their address space need to be restarted, unless
distributions provide compatibility symlinks.
Signed-off-by: Simon McVittie <smcv@debian.org>
Forwarded: https://gitlab.freedesktop.org/polkit/polkit/-/merge_requests/85
---
data/meson.build | 2 +-
meson.build | 5 +++--
......
......@@ -7,6 +7,7 @@ what would ${datadir} be?" but the answer is obviously always going to be
pk_prefix/pk_datadir.
Signed-off-by: Simon McVittie <smcv@debian.org>
Forwarded: https://gitlab.freedesktop.org/polkit/polkit/-/merge_requests/86
---
meson.build | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
......
......@@ -8,8 +8,9 @@ system users on a just-in-time basis when the package that needs them
is installed, but a minimal container or chroot probably doesn't have
polkit.
Resolves: #139
Bug: https://gitlab.freedesktop.org/polkit/polkit/-/issues/139
Signed-off-by: Simon McVittie <smcv@debian.org>
Forwarded: https://gitlab.freedesktop.org/polkit/polkit/-/merge_requests/84
---
meson_post_install.py | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
......
......@@ -7,6 +7,7 @@ would be a privilege escalation vector. Make it 0o4755 instead, which
is consistent with the old Autotools build system.
Signed-off-by: Simon McVittie <smcv@debian.org>
Forwarded: https://gitlab.freedesktop.org/polkit/polkit/-/merge_requests/84
---
meson_post_install.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
......
......@@ -6,6 +6,7 @@ If we're installing unprivileged into a ${DESTDIR}, there's no point
in the programs being setuid to a non-root uid.
Signed-off-by: Simon McVittie <smcv@debian.org>
Forwarded: https://gitlab.freedesktop.org/polkit/polkit/-/merge_requests/84
---
meson_post_install.py | 21 ++++++++++++++++++---
1 file changed, 18 insertions(+), 3 deletions(-)
......
......@@ -4,6 +4,7 @@ Subject: meson_post_install: If installation steps are skipped,
say what is needed
Signed-off-by: Simon McVittie <smcv@debian.org>
Forwarded: https://gitlab.freedesktop.org/polkit/polkit/-/merge_requests/84
---
meson_post_install.py | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
......
......@@ -6,6 +6,8 @@ Otherwise, if built in a minimal container or chroot that doesn't
already have polkit installed and configured with --sysconfdir=/etc
as is conventional, we'll be trying to create /etc/polkit-1 (outside
the DESTDIR), which won't go well when we are not root.
Forwarded: https://gitlab.freedesktop.org/polkit/polkit/-/merge_requests/84
---
meson_post_install.py | 18 ++++++++++++++----
1 file changed, 14 insertions(+), 4 deletions(-)
......
......@@ -3,6 +3,7 @@ Date: Thu, 3 Jun 2021 17:11:46 +0100
Subject: meson_post_install: Use geteuid instead of getpass
Signed-off-by: Simon McVittie <smcv@debian.org>
Forwarded: https://gitlab.freedesktop.org/polkit/polkit/-/merge_requests/84
---
meson_post_install.py | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment