- name: open-authenticator
- description: An open-source & cross-platform TOTP (Time-Based One-Time Password) app
- snapcraft: OpenAuthenticator/snap/snapcraft.yaml at main · Skyost/OpenAuthenticator · GitHub
- upstream: GitHub - Skyost/OpenAuthenticator: Secure your online accounts with Open Authenticator : a free, open-source and lovely-crafted TOTP manager.
- upstream-relation: Creator, owner
- supported-category: orchestration agents/software (I guess ?)
- reasoning: I need to authenticate the current user in order to protect its TOTPs through local authentication. For this reason, I need to access PAM (See Skyost/OpenAuthenticator/blob/main/linux/my_application.cc#L114 on Github), which is only available with classic confinement.
I understand that strict confinement is generally preferred over classic.
I’ve tried the existing interfaces to make the snap to work under strict confinement.