Skip to content
Snippets Groups Projects
Commit 738be4c6 authored by Simon McVittie's avatar Simon McVittie
Browse files

bwrap: Cope with /dev/shm being a symlink to /run/shm


This can be the case on older sysvinit- or Upstart-based Debian-derived
distributions, such as Ubuntu 14.04 (with the default Upstart init
system) and Debian 9 (with the non-default sysvinit init system).

Under systemd or the versions of sysvinit in Debian >= 10, /dev/shm is
a real tmpfs and /run/shm is a symlink to /dev/shm.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 6f728031
No related branches found
No related tags found
1 merge request!325Fix interop with older Upstart- and sysvinit-based OSs
Pipeline #14356 passed