summaryrefslogtreecommitdiffstats
path: root/common/surfaceflinger.te
blob: 9c984ace34f54943ec5a63346ffc0a8a159d65f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
allow surfaceflinger sysfs_graphics:file rw_file_perms;
allow surfaceflinger shell_data_file:dir search;

# Allows pp-daemon to refresh the screen in calibration mode
userdebug_or_eng(`
  allow surfaceflinger mm-pp-daemon:dir search;
  allow surfaceflinger mm-pp-daemon:file r_file_perms;
')

binder_call(surfaceflinger, location)
binder_call(surfaceflinger, tee)