android_system_sepolicy/surfaceflinger.te

10 lines
287 B
Plaintext
Raw Normal View History

2012-01-04 09:33:27 -08:00
# surfaceflinger - display compositor service
type surfaceflinger, domain;
type surfaceflinger_exec, exec_type, file_type;
init_daemon_domain(surfaceflinger)
unconfined_domain(surfaceflinger)
2012-01-04 09:33:27 -08:00
# Talk to init over the property socket.
unix_socket_connect(surfaceflinger, property, init)