Symlinks need special handling? #1503
Unanswered
lovehumans
asked this question in
Q&A
Replies: 1 comment 3 replies
|
Which platform are you on? On Mac, the underlying Seatbelt sandbox that nono uses does not allow symlinks to be used as circumvention for permitted directories/files. You have to explicitly allow what they point to as well, AFAIK. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm using dotstate to symlink folders/files into a GIT repo for backup of configs.
I made a custom profile for a new harness, allowing the tool's config dir with:
that didn't allow the symlinked files, so I tried adding the target of the symlinked files:
but that also didn't work.
I tried cat on the individual files through the profile and got asked to add them, that got saved into the profile under the "read_file".
So what is the intended workflow for symlinks?
Do symlinked files have to be mentioned individually? Is there no way to allow a whole directory, including the symlinked files?
All reactions