Skip to content
Snippets Groups Projects
  • SimHyunYong's avatar
    7171232c
    Delete policy it is alread included in binder_call macros. · 7171232c
    SimHyunYong authored
    define(`binder_call', `
    allow $1 $2:binder { call transfer };
    allow $2 $1:binder transfer;
    allow $1 $2:fd use;
    ')
    
    binder_call(surfaceflinger, appdomain)
    binder_call(surfaceflinger, bootanim)
    
    it is alread include these policy.. so I can delete these policy!
    allow surfaceflinger appdomain:fd use;
    allow surfaceflinger bootanim:fd use;
    7171232c
    History
    Delete policy it is alread included in binder_call macros.
    SimHyunYong authored
    define(`binder_call', `
    allow $1 $2:binder { call transfer };
    allow $2 $1:binder transfer;
    allow $1 $2:fd use;
    ')
    
    binder_call(surfaceflinger, appdomain)
    binder_call(surfaceflinger, bootanim)
    
    it is alread include these policy.. so I can delete these policy!
    allow surfaceflinger appdomain:fd use;
    allow surfaceflinger bootanim:fd use;