Merge "Allow lmkd read memcg stats." am: b22278e4a7

am: adf685701b

Change-Id: Ida2b4c0d8f400c753566861bd48bcf5459fc40b7
This commit is contained in:
Robert Benea 2017-09-01 21:01:19 +00:00 committed by android-build-merger
commit fa85fac771

View file

@ -27,6 +27,9 @@ allow lmkd appdomain:process sigkill;
# Clean up old cgroups
allow lmkd cgroup:dir { remove_name rmdir };
# Allow to read memcg stats
allow lmkd cgroup:file r_file_perms;
# Set self to SCHED_FIFO
allow lmkd self:capability sys_nice;