Would it be possible for rbw to use keyring-rs (on Linux this could use the linux-keyutils-keyring-store crate, which uses keyutils and the keyctl kernel interface as a backend) instead of maintaining a background agent? This is how the op-fast wrapper for the 1password CLI does it, and it appears to work well there. Starting, stopping and maintaining a background agent would then be unnecessary.
Would it be possible for
rbwto use keyring-rs (on Linux this could use the linux-keyutils-keyring-store crate, which uses keyutils and thekeyctlkernel interface as a backend) instead of maintaining a background agent? This is how the op-fast wrapper for the 1password CLI does it, and it appears to work well there. Starting, stopping and maintaining a background agent would then be unnecessary.