update error on ROM 7213588
Bug: 182954169 Bug: 182954060 Bug: 182954138 Bug: 182954062 Bug: 182953824 Bug: 182953825 Bug: 182954248 Test: pts-tradefed run pts -m PtsSELinuxTest Change-Id: I8417d4ebacefa691838e25131749b0e4fd152a2f
This commit is contained in:
parent
ed8fdc9997
commit
7c0fd2a413
8 changed files with 66 additions and 12 deletions
|
@ -0,0 +1,13 @@
|
|||
# b/182954169
|
||||
dontaudit hal_health_default sysfs:file { read };
|
||||
dontaudit hal_health_default sysfs:file { getattr };
|
||||
dontaudit hal_health_default sysfs:file { read };
|
||||
dontaudit hal_health_default sysfs:file { read };
|
||||
dontaudit hal_health_default sysfs:file { open };
|
||||
dontaudit hal_health_default sysfs:file { getattr };
|
||||
dontaudit hal_health_default sysfs:file { open };
|
||||
dontaudit hal_health_default sysfs:file { read };
|
||||
dontaudit hal_health_default sysfs:file { open };
|
||||
dontaudit hal_health_default sysfs:file { getattr };
|
||||
dontaudit hal_health_default sysfs:file { open };
|
||||
dontaudit hal_health_default sysfs:file { getattr };
|
|
@ -1,2 +1,13 @@
|
|||
# b/174961422
|
||||
dontaudit hal_vibrator_default property_type:file * ;
|
||||
# b/182954060
|
||||
dontaudit hal_vibrator_default sysfs:file { getattr };
|
||||
dontaudit hal_vibrator_default sysfs:file { getattr };
|
||||
dontaudit hal_vibrator_default sysfs:file { getattr };
|
||||
dontaudit hal_vibrator_default sysfs:file { getattr };
|
||||
dontaudit hal_vibrator_default sysfs:file { getattr };
|
||||
dontaudit hal_vibrator_default sysfs:file { open };
|
||||
dontaudit hal_vibrator_default sysfs:file { read write };
|
||||
dontaudit hal_vibrator_default sysfs:file { open };
|
||||
dontaudit hal_vibrator_default sysfs:file { read write };
|
||||
dontaudit hal_vibrator_default sysfs:file { getattr };
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
# b/180963348
|
||||
dontaudit init overlayfs_file:chr_file { unlink };
|
||||
dontaudit init overlayfs_file:file { rename };
|
||||
# b/182954138
|
||||
dontaudit init vendor_file:file { execute };
|
||||
dontaudit init vendor_file:file { execute };
|
||||
dontaudit init sysfs:file { setattr };
|
||||
dontaudit init sysfs:file { setattr };
|
||||
|
|
3
tracking_denials/kernel.te
Normal file
3
tracking_denials/kernel.te
Normal file
|
@ -0,0 +1,3 @@
|
|||
# b/182954062
|
||||
dontaudit kernel kernel:perf_event { cpu };
|
||||
dontaudit kernel kernel:perf_event { cpu };
|
2
tracking_denials/system_app.te
Normal file
2
tracking_denials/system_app.te
Normal file
|
@ -0,0 +1,2 @@
|
|||
# b/182953824
|
||||
dontaudit system_app default_android_service:service_manager { add };
|
3
tracking_denials/trusty_apploader.te
Normal file
3
tracking_denials/trusty_apploader.te
Normal file
|
@ -0,0 +1,3 @@
|
|||
# b/182953825
|
||||
dontaudit trusty_apploader trusty_apploader:capability { dac_override };
|
||||
dontaudit trusty_apploader trusty_apploader:capability { dac_override };
|
|
@ -14,3 +14,5 @@ dontaudit vendor_init unlabeled:dir { open };
|
|||
dontaudit vendor_init unlabeled:dir { read };
|
||||
dontaudit vendor_init unlabeled:dir { setattr };
|
||||
dontaudit vendor_init unlabeled:dir { open };
|
||||
# b/182954248
|
||||
dontaudit vendor_init default_prop:file { read };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue