Skip to content
Snippets Groups Projects
Commit f0dd63db authored by Wei Wang's avatar Wei Wang Committed by Gerrit Code Review
Browse files

Merge "Allow lmkd to renice process before killing"

parents a2e024f8 abeaa3bc
No related branches found
No related tags found
No related merge requests found
...@@ -21,8 +21,8 @@ allow lmkd system_server:file write; ...@@ -21,8 +21,8 @@ allow lmkd system_server:file write;
r_dir_file(lmkd, sysfs_lowmemorykiller) r_dir_file(lmkd, sysfs_lowmemorykiller)
allow lmkd sysfs_lowmemorykiller:file w_file_perms; allow lmkd sysfs_lowmemorykiller:file w_file_perms;
# Send kill signals # setsched and send kill signals
allow lmkd appdomain:process sigkill; allow lmkd appdomain:process { setsched sigkill };
# Clean up old cgroups # Clean up old cgroups
allow lmkd cgroup:dir { remove_name rmdir }; 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