Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_system_sepolicy
/
d0e9cb055392dfc4597c5dccf1d8ab507f43da26
/
.
/
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
;