surfaceflinger.te 314 Bytes
Newer Older
Stephen Smalley's avatar
Stephen Smalley committed
1 2
# surfaceflinger - display compositor service
type surfaceflinger, domain;
3
permissive surfaceflinger;
Stephen Smalley's avatar
Stephen Smalley committed
4 5 6
type surfaceflinger_exec, exec_type, file_type;

init_daemon_domain(surfaceflinger)
repo sync's avatar
repo sync committed
7
unconfined_domain(surfaceflinger)
Stephen Smalley's avatar
Stephen Smalley committed
8 9 10

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