Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Former Member
4 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 ...
Former Member
4 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.