From fde85f7bda0966dc57ffbe34bf9f566265956385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 26 Nov 2021 22:45:45 -0500 Subject: bwrap: relax devices - iceweasel-uxp --- bwrap/iceweasel-uxp-private.bash | 2 +- bwrap/iceweasel-uxp.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bwrap/iceweasel-uxp-private.bash b/bwrap/iceweasel-uxp-private.bash index 34c3274..fec5bfe 100644 --- a/bwrap/iceweasel-uxp-private.bash +++ b/bwrap/iceweasel-uxp-private.bash @@ -14,7 +14,7 @@ set -euo pipefail --ro-bind /lib /lib \ --ro-bind /lib64 /lib64 \ --ro-bind /sys/dev/char /sys/dev/char \ - --ro-bind /sys/devices/pci0000:00 /sys/devices/pci0000:00 \ + --ro-bind /sys/devices /sys/devices \ --ro-bind /usr/bin /usr/bin \ --ro-bind /usr/include/fontconfig /usr/include/fontconfig \ --ro-bind /usr/lib /usr/lib \ diff --git a/bwrap/iceweasel-uxp.bash b/bwrap/iceweasel-uxp.bash index 2b1d0ca..e9ab69b 100644 --- a/bwrap/iceweasel-uxp.bash +++ b/bwrap/iceweasel-uxp.bash @@ -15,7 +15,7 @@ set -euo pipefail --ro-bind /lib /lib \ --ro-bind /lib64 /lib64 \ --ro-bind /sys/dev/char /sys/dev/char \ - --ro-bind /sys/devices/pci0000:00 /sys/devices/pci0000:00 \ + --ro-bind /sys/devices /sys/devices \ --ro-bind /usr/bin /usr/bin \ --ro-bind /usr/include/fontconfig /usr/include/fontconfig \ --ro-bind /usr/lib /usr/lib \ -- cgit v1.2.3