summaryrefslogtreecommitdiff
path: root/recipes-core/udev/eudev
diff options
context:
space:
mode:
authorVyacheslav Pedash <vyacheslav.pedash@globallogic.com>2021-01-26 23:37:37 +0200
committerVyacheslav Pedash <vyacheslav.pedash@globallogic.com>2021-02-01 15:40:11 +0200
commitc3f271f5cf9bbc82f4776980fd0e4d1a0df4d3fe (patch)
tree662ba506c743da333d222c762ce8fb7cf2b0e74b /recipes-core/udev/eudev
parent38be2653dfe5f8cf6e910d822d021286983e39b8 (diff)
downloadmeta-mlinux-c3f271f5cf9bbc82f4776980fd0e4d1a0df4d3fe.tar.gz
meta-mlinux-c3f271f5cf9bbc82f4776980fd0e4d1a0df4d3fe.tar.bz2
meta-mlinux-c3f271f5cf9bbc82f4776980fd0e4d1a0df4d3fe.zip
MTX-3787 Create /var/volatile/tmp direrctory with proper permissions
Diffstat (limited to 'recipes-core/udev/eudev')
-rw-r--r--recipes-core/udev/eudev/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/udev/eudev/init b/recipes-core/udev/eudev/init
index bd716b0..d941401 100644
--- a/recipes-core/udev/eudev/init
+++ b/recipes-core/udev/eudev/init
@@ -57,7 +57,7 @@ case "$1" in
# the automount rule for udev needs /tmp directory available, as /tmp is a symlink
# to /var/tmp which in turn is a symlink to /var/volatile/tmp, we need to make sure
# /var/volatile/tmp directory to be available.
- mkdir -p /var/volatile/tmp
+ mkdir -m 1777 -p /var/volatile/tmp
# Cache handling.
# A list of files which are used as a criteria to judge whether the udev cache could be reused.