2.27-3ubuntu1.6252unset
strict
core18
glibc snap shim to redirect used sharem memory into snap permited path
# snap-glibc-shm-shim
glibc snap shim to redirect used sharem memory into snap permited path
use
include either of the env variables in your snap environment:
snapcraft.yaml example
``
glibc snap shim to redirect used sharem memory into snap permited path
use
SNAPSHMSUBDIR or SNAPSHMPREFIX evn variable to control functionality.
SNAPSHMSUBDIR will use sub dir under /dev/shm eg. /dev/shm/snap.<snap-name>./*
SNAPSHMPREFIX adds prefix to the file name eg /dev/shm/snap.<snap-name>.*include either of the env variables in your snap environment:
SNAPSHMSUBDIR="snap.${SNAPNAME}."
SNAPSHMPREFIX="snap.${SNAPNAME}."snapcraft.yaml example
``
environment:
SNAPSHMPREFIX: "snap.${SNAPNAME}."
parts:
libc-shm-shim:
plugin: nil
stage-snaps:
- libc-shm-shim/18/beta
``Update History
2.27-3ubuntu1.6 (252)1 Apr 2026, 21:28 UTC
5 Dec 2018, 00:39 UTC
4 Oct 2023, 11:33 UTC
1 Apr 2026, 21:28 UTC