blob: 2567a23ad3418ca577a8063b769c1f0b3ef5f2f2 [file] [log] [blame]
Inseob Kime1389972021-07-19 07:48:34 +00001typeattribute tombstoned coredomain;
2
3init_daemon_domain(tombstoned)
4
5# Write to arbitrary pipes given to us.
6allow tombstoned domain:fd use;
7allow tombstoned domain:fifo_file write;
8
9allow 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 };