diff options
author | Ocean Chen <oceanchen@google.com> | 2023-03-16 02:45:07 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2023-03-16 02:45:07 +0000 |
commit | 651913a1ea36e2d0b32aed234d0a177aeb71f6c6 (patch) | |
tree | c2830ff0fce7c6154fce3c4a13720714c314a137 | |
parent | 0e5cb9183e2c4ae4bf908e5dbfa42a2541815903 (diff) | |
parent | 4c3fd431bfb88e8ee72d0d09ac950ac1206ab4f6 (diff) |
Merge "pixel-sepolicy: allow pixelstats to query persist used size" into udc-dev
-rw-r--r-- | pixelstats/pixelstats_vendor.te | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pixelstats/pixelstats_vendor.te b/pixelstats/pixelstats_vendor.te index f7b77e7..d0850b1 100644 --- a/pixelstats/pixelstats_vendor.te +++ b/pixelstats/pixelstats_vendor.te @@ -11,6 +11,7 @@ r_dir_file(pixelstats_vendor, sysfs_batteryinfo) allow pixelstats_vendor sysfs_batteryinfo:file w_file_perms; allow pixelstats_vendor self:netlink_kobject_uevent_socket create_socket_perms_no_ioctl; +allow pixelstats_vendor mnt_vendor_file:dir search; allow pixelstats_vendor sysfs_scsi_devices_0000:dir search; allow pixelstats_vendor sysfs_scsi_devices_0000:file rw_file_perms; allow pixelstats_vendor sysfs_fs_f2fs:dir search; |