label telephony apps
Bug: 208721636 Test: boot with error log changed from system_app to right ones Change-Id: Ia65b2c8f1759866eca8fcd12dcbed4cedaa61ea2
This commit is contained in:
parent
d69e2703f5
commit
ccabcd4a24
8 changed files with 32 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
||||||
# b/208721636
|
|
||||||
dontaudit system_app sysfs_vendor_sched:dir { search };
|
|
||||||
dontaudit system_app vendor_default_prop:file { getattr };
|
|
||||||
dontaudit system_app vendor_default_prop:file { map };
|
|
||||||
dontaudit system_app vendor_default_prop:file { open };
|
|
||||||
dontaudit system_app vendor_slog_file:dir { search };
|
|
||||||
dontaudit system_app vendor_slog_prop:file { getattr };
|
|
||||||
dontaudit system_app vendor_slog_prop:file { map };
|
|
||||||
dontaudit system_app vendor_slog_prop:file { open };
|
|
|
@ -6,6 +6,14 @@ user=_app isPrivApp=true name=com.shannon.rcsservice domain=vendor_rcs_app level
|
||||||
user=_app isPrivApp=true name=com.shannon.rcsservice:shannonrcsservice domain=vendor_rcs_service_app levelFrom=all
|
user=_app isPrivApp=true name=com.shannon.rcsservice:shannonrcsservice domain=vendor_rcs_service_app levelFrom=all
|
||||||
user=_app isPrivApp=true name=com.samsung.slsi.telephony.oemril domain=oemrilservice_app levelFrom=all
|
user=_app isPrivApp=true name=com.samsung.slsi.telephony.oemril domain=oemrilservice_app levelFrom=all
|
||||||
|
|
||||||
|
# Samsung S.LSI telephony
|
||||||
|
user=system seinfo=platform name=com.samsung.slsi.telephony.silentlogging domain=vendor_telephony_silentlogging_app levelFrom=all
|
||||||
|
user=system seinfo=platform name=com.samsung.slsi.telephony.silentlogging:remote domain=vendor_silentlogging_remote_app levelFrom=all
|
||||||
|
user=system seinfo=platform name=com.samsung.slsi.telephony.testmode domain=vendor_telephony_test_app levelFrom=all
|
||||||
|
user=system seinfo=platform name=com.samsung.slsi.telephony.uartswitch domain=vendor_telephony_uartswitch_app levelFrom=all
|
||||||
|
user=system seinfo=platform name=com.samsung.slsi.sysdebugmode domain=vendor_telephony_debug_app levelFrom=all
|
||||||
|
user=system seinfo=platform name=com.samsung.slsi.telephony.networktestmode domain=vendor_telephony_network_test_app levelFrom=all
|
||||||
|
|
||||||
# Hardware Info Collection
|
# Hardware Info Collection
|
||||||
user=_app isPrivApp=true name=com.google.android.hardwareinfo domain=hardware_info_app type=app_data_file levelFrom=user
|
user=_app isPrivApp=true name=com.google.android.hardwareinfo domain=hardware_info_app type=app_data_file levelFrom=user
|
||||||
|
|
||||||
|
|
4
whitechapel_pro/vendor_silentlogging_remote_app.te
Normal file
4
whitechapel_pro/vendor_silentlogging_remote_app.te
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
type vendor_silentlogging_remote_app, domain;
|
||||||
|
app_domain(vendor_silentlogging_remote_app)
|
||||||
|
|
||||||
|
allow vendor_silentlogging_remote_app app_api_service:service_manager find;
|
4
whitechapel_pro/vendor_telephony_debug_app.te
Normal file
4
whitechapel_pro/vendor_telephony_debug_app.te
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
type vendor_telephony_debug_app, domain;
|
||||||
|
app_domain(vendor_telephony_debug_app)
|
||||||
|
|
||||||
|
allow vendor_telephony_debug_app app_api_service:service_manager find;
|
4
whitechapel_pro/vendor_telephony_network_test_app.te
Normal file
4
whitechapel_pro/vendor_telephony_network_test_app.te
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
type vendor_telephony_network_test_app, domain;
|
||||||
|
app_domain(vendor_telephony_network_test_app)
|
||||||
|
|
||||||
|
allow vendor_telephony_network_test_app app_api_service:service_manager find;
|
4
whitechapel_pro/vendor_telephony_silentlogging_app.te
Normal file
4
whitechapel_pro/vendor_telephony_silentlogging_app.te
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
type vendor_telephony_silentlogging_app, domain;
|
||||||
|
app_domain(vendor_telephony_silentlogging_app)
|
||||||
|
|
||||||
|
allow vendor_telephony_silentlogging_app app_api_service:service_manager find;
|
4
whitechapel_pro/vendor_telephony_test_app.te
Normal file
4
whitechapel_pro/vendor_telephony_test_app.te
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
type vendor_telephony_test_app, domain;
|
||||||
|
app_domain(vendor_telephony_test_app)
|
||||||
|
|
||||||
|
allow vendor_telephony_test_app app_api_service:service_manager find;
|
4
whitechapel_pro/vendor_telephony_uartswitch_app.te
Normal file
4
whitechapel_pro/vendor_telephony_uartswitch_app.te
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
type vendor_telephony_uartswitch_app, domain;
|
||||||
|
app_domain(vendor_telephony_uartswitch_app)
|
||||||
|
|
||||||
|
allow vendor_telephony_uartswitch_app app_api_service:service_manager find;
|
Loading…
Add table
Add a link
Reference in a new issue