aboutsummaryrefslogtreecommitdiffstats
path: root/surfaceflinger.te
blob: ba66b83b1fadfb6dc21867f1bf077629375bf4c6 (plain)
1
2
3
4
5
6
7
8
9
10
# surfaceflinger - display compositor service
type surfaceflinger, domain;
permissive surfaceflinger;
type surfaceflinger_exec, exec_type, file_type;

init_daemon_domain(surfaceflinger)
unconfined_domain(surfaceflinger)

# Talk to init over the property socket.
unix_socket_connect(surfaceflinger, property, init)