app_containers: Disable /dev/shm mount

We have disabled the MIT-SHM extension entirely.
This commit is contained in:
Peter Cai 2022-12-26 08:34:12 -05:00
parent 2e6e29ed34
commit d8d634e45c
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ SUDO_ASKPASS=$HOME/.local/bin/askpass-bemenu sudo -A systemd-nspawn -M $CONTAINE
--bind-ro=/run/systemd/resolve/stub-resolv.conf:/etc/resolv.conf \
`# GPU` \
--bind=/dev/dri \
--bind=/dev/shm \
--property=DeviceAllow='char-drm rw' \
`# Input devices` \
--bind-ro=/dev/input \