gs101: move common sepolicy related to bootctrl hal to gs-common
Bug: 265063384 Change-Id: I2e7bee9c6be4a6802a759bf52fb412dd73f868bd Signed-off-by: Jason Chiu <jasoncschiu@google.com>
This commit is contained in:
parent
cc9b389190
commit
3f3bfddaff
4 changed files with 0 additions and 9 deletions
2
whitechapel/vendor/google/device.te
vendored
2
whitechapel/vendor/google/device.te
vendored
|
@ -3,13 +3,11 @@ type efs_block_device, dev_type;
|
|||
type modem_block_device, dev_type;
|
||||
type modem_userdata_block_device, dev_type;
|
||||
type persist_block_device, dev_type;
|
||||
type sda_block_device, dev_type;
|
||||
type mfg_data_block_device, dev_type;
|
||||
|
||||
# Exynos devices
|
||||
type vendor_toe_device, dev_type;
|
||||
type custom_ab_block_device, dev_type;
|
||||
type devinfo_block_device, dev_type;
|
||||
|
||||
# usbpd
|
||||
type logbuffer_device, dev_type;
|
||||
|
|
3
whitechapel/vendor/google/file.te
vendored
3
whitechapel/vendor/google/file.te
vendored
|
@ -31,9 +31,6 @@ type vendor_charger_debugfs, fs_type, debugfs_type;
|
|||
type vendor_votable_debugfs, fs_type, debugfs_type;
|
||||
type vendor_battery_debugfs, fs_type, debugfs_type;
|
||||
|
||||
# Exynos sysfs
|
||||
type sysfs_ota, sysfs_type, fs_type;
|
||||
|
||||
# Exynos Firmware
|
||||
type vendor_fw_file, vendor_file_type, file_type;
|
||||
|
||||
|
|
1
whitechapel/vendor/google/file_contexts
vendored
1
whitechapel/vendor/google/file_contexts
vendored
|
@ -21,7 +21,6 @@
|
|||
#
|
||||
# HALs
|
||||
#
|
||||
/(vendor|system/vendor)/bin/hw/android\.hardware\.boot@1\.[0-2]-service-gs101 u:object_r:hal_bootctl_default_exec:s0
|
||||
/(vendor|system/vendor)/bin/hw/android\.hardware\.dumpstate-service\.gs101 u:object_r:hal_dumpstate_default_exec:s0
|
||||
/(vendor|system/vendor)/bin/hw/android\.hardware\.power\.stats@1\.0-service\.gs101 u:object_r:hal_power_stats_default_exec:s0
|
||||
/(vendor|system/vendor)/bin/hw/android\.hardware\.memtrack-service\.pixel u:object_r:hal_memtrack_default_exec:s0
|
||||
|
|
|
@ -1,4 +1 @@
|
|||
allow hal_bootctl_default sda_block_device:blk_file rw_file_perms;
|
||||
allow hal_bootctl_default devinfo_block_device:blk_file rw_file_perms;
|
||||
allow hal_bootctl_default sysfs_ota:file rw_file_perms;
|
||||
allow hal_bootctl_default sysfs_bootctl:file rw_file_perms;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue