I am attempting to create an application on an anbox cloud appliance deployment on CL.
When I run the “sudo amc application create <path/to/application_content>” I get this error:
“If using snap packages, please check if the snap can access the path.
For more info: https://anbox-cloud.io/docs/howto/application/create
Error: could not find application at path: <path/to/application_content>”
As you’re running amc as root, is the directory you’re in owned by root as well? Snap confinement enforces DAC permission checks of the executing user against what it tries to access.