You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to restrict the permissions on specific folders using --allow-read=... --allow-write=... when using Deno.symlnk, instead having to give it the complete read-write-access of the current user. Is there a rationale behind this? The tests seem to suggest like this is intentional (
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am unable to restrict the permissions on specific folders using
--allow-read=... --allow-write=...
when usingDeno.symlnk
, instead having to give it the complete read-write-access of the current user. Is there a rationale behind this? The tests seem to suggest like this is intentional (deno/cli/tests/unit/symlink_test.ts
Lines 114 to 140 in 10e4b2e
Beta Was this translation helpful? Give feedback.
All reactions