feat(linux): protect saved login with Secret portal - #362
Open
Mat4m0 wants to merge 1 commit into
Open
Conversation
Mat4m0
force-pushed
the
feat/linux-secret-portal
branch
from
August 31, 2026 00:29
d81e96d to
5c8ab29
Compare
Mat4m0
force-pushed
the
feat/linux-secret-portal
branch
from
August 31, 2026 00:35
5c8ab29 to
8bd58a7
Compare
Mat4m0
force-pushed
the
feat/linux-secret-portal
branch
2 times, most recently
from
August 31, 2026 00:46
01c7c7b to
b0c85b7
Compare
Mat4m0
force-pushed
the
feat/linux-secret-portal
branch
from
August 31, 2026 00:56
b0c85b7 to
6a96396
Compare
Mat4m0
force-pushed
the
feat/linux-secret-portal
branch
from
August 31, 2026 01:03
6a96396 to
a261c13
Compare
Mat4m0
force-pushed
the
feat/linux-secret-portal
branch
from
August 31, 2026 01:14
a261c13 to
0c99fcd
Compare
Mat4m0
force-pushed
the
feat/linux-secret-portal
branch
from
August 31, 2026 01:20
0c99fcd to
f20aabf
Compare
Mat4m0
force-pushed
the
feat/linux-secret-portal
branch
from
August 31, 2026 01:33
f20aabf to
8bc10fd
Compare
Mat4m0
force-pushed
the
feat/linux-secret-portal
branch
from
August 31, 2026 01:41
8bc10fd to
73eb245
Compare
Mat4m0
force-pushed
the
feat/linux-secret-portal
branch
from
August 31, 2026 01:44
73eb245 to
fee5eda
Compare
Mat4m0
force-pushed
the
feat/linux-secret-portal
branch
from
August 31, 2026 01:52
fee5eda to
70c66b4
Compare
Mat4m0
force-pushed
the
feat/linux-secret-portal
branch
from
August 31, 2026 02:01
70c66b4 to
4a5abef
Compare
Mat4m0
force-pushed
the
feat/linux-secret-portal
branch
from
August 31, 2026 02:15
4a5abef to
fe16e1c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Saved Linux login data is encrypted with a per-application secret obtained through the Secret portal and stored only in profile-scoped ciphertext files.
Why
Flatpak cannot assume one desktop keyring implementation, and plaintext fallback would silently weaken saved login protection.
Invariant
Missing portal support fails closed, the renderer never receives the master secret, profile slots are isolated, and the ciphertext is bound to the distribution identity.
Delivery
Review-only credential foundation. No live credentials are used.
Verification
portal helper compilation on Ubuntu
encryption, isolation, clearing, and wrong-secret tests
saved-login and native-keychain policy tests
Focused change
Relevant checks run
Synthetic credentials only