blob: 2567a23ad3418ca577a8063b769c1f0b3ef5f2f2 [file] [log] [blame]
Inseob Kimff43be22021-06-07 16:56:56 +09001typeattribute tombstoned coredomain;
2
3init_daemon_domain(tombstoned)
4
Inseob Kim4eb56602021-07-09 15:51:12 +09005# Write to arbitrary pipes given to us.
6allow tombstoned domain:fd use;
7allow tombstoned domain:fifo_file write;
Inseob Kimff43be22021-06-07 16:56:56 +09008
Inseob Kim4eb56602021-07-09 15:51:12 +09009allow tombstoned domain:dir r_dir_perms;
10allow tombstoned domain:file r_file_perms;
11allow tombstoned tombstone_data_file:dir rw_dir_perms;
12allow tombstoned tombstone_data_file:file { create_file_perms link };