Skip to content
Snippets Groups Projects
Commit abeaa3bc authored by Wei Wang's avatar Wei Wang
Browse files

Allow lmkd to renice process before killing

Bug: 118468011
Test: mem-pressure test
Change-Id: Icf387a02243af60a3bfffba912711f037669fa7f
parent edbe5121
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,8 @@ allow lmkd system_server:file write;
r_dir_file(lmkd, sysfs_lowmemorykiller)
allow lmkd sysfs_lowmemorykiller:file w_file_perms;
# Send kill signals
allow lmkd appdomain:process sigkill;
# setsched and send kill signals
allow lmkd appdomain:process { setsched sigkill };
# Clean up old cgroups
allow lmkd cgroup:dir { remove_name rmdir };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment