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

Merge "Allow lmkd read memcg stats." into oc-mr1-dev am: ba4d04e0

am: 7db2eda2

Change-Id: I6398f6304884c7067df71f2130b70e674e976092
parents 3270a401 7db2eda2
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment