Merge "Move ODPM file rule to pixel sepolicy" into tm-dev am: de81154964
am: 0f7d68a9b1
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/17215583 Change-Id: I2c343dd3160802f3b415785305df8922a03f69d6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
5529a1f44b
3 changed files with 0 additions and 4 deletions
1
whitechapel/vendor/google/file.te
vendored
1
whitechapel/vendor/google/file.te
vendored
|
@ -152,7 +152,6 @@ type sysfs_chargelevel, sysfs_type, fs_type;
|
||||||
|
|
||||||
# ODPM
|
# ODPM
|
||||||
type powerstats_vendor_data_file, file_type, data_file_type;
|
type powerstats_vendor_data_file, file_type, data_file_type;
|
||||||
type sysfs_odpm, sysfs_type, fs_type;
|
|
||||||
|
|
||||||
# bcl
|
# bcl
|
||||||
type sysfs_bcl, sysfs_type, fs_type;
|
type sysfs_bcl, sysfs_type, fs_type;
|
||||||
|
|
|
@ -7,8 +7,6 @@ binder_call(hal_power_stats_default, hal_bluetooth_btlinux)
|
||||||
r_dir_file(hal_power_stats_default, sysfs_iio_devices)
|
r_dir_file(hal_power_stats_default, sysfs_iio_devices)
|
||||||
allow hal_power_stats_default powerstats_vendor_data_file:dir search;
|
allow hal_power_stats_default powerstats_vendor_data_file:dir search;
|
||||||
allow hal_power_stats_default powerstats_vendor_data_file:file r_file_perms;
|
allow hal_power_stats_default powerstats_vendor_data_file:file r_file_perms;
|
||||||
allow hal_power_stats_default sysfs_odpm:dir search;
|
|
||||||
allow hal_power_stats_default sysfs_odpm:file rw_file_perms;
|
|
||||||
|
|
||||||
allow hal_power_stats_default sysfs_edgetpu:dir search;
|
allow hal_power_stats_default sysfs_edgetpu:dir search;
|
||||||
allow hal_power_stats_default sysfs_edgetpu:file r_file_perms;
|
allow hal_power_stats_default sysfs_edgetpu:file r_file_perms;
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
allow hal_thermal_default sysfs_iio_devices:dir r_dir_perms;
|
allow hal_thermal_default sysfs_iio_devices:dir r_dir_perms;
|
||||||
allow hal_thermal_default sysfs_odpm:file r_file_perms;
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue