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);