mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 20:45:31 -04:00
universal7885: Add Glove Mode support
* Ref: e8b16f2cc2
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
73f856920a
commit
62d8b28aa1
6 changed files with 26 additions and 0 deletions
8
sepolicy/private/hal_touch_samsung.te
Normal file
8
sepolicy/private/hal_touch_samsung.te
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
type hal_touch_samsung, domain, coredomain;
|
||||
hal_server_domain(hal_touch_samsung, hal_lineage_touch)
|
||||
|
||||
type hal_touch_samsung_exec, system_file_type, exec_type, file_type;
|
||||
init_daemon_domain(hal_touch_samsung)
|
||||
|
||||
allow hal_touch_samsung sysfs_sec_tsp:dir search;
|
||||
allow hal_touch_samsung sysfs_sec_tsp:file rw_file_perms;
|
||||
Loading…
Reference in a new issue