mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 20:45:31 -04:00
universal7885: sepolicy: Completely merge samsung_slsi repo
This commit is contained in:
parent
00fb011c7c
commit
f6da6e72c2
82 changed files with 852 additions and 872 deletions
8
universal7885-common/sepolicy/public/te_macros
Normal file
8
universal7885-common/sepolicy/public/te_macros
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# 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;
|
||||
')
|
||||
Loading…
Reference in a new issue