platform_system_sepolicy/prebuilts/api/28.0/private/recovery_refresh.te
Wale Ogunwale 49b79029cb Finalizing P SDK
Bug: 77588754
Test: builds
Change-Id: I61ceb438cd532584847ddd55c0eeaefebdcfa51c
2018-04-13 06:50:59 -07:00

7 lines
302 B
Text

typeattribute recovery_refresh coredomain;
init_daemon_domain(recovery_refresh)
# recovery_refresh is not allowed to write anywhere
# TODO: deal with tmpfs_domain pub/priv split properly
neverallow recovery_refresh { file_type -recovery_refresh_tmpfs userdebug_or_eng(`-coredump_file') }:file write;