blob: 787432d5cc2e3a087f8d6b86542a2687dd6e42e5 [file] [log] [blame]
Alex Klyubin1fc91722013-04-25 15:20:27 -07001# Grant GPU access to SurfaceFlinger
2allow surfaceflinger gpu_device:chr_file rw_file_perms;
repo sync93bbc932013-05-06 13:40:43 -07003
4allow surfaceflinger sysfs:file rw_file_perms;
Alex Klyubin07accf92013-05-13 13:45:32 -07005
6# Read from /data/local/tmp
7allow surfaceflinger shell_data_file:dir search;
8allow surfaceflinger shell_data_file:file { open getattr read };
9allow surfaceflinger shell_data_file:lnk_file read;