Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jan 2000 15:05:19 +1100
From:      peter.jeremy@ALCATEL.COM.AU
To:        freefall-gnats@gsmx07.alcatel.com.au
Subject:   misc/15875: Incorrect permissions on PicoBSD /tmp directory
Message-ID:  <00Jan4.150520est.40333@border.alcanet.com.au>

next in thread | raw e-mail | index | archive | help

>Number:         15875
>Category:       misc
>Synopsis:       Incorrect permissions on PicoBSD /tmp directory
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan  3 20:20:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Peter Jeremy
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Alcatel Australia Limited
>Environment:

	Found in -stable, but also present in -current

>Description:

	PicoBSD creates the /tmp directory with default permissions.
	It should be created with permissions 01777.

>How-To-Repeat:

	ls -l /tmp

>Fix:

	The following is needed on each mfs.mtree file:
diff -ur net/mfs.mtree custom/mfs.mtree
--- net/mfs.mtree	Mon Aug 30 01:53:06 1999
+++ custom/mfs.mtree	Fri Sep 17 08:34:33 1999
@@ -29,7 +29,7 @@
     ..
     tftpboot       
     ..
-    tmp            
+    tmp            mode=01777
     ..
     usr            
         local          



>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00Jan4.150520est.40333>