android_system_sepolicy/private/tombstoned.te
Inseob Kim 14a71fb162 Add tombstone_config_prop and move related prop
tombstoned.max_tombstone_coun becomes tombstone_config_prop to remove
exported*_default_prop

Bug: 155844385
Test: tombstoned is running and logcat shows no denials
Change-Id: I57bebb5766d790dc52d40a6d106f480e0e34fa4e
2020-07-07 14:17:40 +09:00

13 lines
233 B
Plaintext

typeattribute tombstoned coredomain;
init_daemon_domain(tombstoned)
get_prop(tombstoned, tombstone_config_prop)
neverallow {
-init
-vendor_init
-dumpstate
-tombstoned
} tombstone_config_prop:file no_rw_file_perms;