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

Merge "lmkd: add live-lock killer daemon" am: cbe2d7d7

am: 64146090

Change-Id: I8159ae601ad48b4068386da6eb0d6e14b4e80ada
parents a94aaeb0 64146090
Branches
No related tags found
No related merge requests found
......@@ -35,6 +35,14 @@ allow lmkd self:global_capability_class_set sys_nice;
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
# never honor LD_PRELOAD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment