Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_system_sepolicy
/
52276383944a298fa5e10175cfc6509fbb76647f
/
.
/
public
/
tzdatacheck.te
blob: 93ae1652973296cd7eaa49da7f2c1755a3b8baec [
file
] [
log
] [
blame
]
# The tzdatacheck command run by init.
type tzdatacheck
,
domain
;
type tzdatacheck_exec
,
exec_type
,
file_type
;
allow tzdatacheck zoneinfo_data_file
:
dir create_dir_perms
;
allow tzdatacheck zoneinfo_data_file
:
file unlink
;