diff options
Diffstat (limited to 'bwrap/iceweasel-uxp.bash')
-rw-r--r-- | bwrap/iceweasel-uxp.bash | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |