Merge Android U (ab/10368041)
Bug: 291102124 Merged-In: I88fb867fd32347c9d43411d21206cef0ece5a774 Change-Id: Ibfacad6f58670710644521ae50d3d32761dc3589
This commit is contained in:
commit
2d285414ab
8 changed files with 47 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
||||||
BOARD_VENDOR_SEPOLICY_DIRS += device/google/bluejay-sepolicy/bluejay
|
BOARD_VENDOR_SEPOLICY_DIRS += device/google/bluejay-sepolicy/bluejay
|
||||||
BOARD_VENDOR_SEPOLICY_DIRS += device/google/bluejay-sepolicy/tracking_denials_bluejay
|
BOARD_VENDOR_SEPOLICY_DIRS += device/google/bluejay-sepolicy/tracking_denials
|
||||||
|
|
|
@ -4,3 +4,8 @@ genfscon sysfs /devices/platform/10970000.hsi2c/i2c-5/i2c-cs40l26a u:object
|
||||||
genfscon sysfs /devices/platform/10970000.hsi2c/i2c-6/i2c-cs40l26a u:object_r:sysfs_vibrator:s0
|
genfscon sysfs /devices/platform/10970000.hsi2c/i2c-6/i2c-cs40l26a u:object_r:sysfs_vibrator:s0
|
||||||
genfscon sysfs /devices/platform/10970000.hsi2c/i2c-7/i2c-cs40l26a u:object_r:sysfs_vibrator:s0
|
genfscon sysfs /devices/platform/10970000.hsi2c/i2c-7/i2c-cs40l26a u:object_r:sysfs_vibrator:s0
|
||||||
genfscon sysfs /devices/platform/10970000.hsi2c/i2c-8/i2c-cs40l26a u:object_r:sysfs_vibrator:s0
|
genfscon sysfs /devices/platform/10970000.hsi2c/i2c-8/i2c-cs40l26a u:object_r:sysfs_vibrator:s0
|
||||||
|
|
||||||
|
# Storage
|
||||||
|
genfscon sysfs /devices/platform/14700000.ufs/vendor u:object_r:sysfs_scsi_devices_0000:s0
|
||||||
|
genfscon sysfs /devices/platform/14700000.ufs/model u:object_r:sysfs_scsi_devices_0000:s0
|
||||||
|
genfscon sysfs /devices/platform/14700000.ufs/rev u:object_r:sysfs_scsi_devices_0000:s0
|
||||||
|
|
19
tracking_denials/bug_map
Normal file
19
tracking_denials/bug_map
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
derive_sdk mediaprovider_app dir b/264600240
|
||||||
|
dump_pixel_metrics sysfs file b/268147280
|
||||||
|
dump_ramdump radio_vendor_data_file file b/270247129
|
||||||
|
dump_ramdump vendor_camera_data_file file b/270633115
|
||||||
|
dump_stm sysfs_spi dir b/268147400
|
||||||
|
dump_storage radio_vendor_data_file file b/269218359
|
||||||
|
dump_storage vendor_slog_file file b/269218359
|
||||||
|
dump_trusty modem_efs_file file b/277529247
|
||||||
|
dumpstate app_zygote process b/238263942
|
||||||
|
dumpstate system_data_file dir b/261932945
|
||||||
|
hal_dumpstate_default dump_ramdump process b/270247072
|
||||||
|
hal_power_default hal_power_default capability b/240632681
|
||||||
|
hal_vibrator_default sysfs file b/264483668
|
||||||
|
incidentd debugfs_wakeup_sources file b/238263518
|
||||||
|
incidentd incidentd anon_inode b/268147248
|
||||||
|
webview_zygote logdr_socket sock_file b/264600023
|
||||||
|
webview_zygote resourcecache_data_file dir b/264600023
|
||||||
|
webview_zygote tombstoned_crash_socket sock_file b/264600023
|
||||||
|
webview_zygote zygote_exec file b/264600023
|
3
tracking_denials/dump_gsc.te
Normal file
3
tracking_denials/dump_gsc.te
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# b/265886512
|
||||||
|
dontaudit dump_gsc radio_vendor_data_file:file { read };
|
||||||
|
dontaudit dump_gsc radio_vendor_data_file:file { write };
|
2
tracking_denials/hal_vibrator_default.te
Normal file
2
tracking_denials/hal_vibrator_default.te
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# b/275645961
|
||||||
|
dontaudit hal_vibrator_default service_manager_type:service_manager find;
|
2
vendor/device.te
vendored
Normal file
2
vendor/device.te
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Block Devices
|
||||||
|
type fips_block_device, dev_type;
|
5
vendor/file_contexts
vendored
Normal file
5
vendor/file_contexts
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# Binaries
|
||||||
|
/vendor/bin/ufs_firmware_update\.sh u:object_r:ufs_firmware_update_exec:s0
|
||||||
|
|
||||||
|
# Devices
|
||||||
|
/dev/block/platform/14700000\.ufs/by-name/fips u:object_r:fips_block_device:s0
|
10
vendor/ufs_firmware_update.te
vendored
Normal file
10
vendor/ufs_firmware_update.te
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
type ufs_firmware_update, domain;
|
||||||
|
type ufs_firmware_update_exec, vendor_file_type, exec_type, file_type;
|
||||||
|
|
||||||
|
init_daemon_domain(ufs_firmware_update)
|
||||||
|
|
||||||
|
allow ufs_firmware_update vendor_toolbox_exec:file execute_no_trans;
|
||||||
|
allow ufs_firmware_update block_device:dir r_dir_perms;
|
||||||
|
allow ufs_firmware_update fips_block_device:blk_file rw_file_perms;
|
||||||
|
allow ufs_firmware_update sysfs:dir r_dir_perms;
|
||||||
|
allow ufs_firmware_update sysfs_scsi_devices_0000:file r_file_perms;
|
Loading…
Add table
Add a link
Reference in a new issue