mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
8 lines
179 B
Text
8 lines
179 B
Text
# teegris_use(domain)
|
|
#
|
|
# Allow domain to use teegris
|
|
define(`teegris_use', `
|
|
get_prop($1, vendor_tztsdaemon_prop)
|
|
# /dev/tzdev
|
|
allow $1 tz_user_device:chr_file rw_file_perms;
|
|
')
|