Merge "sepolicy: Allow qti-testscripts to be killed by lmkd"

This commit is contained in:
qctecmdr 2020-05-23 19:47:59 -07:00 committed by Gerrit - the friendly Code Review server
commit 26862522a4

View file

@ -95,4 +95,6 @@ userdebug_or_eng(`
binder_call(platform_app, qti-testscripts)
binder_call(system_app, qti-testscripts)
# allow lmkd to kill tasks with positive oom_score_adj under memory pressure
allow lmkd qti-testscripts:process { setsched sigkill };
')