2016-10-19 23:39:30 +02:00
|
|
|
# debugger interface
|
|
|
|
type tombstoned, domain, mlstrustedsubject;
|
2018-09-27 19:21:37 +02:00
|
|
|
type tombstoned_exec, system_file_type, exec_type, file_type;
|
2016-10-19 23:39:30 +02:00
|
|
|
|
|
|
|
# Write to arbitrary pipes given to us.
|
|
|
|
allow tombstoned domain:fd use;
|
|
|
|
allow tombstoned domain:fifo_file write;
|
|
|
|
|
|
|
|
allow tombstoned domain:dir r_dir_perms;
|
|
|
|
allow tombstoned domain:file r_file_perms;
|
|
|
|
allow tombstoned tombstone_data_file:dir rw_dir_perms;
|
2018-04-19 03:39:58 +02:00
|
|
|
allow tombstoned tombstone_data_file:file { create_file_perms link };
|
2017-01-23 19:21:11 +01:00
|
|
|
|
2017-05-15 19:39:16 +02:00
|
|
|
# Changes for the new stack dumping mechanism. Each trace goes into a
|
|
|
|
# separate file, and these files are managed by tombstoned.
|
|
|
|
allow tombstoned anr_data_file:dir rw_dir_perms;
|
2018-09-06 22:58:26 +02:00
|
|
|
allow tombstoned anr_data_file:file { append create getattr open link unlink };
|