diff options
author | Jesús <heckyel@hyperbola.info> | 2021-11-26 22:45:45 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-11-26 22:45:45 -0500 |
commit | fde85f7bda0966dc57ffbe34bf9f566265956385 (patch) | |
tree | b871bd1eb3220f852d241ad322edaf3bff1f5cb0 | |
parent | d969133c5dc74d47e82497e481cc4a8396b78053 (diff) | |
download | i3-config-fde85f7bda0966dc57ffbe34bf9f566265956385.tar.lz i3-config-fde85f7bda0966dc57ffbe34bf9f566265956385.tar.xz i3-config-fde85f7bda0966dc57ffbe34bf9f566265956385.zip |
bwrap: relax devices - iceweasel-uxp
-rw-r--r-- | bwrap/iceweasel-uxp-private.bash | 2 | ||||
-rw-r--r-- | 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 \ |