Skip to content
Snippets Groups Projects
Commit f58d1795 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Restrict lmkd read access from sysfs_type to sysfs_lowmemorykiller."

parents 2f6e66ff a0748a75
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ r_dir_file(lmkd, system_server)
allow lmkd system_server:file write;
## Writes to /sys/module/lowmemorykiller/parameters/minfree
r_dir_file(lmkd, sysfs_type)
r_dir_file(lmkd, sysfs_lowmemorykiller)
allow lmkd sysfs_lowmemorykiller:file w_file_perms;
# Send kill signals
......
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