Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
1stein
2 years agoNew Contributor
File picker not opening when adding files or exporting items [Known Issue]
As already asked in https://1password.community/discussion/126954/exports-on-linux-dont-work, I also struggle to export my passwords at the moment. I tried this with several versions of 1Password:
...
etrask
2 years agoNew Contributor
Gem from 1p support was able to get this resolved for me! It turns out a particular kernel variable needed to be enabled on my system, but was disabled (Debian 12, Mate 1.26.0):
kernel.yama.ptrace_scope=1
This can be accomplished with these commands:
echo "kernel.yama.ptrace_scope=1" | sudo tee -a /etc/sysctl.d/99-ptrace-scope.conf
sudo sysctl --system
Thanks Gem and stellar 1p team!