update error on ROM 9900526

Bug: 277155496
Bug: 277300017
Bug: 277300125
Test: pts-tradefed run pts -m PtsSELinuxTest
Change-Id: I2a2f230589695b0240abb26909c94fd4cf2420bf
This commit is contained in:
Wilson Sung 2023-04-07 14:19:16 +08:00
parent 46fd63b761
commit f2d0dbb66a
3 changed files with 7 additions and 0 deletions

2
private/vendor_init.te Normal file
View file

@ -0,0 +1,2 @@
# b/277300125
dontaudit vendor_init device_config_configuration_prop:property_service { set };

View file

@ -0,0 +1,2 @@
# b/277155496
dontaudit dumpstate default_android_service:service_manager { find };

View file

@ -2,3 +2,6 @@
userdebug_or_eng(`
permissive google_camera_app;
')
# b/277300017
dontaudit google_camera_app cameraserver_service:service_manager { find };
dontaudit google_camera_app mediaserver_service:service_manager { find };