platform_system_sepolicy/surfaceflinger.te

10 lines
287 B
Text
Raw Normal View History

2012-01-04 18:33:27 +01: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 18:33:27 +01:00
# Talk to init over the property socket.
unix_socket_connect(surfaceflinger, property, init)