Merge "change type name to avoid duplicated declaration"
This commit is contained in:
commit
a5773119ee
3 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue