Forum Discussion
Former Member
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 ...
Former Member
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 termina
lxc stop penguin
lxc profile unset default security.syscalls.blacklist
lxc 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.