Remove rule from Caiman, Komodo, and Tokay.

The rule have been moved to gs-common

Flag: EXEMPT sepolicy refactor
Bug: 375564898
Change-Id: I9eff511e196e92b32d6962e1f6dad9dffdec7d3d
This commit is contained in:
Frank Yu 2024-11-01 09:09:30 +00:00
parent 081c60222b
commit bc94d499b7
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# sepolicy for grilservice_app
binder_use(grilservice_app)
allow grilservice_app gril_antenna_tuning_service:service_manager find;
binder_call(grilservice_app, gril_antenna_tuning_service)
binder_call(grilservice_app, twoshay)

View file

@ -1,4 +1,4 @@
# sepolicy for grilservice_app
binder_use(grilservice_app)
allow grilservice_app gril_antenna_tuning_service:service_manager find;
binder_call(grilservice_app, gril_antenna_tuning_service)
binder_call(grilservice_app, twoshay)

View file

@ -1,4 +1,4 @@
# sepolicy for grilservice_app
binder_use(grilservice_app)
allow grilservice_app gril_antenna_tuning_service:service_manager find;
binder_call(grilservice_app, gril_antenna_tuning_service)
binder_call(grilservice_app, twoshay)