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