Closed
Description
Version: Deno 1.44.2
There seem to be some sys permission checks in the node compatibility layer for kinds that cannot be specified on the CLI with --allow-sys=xxx
.
"statfs":
Line 112 in 4b83ce8
"getPriority":
Line 22 in 4b83ce8
"setPriority":
Line 39 in 4b83ce8
"userInfo":
Line 53 in 4b83ce8
"geteuid":
Line 66 in 4b83ce8
As far as I can tell, the only way to get these permission checks to pass (without prompting the user) is by giving a blanket allow-sys
flag.