summaryrefslogtreecommitdiffstats
path: root/common/platform_app.te
blob: 0dd94ddc9a20bc10f4358b1431d5dc3408aa095d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Allow platform apps to interact with dtseagleservice
binder_call(platform_app, dtseagleservice)

# Allow platform apps to interact with fido daemon
binder_call(platform_app, fidodaemon)

# Allow platform apps to interact with secota daemon
allow platform_app secotad_service:service_manager find;
binder_call(platform_app, secotad)

# Allow platform apps to interact with imscm daemon
binder_call(platform_app, imscm)
allow platform_app imscm_service:service_manager find;
allow platform_app color_service:service_manager find;

# Allow NFC service to be found
allow platform_app nfc_service:service_manager find;

#Allow platform apps to interact with seemp health daemon
binder_call(platform_app, seemp_health_daemon)

# Allow improveTouch service to be found
binder_call(platform_app, hbtp);

# Allow cneservice to be found
allow platform_app cne_service:service_manager find;

# Allow gba_auth_service to be found
allow platform_app gba_auth_service:service_manager find;

# Allow dpmservice to be found
allow platform_app dpmservice:service_manager find;