| Anonymous | Login | Signup for a new account | 11-10-2008 10:47 PST |
| Main | My View | View Issues | Change Log | Docs |
| 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 | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |