summaryrefslogtreecommitdiffstats
path: root/common/platform_app.te
blob: 488dba92e9dcad4ff6fa4adddfb7b29d5c09c9f2 (plain)
1
2
3
4
5
6
7
8
9
10
# 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 imscm daemon
binder_call(platform_app, imscm)

allow platform_app color_service:service_manager find;