$manager->caller($caller)->sync(array $actions, $resource = null, $resourceId = null);
This will remove all allowed permissions which aren't in the $actions list and add allowed permissions which are in the $actions list. Could be useful when you need to change all of the actions at once,