Set sticky bit on /var/tmp as well (matching perms in base-files)
authorMarcel Partap <mpartap@gmx.net>
Sat, 18 Apr 2020 16:25:08 +0000 (18:25 +0200)
committerMarcel Partap <mpartap@gmx.net>
Sat, 18 Apr 2020 16:25:08 +0000 (18:25 +0200)
(Fixes f.e. CUPS PDF driver not producing output files)

components/9990-overlay.sh

index eb57d4d..8350502 100755 (executable)
@@ -310,6 +310,12 @@ setup_unionfs ()
                chmod 1777 "${rootmnt}"/tmp
        fi
 
+       # Correct the permission of /var/tmp:
+       if [ -d "${rootmnt}/var/tmp" ]
+       then
+               chmod 1777 "${rootmnt}"/var/tmp
+       fi
+
        # Adding custom persistence
        if [ -n "${PERSISTENCE}" ] && [ -z "${NOPERSISTENCE}" ]
        then