summaryrefslogtreecommitdiff
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
commit9988876415698d5677eb9a2dc3ed934d8e3d3033 (patch)
treef7c9fb077a1cfb7fbb2dd78a45b2e36f414c082d
parent5d805ae34e4039a94ba4a0ab888960a257d5a151 (diff)
downloadmeta-multitech-atmel-9988876415698d5677eb9a2dc3ed934d8e3d3033.tar.gz
meta-multitech-atmel-9988876415698d5677eb9a2dc3ed934d8e3d3033.tar.bz2
meta-multitech-atmel-9988876415698d5677eb9a2dc3ed934d8e3d3033.zip
MTX-3787 Create /var/volatile/tmp direrctory with proper permissions
-rw-r--r--eudev/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/eudev/init b/eudev/init
index bd716b0..d941401 100644
--- a/eudev/init
+++ b/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.