change type name to avoid duplicated declaration
Bug: 256521567 Test: build pass Change-Id: I76ea453bd87803b2ff23ca1f914a5f2f383354f9
This commit is contained in:
parent
d8bb9c3c2b
commit
161893e2d4
@ -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;
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
type sysfs_touch, sysfs_type, fs_type;
|
||||
type sysfs_touch_gti, sysfs_type, fs_type;
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user