1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
Source: xdg-dbus-proxy
Section: admin
Priority: optional
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Uploaders:
Simon McVittie <smcv@debian.org>,
Build-Depends:
dbus-daemon <!nocheck>,
debhelper-compat (= 13),
docbook-xml,
docbook-xsl,
libglib2.0-dev,
meson,
xsltproc,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/flatpak/xdg-dbus-proxy
Vcs-Git: https://salsa.debian.org/debian/xdg-dbus-proxy.git
Vcs-Browser: https://salsa.debian.org/debian/xdg-dbus-proxy
Package: xdg-dbus-proxy
Architecture: any
Multi-Arch: foreign
Depends:
${misc:Depends},
${shlibs:Depends},
Description: filtering D-Bus proxy
xdg-dbus-proxy is a filtering proxy for D-Bus connections. It was
originally part of the Flatpak project, but it has been broken out as
a standalone module to facilitate using it in other contexts, for
example in WebKit-GTK's optional bubblewrap-based sandbox.
.
For this proxy to be useful, restricted D-Bus clients must be denied
access to the normal D-Bus socket (for example by using containers or
AppArmor rules), and instead given access to the listening Unix socket
created by the proxy (typically by bind-mounting it into a Linux
container).
Package: xdg-dbus-proxy-tests
Architecture: any
Multi-Arch: foreign
Depends:
${misc:Depends},
${shlibs:Depends},
dbus-daemon,
xdg-dbus-proxy,
Recommends:
gnome-desktop-testing,
Description: filtering D-Bus proxy - as-installed tests
xdg-dbus-proxy is a filtering proxy for D-Bus connections. It was
originally part of the Flatpak project, but it has been broken out as
a standalone module to facilitate using it in other contexts, for
example in WebKit-GTK's optional bubblewrap-based sandbox.
.
This package contains as-installed tests, which can be run using
autopkgtest or gnome-desktop-testing-runner, or directly.
|