Skip to content

Commit

Permalink
[POWERPC] Fix sysctl table check failure on PowerMac
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alexey Dobriyan authored and Paul Mackerras committed Nov 8, 2007
1 parent 4bfac36 commit fb293ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/kernel/idle.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ static ctl_table powersave_nap_sysctl_root[] = {
{
.ctl_name = CTL_KERN,
.procname = "kernel",
.mode = 0755,
.mode = 0555,
.child = powersave_nap_ctl_table,
},
{}
Expand Down

0 comments on commit fb293ae

Please sign in to comment.