Alex Klyubin | f5446eb | 2017-03-23 14:27:32 -0700 | [diff] [blame] | 1 | typeattribute tombstoned coredomain; |
| 2 | |
Josh Gao | cb3eb4e | 2016-10-19 14:39:30 -0700 | [diff] [blame] | 3 | init_daemon_domain(tombstoned) |
Inseob Kim | 14a71fb | 2020-07-07 13:35:34 +0900 | [diff] [blame] | 4 | |
| 5 | get_prop(tombstoned, tombstone_config_prop) |
| 6 | |
| 7 | neverallow { |
Inseob Kim | 85acf6e | 2021-03-10 10:42:23 +0900 | [diff] [blame] | 8 | domain |
Inseob Kim | 14a71fb | 2020-07-07 13:35:34 +0900 | [diff] [blame] | 9 | -init |
| 10 | -vendor_init |
| 11 | -dumpstate |
| 12 | -tombstoned |
| 13 | } tombstone_config_prop:file no_rw_file_perms; |