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

Commit 8b1fd0f3 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "proc: update perms of node "reclaim""

parents 50fddb39 530e0ff7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3352,7 +3352,7 @@ static const struct pid_entry tgid_base_stuff[] = {
	REG("mountinfo",  S_IRUGO, proc_mountinfo_operations),
	REG("mountstats", S_IRUSR, proc_mountstats_operations),
#ifdef CONFIG_PROCESS_RECLAIM
	REG("reclaim", 0200, proc_reclaim_operations),
	REG("reclaim", 0222, proc_reclaim_operations),
#endif
#ifdef CONFIG_PROC_PAGE_MONITOR
	REG("clear_refs", S_IWUSR, proc_clear_refs_operations),