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

Commit deb1413f authored by Dan Willemsen's avatar Dan Willemsen
Browse files

fixup! proc: make oom adjustment files user read-only



Fix the build by removing the duplicate line that uses the obsolete INF
macro.

Signed-off-by: default avatarDan Willemsen <dwillemsen@nvidia.com>
parent 1ba6b2f4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2550,7 +2550,6 @@ static const struct pid_entry tgid_base_stuff[] = {
	ONE("cgroup",  S_IRUGO, proc_cgroup_show),
#endif
	ONE("oom_score",  S_IRUGO, proc_oom_score),
	INF("oom_score",  S_IRUGO, proc_oom_score),
	REG("oom_adj",    S_IRUSR, proc_oom_adj_operations),
	REG("oom_score_adj", S_IRUSR, proc_oom_score_adj_operations),
#ifdef CONFIG_AUDITSYSCALL