Skip to content
Snippets Groups Projects
Commit b19a191a authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "Give lmkd kill capability"

parents 0a5f561c 24be3916
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ type lmkd_exec, exec_type, file_type; ...@@ -4,7 +4,7 @@ type lmkd_exec, exec_type, file_type;
init_daemon_domain(lmkd) init_daemon_domain(lmkd)
allow lmkd self:capability { dac_override sys_resource }; allow lmkd self:capability { dac_override sys_resource kill };
## Open and write to /proc/PID/oom_score_adj ## Open and write to /proc/PID/oom_score_adj
## TODO: maybe scope this down? ## TODO: maybe scope this down?
......
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