commit | 2d390e50946396afe04f033a308481ea99b3df54 | [log] [tgz] |
---|---|---|
author | Suren Baghdasaryan <surenb@google.com> | Fri Sep 09 16:55:25 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Sep 09 16:55:25 2022 +0000 |
tree | fbf0f8892443ad9eeffdf772e733c20495663934 | |
parent | 5384619c628889cf8c17fe7bfaa88fabdfded79f [diff] | |
parent | 9fdb29826fa00e7100b21ce9c30192081bc3dae1 [diff] |
Merge "Add policies for ro.kernel.watermark_scale_factor property"
diff --git a/private/artd.te b/private/artd.te index dc6855e..58fe6ef 100644 --- a/private/artd.te +++ b/private/artd.te
@@ -77,3 +77,8 @@ # Allow sending sigkill to subprocesses. allow artd { profman dex2oat }:process sigkill; + +# Allow reading process info (/proc/<pid>/...). +# This is needed for getting CPU time and wall time spent on subprocesses. +r_dir_file(artd, profman); +r_dir_file(artd, dex2oat);