]> Zhao Yanbai Git Server - minix.git/commitdiff
Fix wrong access permission on /tmp and /usr/tmp 23/123/2
authorLionel Sambuc <lionel@minix3.org>
Mon, 19 Nov 2012 10:07:58 +0000 (11:07 +0100)
committerLionel Sambuc <lionel@minix3.org>
Mon, 19 Nov 2012 15:44:38 +0000 (16:44 +0100)
With the build system upgrade, the list of system directories was
recreated, and the sticky bit was forgotten.

Change-Id: Ie2f2241734dde9f1e217cd38588296dc21d07b81

etc/mtree/NetBSD.dist.base

index 93fa80769e057ce1e5ba259b803d5e6030fd6485..c27b477e7e7c4f96ac4b96a7ec9e81d2e630bc68 100644 (file)
@@ -30,7 +30,6 @@
 ./root
 ./sbin
 ./sys
-./tmp
 ./usr
 ./usr/adm
 ./usr/adm/old
 ./usr/spool/lpd
 ./usr/spool/mail
 ./usr/src
-./usr/tmp
 ./usr/var
 ./usr/var/db
 ./usr/var/db/pkg
 ./var/db/obsolete
 ./var/run
 
+# Directories with special access rights
+/set type=dir uid=0 gid=0 mode=1777
+./tmp
+./usr/tmp
+
 # Symlinks
 /set type=link uid=0 gid=0 mode=0777
 ./dev/mouse