diff --git a/app_containers/.local/bin/run_app_container b/app_containers/.local/bin/run_app_container index 803cdfc..3c8f5c6 100755 --- a/app_containers/.local/bin/run_app_container +++ b/app_containers/.local/bin/run_app_container @@ -47,9 +47,10 @@ SUDO_ASKPASS=$HOME/.local/bin/askpass-bemenu sudo -A systemd-nspawn -M $CONTAINE `# DNS (when containers do not have their own netns)` \ --bind-ro=/run/systemd/resolve/stub-resolv.conf:/etc/resolv.conf \ `# GPU` \ - --bind=/dev/dri/card0 \ + --bind=/dev/dri \ --bind=/dev/shm \ - --property=DeviceAllow='char-drm rw' \ + --property=DeviceAllow='/dev/dri rw' \ + --property=DeviceAllow='/dev/shm rw' \ `# Input devices` \ --bind-ro=/dev/input \ --property=DeviceAllow='char-input r' \