summaryrefslogtreecommitdiff
path: root/sepolicy/surfaceflinger.te
blob: 2fd3955906127a9bc400eaced83e0b1cf34cbe73 (plain)
1
2
3
4
5
6
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;