mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
universal7885: Initial sepolicy
* Based on {exynos9820,universal7880}-common
* Squashed from https://github.com/exynos8895/android_device_samsung_universal8895-common/commits/lineage-17.1/sepolicy
Co-authored-by: Jan Altensen <info@stricted.net>
Change-Id: I5ff59c00498bc546db70277571e3d5c7595bc2b8
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
448dba611a
commit
1db34af1a0
50 changed files with 723 additions and 0 deletions
12
sepolicy/vendor/system_server.te
vendored
Normal file
12
sepolicy/vendor/system_server.te
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# /dev/mali0
|
||||
allow system_server gpu_device:chr_file rw_file_perms;
|
||||
|
||||
# memtrack HAL
|
||||
allow system_server debugfs_mali:dir r_dir_perms;
|
||||
allow system_server debugfs_mali:file r_file_perms;
|
||||
allow system_server debugfs_ion:file r_file_perms;
|
||||
allow system_server debugfs_mali_mem:file r_file_perms;
|
||||
|
||||
allow system_server frp_block_device:blk_file rw_file_perms;
|
||||
|
||||
get_prop(system_server, vendor_radio_prop)
|
||||
Loading…
Reference in a new issue