this would allow creating landrunModules which:
- add specific dir to sandbox and create it (before starting the sandbox) if they it does not exist, to avoid an error:
Failed to apply sandbox: failed to apply Landlock filesystem restrictions: populating ruleset for...
- set
cli.env = [ "MY_SECRET"], and then decrypt the secrets and export the env var before starting the sandbox
this would allow creating
landrunModuleswhich:Failed to apply sandbox: failed to apply Landlock filesystem restrictions: populating ruleset for...cli.env = [ "MY_SECRET"], and then decrypt the secrets and export the env var before starting the sandbox