# Permissions and Authorization

## Cozy Safety Module

There are two Cozy Safety Module protocol-wide authorized addresses - the `owner` and the `pauser`, both of which are defined on the `CozySafetyModuleManager`.&#x20;

The `owner` is allowed to:

* claim protocol fees
* pause/unpause Safety Modules
* update fee drip models
* update the `owner` and `pauser`

The `pauser` is allowed to:

* pause Safety Modules
* update the `pauser`

## Cozy Rewards Manager

There are two Cozy Rewards Manager protocol-wide authorized addresses - the `owner` and the `pauser`, both of which are defined on the `CozyManager` for the Cozy Rewards Manager protocol.&#x20;

The `owner` is allowed to:

* pause/unpause Rewards Managers
* update the `owner` and `pauser`

The `pauser` is allowed to:

* pause Rewards Managers
* update the `pauser`
