Skip to content
Snippets Groups Projects
Commit fa85fac7 authored by Robert Benea's avatar Robert Benea Committed by android-build-merger
Browse files

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

am: adf68570

Change-Id: Ida2b4c0d8f400c753566861bd48bcf5459fc40b7
parents 9a5d0035 adf68570
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,9 @@ allow lmkd appdomain:process sigkill; ...@@ -27,6 +27,9 @@ allow lmkd appdomain:process sigkill;
# Clean up old cgroups # Clean up old cgroups
allow lmkd cgroup:dir { remove_name rmdir }; allow lmkd cgroup:dir { remove_name rmdir };
# Allow to read memcg stats
allow lmkd cgroup:file r_file_perms;
# Set self to SCHED_FIFO # Set self to SCHED_FIFO
allow lmkd self:capability sys_nice; allow lmkd self:capability sys_nice;
......
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