Skip to content

Commit fc8a964

Browse files
committed
add read perms for index.html on secure tasks
1 parent eac24ba commit fc8a964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deno.jsonc

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
// sub-secure-task adds restricted permissions via $DENO_PERMS then runs the deno task provided in $DENO_TASK
1515
// XXX the postgres module attempts to access an *abundance* of env vars related to postgres (and there's no way to silently deny them)
16-
"sub-secure-task": "DENO_PERMS='--allow-net=127.0.0.1,localhost --allow-read=./booger.jsonc,./plugs --allow-write=./booger.jsonc --allow-env=HOSTNAME,PORT,DB,DB_STATS,DB_LIMITS,PGHOST,PGPORT,PGDATABASE,PGUSERNAME,PGUSER,PGPASSWORD,PGIDLE_TIMEOUT,PGCONNECT_TIMEOUT,PGMAX,PGMAX_LIFETIME,PGMAX_PIPELINE,PGSSL,PGBACKOFF,PGKEEP_ALIVE,PGPREPARE,PGDEBUG,PGFETCH_TYPES,PGPUBLICATIONS,PGTARGET_SESSION_ATTRS,PGTARGETSESSIONATTRS,USERNAME,USER,LOGNAME' deno task $DENO_TASK",
16+
"sub-secure-task": "DENO_PERMS='--allow-net=127.0.0.1,localhost --allow-read=./booger.jsonc,./plugs,./index.html --allow-write=./booger.jsonc --allow-env=HOSTNAME,PORT,DB,DB_STATS,DB_LIMITS,PGHOST,PGPORT,PGDATABASE,PGUSERNAME,PGUSER,PGPASSWORD,PGIDLE_TIMEOUT,PGCONNECT_TIMEOUT,PGMAX,PGMAX_LIFETIME,PGMAX_PIPELINE,PGSSL,PGBACKOFF,PGKEEP_ALIVE,PGPREPARE,PGDEBUG,PGFETCH_TYPES,PGPUBLICATIONS,PGTARGET_SESSION_ATTRS,PGTARGETSESSIONATTRS,USERNAME,USER,LOGNAME' deno task $DENO_TASK",
1717
// sub-normal-task adds permissive permissions via $DENO_PERMS and runs the deno task provided in $DENO_TASK
1818
"sub-normal-task": "DENO_PERMS=-A deno task $DENO_TASK",
1919
// sub-run takes $DENO_EXT and $DENO_PERMS and runs deno run

0 commit comments

Comments
 (0)