services.core.unboosted - call PermissionEnforcer helper on methods annotated...
services.core.unboosted - call PermissionEnforcer helper on methods annotated with @EnforcePermission Migrates all existing java methods annotated with @EnforcePermission such that they call the super.<methodName>_enforcePermission method provided by PermissionEnforcer. This required by the @EnforcePermission annotation, but is currently a no-op, and will be switched on with ag/20325484. This CL migrates incremental additions made since the original LSC ag/20189550. Bug: 234083358 Test: TH Change-Id: Ia8b9c10c7af41ac6dff699e6b78f012d50389e6c
Loading
Please register or sign in to comment