Merge "change type name to avoid duplicated declaration"

This commit is contained in:
Adam Shih 2022-12-06 02:59:39 +00:00 committed by Android (Google) Code Review
commit a5773119ee
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