Skip to content
Snippets Groups Projects
surfaceflinger.te 287 B
Newer Older
  • Learn to ignore specific revisions
  • Stephen Smalley's avatar
    Stephen Smalley committed
    # surfaceflinger - display compositor service
    type surfaceflinger, domain;
    type surfaceflinger_exec, exec_type, file_type;
    
    init_daemon_domain(surfaceflinger)
    
    repo sync's avatar
    repo sync committed
    unconfined_domain(surfaceflinger)
    
    Stephen Smalley's avatar
    Stephen Smalley committed
    
    # Talk to init over the property socket.
    unix_socket_connect(surfaceflinger, property, init)