git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2897a56
)
sysfs: change permissions for /sys from 0755 to 0555
author
Vitaly Kuznetsov
<vitty@altlinux.ru>
Tue, 17 Jan 2012 12:17:22 +0000
(12:17 +0000)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 24 Jan 2012 23:57:53 +0000
(15:57 -0800)
There is a misleading difference between /proc and /sys permissions, /proc is 0555 and /sys is 0755. But
as it is impossible to create or unlink something in /sys it would be nice to have same permissions.
Signed-off-by: Vitaly Kuznetsov <vitty@altlinux.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found