Commit fb293ae1 authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by Paul Mackerras

[POWERPC] Fix sysctl table check failure on PowerMac

kernel was marked with 0755. Everywhere else it's 0555.
Signed-off-by: default avatarAlexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 4bfac368
...@@ -122,7 +122,7 @@ static ctl_table powersave_nap_sysctl_root[] = { ...@@ -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,
}, },
{} {}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment