Move pixel dumpstate to gs-common

Bug: 240530709
Test: adb bugreport
Change-Id: I4c46a2495ea07b9e44f56c4c6be726621e0ebf65
Merged-In: I4c46a2495ea07b9e44f56c4c6be726621e0ebf65
This commit is contained in:
Adam Shih 2023-03-22 11:25:53 +08:00
parent aa4b374120
commit ee45cfea78
4 changed files with 0 additions and 9 deletions

View file

@ -5,10 +5,8 @@ type modem_stat_data_file, file_type, data_file_type;
type vendor_log_file, file_type, data_file_type; type vendor_log_file, file_type, data_file_type;
type vendor_rfsd_log_file, file_type, data_file_type; type vendor_rfsd_log_file, file_type, data_file_type;
type vendor_slog_file, file_type, data_file_type; type vendor_slog_file, file_type, data_file_type;
type radio_vendor_data_file, file_type, data_file_type;
userdebug_or_eng(` userdebug_or_eng(`
typeattribute vendor_gps_file mlstrustedobject; typeattribute vendor_gps_file mlstrustedobject;
typeattribute radio_vendor_data_file mlstrustedobject;
typeattribute vendor_slog_file mlstrustedobject; typeattribute vendor_slog_file mlstrustedobject;
') ')

View file

@ -17,7 +17,6 @@
# Data # Data
/data/vendor/log/rfsd(/.*)? u:object_r:vendor_rfsd_log_file:s0 /data/vendor/log/rfsd(/.*)? u:object_r:vendor_rfsd_log_file:s0
/data/vendor/radio(/.*)? u:object_r:radio_vendor_data_file:s0
/data/vendor/log(/.*)? u:object_r:vendor_log_file:s0 /data/vendor/log(/.*)? u:object_r:vendor_log_file:s0
/data/vendor/slog(/.*)? u:object_r:vendor_slog_file:s0 /data/vendor/slog(/.*)? u:object_r:vendor_slog_file:s0
/data/vendor/modem_stat(/.*)? u:object_r:modem_stat_data_file:s0 /data/vendor/modem_stat(/.*)? u:object_r:modem_stat_data_file:s0

View file

@ -1,6 +1,5 @@
# Binaries # Binaries
/vendor/bin/hw/android\.hardware\.health-service\.zuma u:object_r:hal_health_default_exec:s0 /vendor/bin/hw/android\.hardware\.health-service\.zuma u:object_r:hal_health_default_exec:s0
/vendor/bin/hw/android\.hardware\.dumpstate-service\.zuma u:object_r:hal_dumpstate_default_exec:s0
/vendor/bin/hw/android\.hardware\.boot@1\.2-service-zuma u:object_r:hal_bootctl_default_exec:s0 /vendor/bin/hw/android\.hardware\.boot@1\.2-service-zuma u:object_r:hal_bootctl_default_exec:s0
/vendor/bin/hw/android\.hardware\.gxp\.logging@service-gxp-logging u:object_r:gxp_logging_exec:s0 /vendor/bin/hw/android\.hardware\.gxp\.logging@service-gxp-logging u:object_r:gxp_logging_exec:s0
/vendor/bin/hw/android\.hardware\.power\.stats-service\.pixel u:object_r:hal_power_stats_default_exec:s0 /vendor/bin/hw/android\.hardware\.power\.stats-service\.pixel u:object_r:hal_power_stats_default_exec:s0

View file

@ -1,5 +0,0 @@
allow hal_dumpstate_default vendor_toolbox_exec:file execute_no_trans;
allow hal_dumpstate_default radio_vendor_data_file:dir create_dir_perms;
allow hal_dumpstate_default radio_vendor_data_file:file create_file_perms;
allow hal_dumpstate_default shell_data_file:file getattr;