blob: 690e695484afe080ecef15566ad96c4216fb3efa [file] [log] [blame]
Stephen Smalley2dd4e512012-01-04 12:33:27 -05001# debugger interface
2type debuggerd, domain;
repo sync50e37b92013-05-14 21:02:55 -07003permissive debuggerd;
Stephen Smalley2dd4e512012-01-04 12:33:27 -05004type debuggerd_exec, exec_type, file_type;
5
6init_daemon_domain(debuggerd)
repo sync77d47312013-05-17 17:11:29 -07007unconfined_domain(debuggerd)
Nick Kralevich08f01a32013-07-12 15:38:41 -07008relabelto_domain(debuggerd)
9allow debuggerd tombstone_data_file:dir relabelto;
Stephen Smalley45ba6652013-09-27 10:24:49 -040010
11# Connect to system_server via /data/system/ndebugsocket.
12unix_socket_connect(debuggerd, system_ndebug, system_server)