14 lines
244 B
Text
14 lines
244 B
Text
|
typeattribute tombstoned coredomain;
|
||
|
|
||
|
init_daemon_domain(tombstoned)
|
||
|
|
||
|
get_prop(tombstoned, tombstone_config_prop)
|
||
|
|
||
|
neverallow {
|
||
|
domain
|
||
|
-init
|
||
|
-vendor_init
|
||
|
-dumpstate
|
||
|
-tombstoned
|
||
|
} tombstone_config_prop:file no_rw_file_perms;
|