> For the complete documentation index, see [llms.txt](https://csm-docs.cozy.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://csm-docs.cozy.finance/developer-guides/permissions-and-authorization.md).

# 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`
