mirror of
https://github.com/AetherDroid/android_device_samsung_universal7570-common.git
synced 2025-09-04 23:47:47 -04:00
11 lines
313 B
Text
11 lines
313 B
Text
# /system/lib/omx/
|
|
allow mediacodec system_file:dir r_dir_perms;
|
|
|
|
# /sys/class/video4linux/video6/name
|
|
allow mediacodec sysfs:file r_file_perms;
|
|
|
|
allow mediacodec sysfs:dir { open read };
|
|
|
|
# sysfs_virtual
|
|
allow mediacodec sysfs_virtual:dir { open read search };
|
|
allow mediacodec sysfs_virtual:file { open read };
|