diff options
author | Vyacheslav Pedash <vyacheslav.pedash@globallogic.com> | 2021-01-26 23:37:37 +0200 |
---|---|---|
committer | Vyacheslav Pedash <vyacheslav.pedash@globallogic.com> | 2021-02-01 15:40:11 +0200 |
commit | 9988876415698d5677eb9a2dc3ed934d8e3d3033 (patch) | |
tree | f7c9fb077a1cfb7fbb2dd78a45b2e36f414c082d | |
parent | 5d805ae34e4039a94ba4a0ab888960a257d5a151 (diff) | |
download | meta-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/init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |