From c3f271f5cf9bbc82f4776980fd0e4d1a0df4d3fe Mon Sep 17 00:00:00 2001 From: Vyacheslav Pedash Date: Tue, 26 Jan 2021 23:37:37 +0200 Subject: MTX-3787 Create /var/volatile/tmp direrctory with proper permissions --- recipes-core/udev/eudev/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-core') 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. -- cgit v1.2.3