commit 1bf7012
chld
·
2026-08-27 23:22:39 +0000 UTC
parent b129d11
sit: tmp permissions
1 files changed,
+2,
-0
M
sit
M
sit
+2,
-0
1@@ -57,6 +57,8 @@ mount -n -t devpts devpts /dev/pts 2>/dev/null || true
2 mount -n -t tmpfs tmpfs /dev/shm 2>/dev/null || true
3 mount -n -t tmpfs tmpfs /run 2>/dev/null || true
4 mount -n -t tmpfs tmpfs /tmp 2>/dev/null || true
5+chown -R root:wheel /tmp || true
6+chmod -R 1777 /tmp || true
7
8 # create utmp directory and file for login tracking
9 mkdir -p /var/run /var/log