Termux Android 16, aarch64, Atuin 18.22.0 from pkg.
Atuin creates ~/.config/atuin/config.toml and SQLite files in ~/.local/share/atuin.
Directories are owned by Termux user and mode 700.
But atuin history list fails: could not load or generate encryption key, Permission denied (os error 13).
Explicit key_path to ~/.local/share/atuin/key does not help; key file is never created.
Got around by …
$ openssl rand -base64 32 > ~/.local/share/atuin/key;chmod 600 ~/.local/share/atuin/key;ls -la ~/.local/share/atuin/key
-rw-------. 1 u0_a418 u0_a418 45 Sep 19 16:08 /data/data/com.termux/files/home/.local/share/atuin/key
Can I expect to suffer consequences from this?