xdg-dbus-proxy
filtering D-Bus proxy
Install
- All systems
-
curl cmd.cat/xdg-dbus-proxy.sh
- Debian
-
apt-get install xdg-dbus-proxy
- Ubuntu
-
apt-get install xdg-dbus-proxy
- Arch Linux
-
pacman -S xdg-dbus-proxy
- Kali Linux
-
apt-get install xdg-dbus-proxy
- Fedora
-
dnf install xdg-dbus-proxy
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install xdg-dbus-proxy
- Dockerfile
- dockerfile.run/xdg-dbus-proxy
xdg-dbus-proxy
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).