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 { | ||||
8 | -init | ||||
9 | -vendor_init | ||||
10 | -dumpstate | ||||
11 | -tombstoned | ||||
12 | } tombstone_config_prop:file no_rw_file_perms; |