pixel-sepolicy: pixelstats: sysfs vendor_mm
pixelstats: Add /sysfs/kernel/vendor_mm/* for mm metrics
Bug: 336764005
Test: local test: no related avc denied in dmesg and logcat logs
Change-Id: I4328187cb99106d8aca9f3e64624135f10cb9bee
Signed-off-by: Robin Hsu <robinhsu@google.com>
diff --git a/pixelstats/file.te b/pixelstats/file.te
index b8de8a5..66a1552 100644
--- a/pixelstats/file.te
+++ b/pixelstats/file.te
@@ -1,3 +1,4 @@
type debugfs_mgm, debugfs_type, fs_type;
type sysfs_pixel_stat, fs_type, sysfs_type;
type proc_vendor_mm, fs_type, proc_type;
+type sysfs_vendor_mm, fs_type, sysfs_type;