Delete policy it is alread included in binder_call macros.

am: 7171232c02

* commit '7171232c02d27e777ad2267f1a8b5246b3aabc8d':
  Delete policy it is alread included in binder_call macros.
This commit is contained in:
SimHyunYong 2016-01-26 20:08:55 +00:00 committed by android-build-merger
commit ef9a0be598

View file

@ -38,12 +38,8 @@ set_prop(surfaceflinger, system_prop)
set_prop(surfaceflinger, ctl_bootanim_prop)
# Use open files supplied by an app.
allow surfaceflinger appdomain:fd use;
allow surfaceflinger app_data_file:file { read write };
# Use open file provided by bootanim.
allow surfaceflinger bootanim:fd use;
# Allow a dumpstate triggered screenshot
binder_call(surfaceflinger, dumpstate)
binder_call(surfaceflinger, shell)