Merge "Grant system_app permission to access cgroup_v2 directories"

This commit is contained in:
Treehugger Robot 2022-02-04 19:26:00 +00:00 committed by Gerrit Code Review
commit b289dc4d1d

View file

@ -159,6 +159,7 @@ allow system_app {
# Settings app writes to /dev/stune/foreground/tasks.
allow system_app cgroup:file w_file_perms;
allow system_app cgroup_v2:file w_file_perms;
allow system_app cgroup_v2:dir w_dir_perms;
control_logd(system_app)
read_runtime_log_tags(system_app)