mirror of
https://github.com/yurisieucuti/treble_evolution.git
synced 2024-12-05 01:37:02 +00:00
11 lines
387 B
Plaintext
11 lines
387 B
Plaintext
allow cameraserver phhsu_exec:file rx_file_perms;
|
|
|
|
type asus_motor_device, file_type;
|
|
allow cameraserver asus_motor_device:chr_file { open read write ioctl };
|
|
allowxperm cameraserver asus_motor_device:chr_file ioctl { 0x4d02 };
|
|
|
|
type vendor_sysfs_graphics, file_type;
|
|
allow platform_app vendor_sysfs_graphics:dir r_dir_perms;
|
|
allow platform_app vendor_sysfs_graphics:file r_file_perms;
|
|
|