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