android_device_samsung_msm8.../sepolicy/surfaceflinger.te

10 lines
336 B
Plaintext
Raw Normal View History

2014-05-19 05:33:07 +02:00
# Grant GPU access to SurfaceFlinger
allow surfaceflinger gpu_device:chr_file rw_file_perms;
allow surfaceflinger sysfs:file rw_file_perms;
# Read from /data/local/tmp
allow surfaceflinger shell_data_file:dir search;
allow surfaceflinger shell_data_file:file { open getattr read };
allow surfaceflinger shell_data_file:lnk_file read;