update error on ROM 9381955
Bug: 261783158 Bug: 261783107 Bug: 261783031 Bug: 261782930 Test: pts-tradefed run pts -m PtsSELinuxTest Change-Id: Ia70ad5b6d7d67f244ffab1874ff255659251da0b
This commit is contained in:
parent
fe97b2df7a
commit
43a2adc630
4 changed files with 24 additions and 0 deletions
|
@ -6,3 +6,12 @@ dontaudit con_monitor_app netstats_service:service_manager { find };
|
||||||
dontaudit con_monitor_app system_server:binder { call };
|
dontaudit con_monitor_app system_server:binder { call };
|
||||||
dontaudit con_monitor_app system_server:binder { transfer };
|
dontaudit con_monitor_app system_server:binder { transfer };
|
||||||
dontaudit con_monitor_app system_server:fd { use };
|
dontaudit con_monitor_app system_server:fd { use };
|
||||||
|
# b/261783158
|
||||||
|
dontaudit con_monitor_app system_file:file { getattr };
|
||||||
|
dontaudit con_monitor_app system_file:file { map };
|
||||||
|
dontaudit con_monitor_app system_file:file { open };
|
||||||
|
dontaudit con_monitor_app system_file:file { read };
|
||||||
|
dontaudit con_monitor_app tmpfs:file { execute };
|
||||||
|
dontaudit con_monitor_app tmpfs:file { map };
|
||||||
|
dontaudit con_monitor_app tmpfs:file { read };
|
||||||
|
dontaudit con_monitor_app tmpfs:file { write };
|
||||||
|
|
|
@ -43,3 +43,14 @@ dontaudit hal_power_stats_default device:chr_file { open };
|
||||||
dontaudit hal_power_stats_default device:chr_file { read };
|
dontaudit hal_power_stats_default device:chr_file { read };
|
||||||
dontaudit hal_power_stats_default sysfs_acpm_stats:file { getattr };
|
dontaudit hal_power_stats_default sysfs_acpm_stats:file { getattr };
|
||||||
dontaudit hal_power_stats_default sysfs_acpm_stats:file { open };
|
dontaudit hal_power_stats_default sysfs_acpm_stats:file { open };
|
||||||
|
# b/261783107
|
||||||
|
dontaudit hal_power_stats_default device:chr_file { ioctl };
|
||||||
|
dontaudit hal_power_stats_default hal_bluetooth_btlinux:binder { call };
|
||||||
|
dontaudit hal_power_stats_default sysfs_scsi_devices_0000:dir { search };
|
||||||
|
dontaudit hal_power_stats_default sysfs_scsi_devices_0000:file { getattr };
|
||||||
|
dontaudit hal_power_stats_default sysfs_scsi_devices_0000:file { open };
|
||||||
|
dontaudit hal_power_stats_default sysfs_scsi_devices_0000:file { read };
|
||||||
|
dontaudit hal_power_stats_default sysfs_wifi:dir { search };
|
||||||
|
dontaudit hal_power_stats_default sysfs_wifi:file { getattr };
|
||||||
|
dontaudit hal_power_stats_default sysfs_wifi:file { open };
|
||||||
|
dontaudit hal_power_stats_default sysfs_wifi:file { read };
|
||||||
|
|
|
@ -30,3 +30,5 @@ dontaudit logger_app vendor_gps_file:dir { read };
|
||||||
dontaudit logger_app vendor_gps_file:dir { search };
|
dontaudit logger_app vendor_gps_file:dir { search };
|
||||||
dontaudit logger_app vendor_gps_prop:property_service { set };
|
dontaudit logger_app vendor_gps_prop:property_service { set };
|
||||||
dontaudit logger_app vendor_logger_prop:property_service { set };
|
dontaudit logger_app vendor_logger_prop:property_service { set };
|
||||||
|
# b/261783031
|
||||||
|
dontaudit logger_app vendor_gps_file:dir { open };
|
||||||
|
|
|
@ -12,3 +12,5 @@ dontaudit zygote vendor_file:file { getattr };
|
||||||
dontaudit zygote vendor_file:file { map };
|
dontaudit zygote vendor_file:file { map };
|
||||||
dontaudit zygote vendor_file:file { open };
|
dontaudit zygote vendor_file:file { open };
|
||||||
dontaudit zygote vendor_file:file { read };
|
dontaudit zygote vendor_file:file { read };
|
||||||
|
# b/261782930
|
||||||
|
dontaudit zygote con_monitor_app:process { dyntransition };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue