Merge "Allow lmkd read memcg stats."
This commit is contained in:
commit
b22278e4a7
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue