Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mount /dev/mqueue if missing and set sticky bit to /dev/shm
Inspired by Alpine Linux, add /dev/mqueue if missing. We should check the /proc/filesystems first, but this is quicker. The sticky bit ensures only the owner of files in /dev/shm can delete or rename files. This is also what Alpine Linux use. Signed-off-by: Joachim Wiberg <[email protected]>
- Loading branch information