Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
	},
	{}