mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
fs: proc: Update perms of process_reclaim node
Other userspace apps like AppCOmpaction would like to use this node, so update permission. Change-Id: Ied22bd6ad489bef4028cde943ac185d1354ab971 Signed-off-by: <laoyi@codeaurora.org> Signed-off-by: UtsavBalar1231 <utsavbalar1231@gmail.com> Signed-off-by: Forenche <prahul2003@gmail.com>
This commit is contained in:
parent
9b1cd81198
commit
b4107647bb
@ -3306,7 +3306,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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user