mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
10 lines
322 B
Text
10 lines
322 B
Text
type tztsdaemon, domain;
|
|
type tztsdaemon_exec, exec_type, vendor_file_type, file_type;
|
|
|
|
# tztsdaemon is started by init, type transit from init domain to tztsdaemon domain
|
|
init_daemon_domain(tztsdaemon)
|
|
|
|
set_prop(tztsdaemon, vendor_tztsdaemon_prop)
|
|
|
|
# /dev/tziwsock
|
|
allow tztsdaemon tz_user_device:chr_file rw_file_perms;
|