Move ODPM file rule to pixel sepolicy am: ece8953942
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201-sepolicy/+/17213985 Change-Id: Idd9e78217ff996f571d7c03d1ccbc0ac44ebbadd Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -42,7 +42,6 @@ type sysfs_wlc, sysfs_type, fs_type;
|
||||
type sysfs_chargelevel, sysfs_type, fs_type;
|
||||
type sysfs_mfc, sysfs_type, fs_type;
|
||||
type sysfs_cpu, sysfs_type, fs_type;
|
||||
type sysfs_odpm, sysfs_type, fs_type;
|
||||
type sysfs_soc, sysfs_type, fs_type;
|
||||
type sysfs_camera, sysfs_type, fs_type;
|
||||
type sysfs_write_leds, sysfs_type, fs_type;
|
||||
|
||||
@@ -8,7 +8,6 @@ r_dir_file(hal_power_stats_default, sysfs_cpu)
|
||||
r_dir_file(hal_power_stats_default, sysfs_edgetpu)
|
||||
r_dir_file(hal_power_stats_default, sysfs_iio_devices)
|
||||
r_dir_file(hal_power_stats_default, sysfs_leds)
|
||||
r_dir_file(hal_power_stats_default, sysfs_odpm)
|
||||
r_dir_file(hal_power_stats_default, sysfs_scsi_devices_0000)
|
||||
r_dir_file(hal_power_stats_default, sysfs_wifi)
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
allow hal_thermal_default sysfs_iio_devices:dir r_dir_perms;
|
||||
allow hal_thermal_default sysfs_odpm:file r_file_perms;
|
||||
|
||||
Reference in New Issue
Block a user