commit | c56d8a7362665d165ba992b6b7a8d6c13a26eafc | [log] [tgz] |
---|---|---|
author | Vitaly Kuznetsov <vitty@altlinux.ru> | Tue Jan 17 12:17:22 2012 +0000 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Jan 24 15:57:53 2012 -0800 |
tree | 2474f442a9ed8d2928a172285390e900b9e68d9e | |
parent | 2897a563a55442379e5e59ec68c229a7f27fb7c6 [diff] |
sysfs: change permissions for /sys from 0755 to 0555 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>