BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000328 [BusyBox] Other major always 07-07-05 05:00 07-18-05 15:26
Reporter jmpg View Status public  
Assigned To BusyBox
Priority normal Resolution not fixable  
Status closed   Product Version 1.00
Summary 0000328: mount changes directory permissions
Description After I mount a tmpfs on /tmp the mounted directory gets its permissions changed.

Example:

$ mount
/dev/hdc1 on / type ext2 (rw)
none on /proc type proc (rw,nodiratime)
none on /sys type sysfs (rw)
tmpfs on /dev type tmpfs (rw)
/dev/hdc2 on /usr type ext2 (rw,sync,noatime)
/dev/hdc3 on /var type ext2 (rw,sync,noatime,noexec)
none on /proc/bus/usb type usbfs (rw)
$ ls -al /tmp
drwxrwxrwt 2 root root 1024 Jul 5 14:58 .
drwxr-xr-x 14 root root 1024 Jul 7 11:41 ..
$ mount -t tmpfs tmpfs /tmp
$ mount
/dev/hdc1 on / type ext2 (rw)
none on /proc type proc (rw,nodiratime)
none on /sys type sysfs (rw)
tmpfs on /dev type tmpfs (rw)
/dev/hdc2 on /usr type ext2 (rw,sync,noatime)
/dev/hdc3 on /var type ext2 (rw,sync,noatime,noexec)
none on /proc/bus/usb type usbfs (rw)
tmpfs on /tmp type tmpfs (rw)
$ ls -al /tmp
drwxr-xr-x 2 root root 0 Jul 7 12:55 .
drwxr-xr-x 14 root root 1024 Jul 7 11:41 ..

Additional Information
Attached Files

- Relationships

- Notes
(0000270)
vapier
07-07-05 05:45

last i checked the kernel is doing that, not mount
 

- Issue History
Date Modified Username Field Change
07-07-05 05:00 jmpg New Issue
07-07-05 05:45 vapier Status assigned => resolved
07-07-05 05:45 vapier Resolution open => not fixable
07-07-05 05:45 vapier Note Added: 0000270
07-18-05 15:26 andersen Status resolved => closed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker