Does not run in OpenMandriva
Summary
I compiled Arti 1.1.11 in OpenMandriva 5.0 LXQt using this command: cargo build -p arti --release -j1
Rust 1.74.0 from the repository.
When I try to launch I get:
[denis@openmandriva ~]$ arti proxy
arti: error: Incorrect permissions: ${HOME}/ is u=rwx,g=rwx,o=rwx; must be o-w
Why is this happening and can I fix it? However, Arti works under root. The build compiled on Ubuntu 22.04 has the same error on OpenMandriva 5.0. Obviously, it's a matter of OS configuration. arti --version without the proxy option displays a version message.
Steps to reproduce:
- I'm running a compiled application
What is the current bug behavior?
It won't start due to an error
What is the expected behavior?
It starts
Environment
- Version: 1.1.11
- Operating system: OpenMandriva 5.0 Rock
- Install method: From source
Relevant logs and/or screenshots:
Possible fixes:
Edited by artenax