Skip to content
Snippets Groups Projects
Commit 64146090 authored by Mark Salyzyn's avatar Mark Salyzyn Committed by android-build-merger
Browse files

Merge "lmkd: add live-lock killer daemon"

am: cbe2d7d7

Change-Id: Ifae1ad6ec012f3f56e645357fce9ceb912d367ff
parents 5f15d4ed cbe2d7d7
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,14 @@ allow lmkd self:global_capability_class_set sys_nice; ...@@ -35,6 +35,14 @@ allow lmkd self:global_capability_class_set sys_nice;
allow lmkd proc_zoneinfo:file r_file_perms; allow lmkd proc_zoneinfo:file r_file_perms;
# live lock watchdog process allowed to look through /proc/
allow lmkd domain:dir { search open read };
allow lmkd domain:file { open read };
# live lock watchdog process allowed to dump process trace and
# reboot because orderly shutdown may not be possible.
allow lmkd proc_sysrq:file rw_file_perms;
### neverallow rules ### neverallow rules
# never honor LD_PRELOAD # never honor LD_PRELOAD
......
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