Skip to content

Commit

Permalink
Missing --allow-sys=uid
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Jan 13, 2025
1 parent e10196d commit af45a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgm.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env -S pkgx deno^2.1 run --ext=ts --allow-run=pkgx,/usr/bin/sudo --allow-env=PKGX_DIR,HOME --allow-read=/usr/local/pkgs
#!/usr/bin/env -S pkgx deno^2.1 run --ext=ts --allow-sys=uid --allow-run=pkgx,/usr/bin/sudo --allow-env=PKGX_DIR,HOME --allow-read=/usr/local/pkgs
import { dirname, fromFileUrl, join } from "jsr:@std/path";
import { ensureDir, existsSync } from "jsr:@std/fs";
import { parse as parse_args } from "jsr:@std/flags";
Expand Down

0 comments on commit af45a53

Please sign in to comment.