REMINDER: the community is in read-only mode until July 2nd. This is part of our platform upgrade! Learn more in the FAQs →
Forum Discussion
Anonymous
3 years agoKeyring not implemented error (Crostini under ChromeOS)
Hello,
I'm trying to get 1Password working in the linux VM built into ChromeOS (Crostini). The app mostly works but it's unable to use system authentication and the SSH agent doesn't work. In the ...
Anonymous
3 years agoIt seems like the issue is 1Password is using a kernel syscall instead of the dbus service and that kernel call is being blocked by a seccomp filter. I was able to get it to work by removing the filter from the ChromeOS side:
- Ctrl+Alt+t to open up crosh shell
vmc start terminalxc stop penguinlxc profile unset default security.syscalls.blacklistlxc profile apply penguin default
Then after rebooting the VM system authentication works.
So I guess this is a feature request to support using libsecret or another alternative mechanism that works in unprivileged containers.