[POWERPC] Fix sysctl table check failure on PowerMac
kernel was marked with 0755. Everywhere else it's 0555. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
4bfac36891
commit
fb293ae1c0
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ static ctl_table powersave_nap_sysctl_root[] = {
|
||||||
{
|
{
|
||||||
.ctl_name = CTL_KERN,
|
.ctl_name = CTL_KERN,
|
||||||
.procname = "kernel",
|
.procname = "kernel",
|
||||||
.mode = 0755,
|
.mode = 0555,
|
||||||
.child = powersave_nap_ctl_table,
|
.child = powersave_nap_ctl_table,
|
||||||
},
|
},
|
||||||
{}
|
{}
|
||||||
|
|
Loading…
Add table
Reference in a new issue