change type name to avoid duplicated declaration

Bug: 256521567
Test: build pass
Change-Id: I76ea453bd87803b2ff23ca1f914a5f2f383354f9
This commit is contained in:
Adam Shih 2022-12-02 10:27:34 +08:00
parent d8bb9c3c2b
commit 161893e2d4
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
pixel_bugreport(dump_gti)
allow dump_gti sysfs_touch:dir r_dir_perms;
allow dump_gti sysfs_touch:file rw_file_perms;
allow dump_gti sysfs_touch_gti:dir r_dir_perms;
allow dump_gti sysfs_touch_gti:file rw_file_perms;
allow dump_gti vendor_toolbox_exec:file execute_no_trans;

View File

@ -1,2 +1,2 @@
type sysfs_touch, sysfs_type, fs_type;
type sysfs_touch_gti, sysfs_type, fs_type;

View File

@ -1,2 +1,2 @@
# Touch
genfscon sysfs /devices/virtual/goog_touch_interface u:object_r:sysfs_touch:s0
genfscon sysfs /devices/virtual/goog_touch_interface u:object_r:sysfs_touch_gti:s0