https://github.com/code-423n4/2024-06-krystal-defi/blob/main/src/Common.sol#L119
According to the Krystal docs:
https://docs.krystal.app/technical-docs/security#access-control
However, during the contract initialization, the withdrawer is granted the DEFAULT_ADMIN_ROLE which allows them to grant themselves the OPERATOR_ROLE and thereby control LP tokens that was approved to the V3Automation.sol contract.
