Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 1 | typeattribute tombstoned coredomain; |
| 2 | |
| 3 | init_daemon_domain(tombstoned) |
| 4 | |
Inseob Kim | 4eb5660 | 2021-07-09 15:51:12 +0900 | [diff] [blame] | 5 | # Write to arbitrary pipes given to us. |
| 6 | allow tombstoned domain:fd use; |
| 7 | allow tombstoned domain:fifo_file write; |
Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 8 | |
Inseob Kim | 4eb5660 | 2021-07-09 15:51:12 +0900 | [diff] [blame] | 9 | allow tombstoned domain:dir r_dir_perms; |
| 10 | allow tombstoned domain:file r_file_perms; |
| 11 | allow tombstoned tombstone_data_file:dir rw_dir_perms; |
| 12 | allow tombstoned tombstone_data_file:file { create_file_perms link }; |