1 # surfaceflinger - display compositor service 2 type surfaceflinger, domain; 3 permissive surfaceflinger; 4 type surfaceflinger_exec, exec_type, file_type; 5 6 init_daemon_domain(surfaceflinger) 7 unconfined_domain(surfaceflinger) 8 9 # Talk to init over the property socket. 10 unix_socket_connect(surfaceflinger, property, init) 11