Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 116293 - emerging baselayout changes permissions of /dev/shm until next reboot
Summary: emerging baselayout changes permissions of /dev/shm until next reboot
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-21 08:54 UTC by Joël
Modified: 2005-12-21 20:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joël 2005-12-21 08:54:14 UTC
ls -al /dev/shm (before emerging baselayout)

drwxrwxrwt   2 root root     60 Dec 21 17:50 .
drwxr-xr-x  23 root root  13780 Dec 21 17:40 ..

ls -al /dev/shm (after emerging baselayout)

rwxr-xr-x   2 root root      100 Dec 21 13:27 .
drwxr-xr-x  23 root root    13820 Dec 21 13:27 ..
-rw-r--r--   1 root root        0 Dec 21 13:27 .keep

This is when emerging baselayout 1.12.0_pre12, but it is not the first time I saw it happening.

Normal permissions are back after next reboot.
Comment 1 SpanKY gentoo-dev 2005-12-21 20:07:58 UTC
fixed in cvs, thanks for the report

also, the reason your /dev/shm seemed to have its permissions "reset" on reboot is that whenever you mount a tmpfs filesystem, it autosets the permissions to 777