mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-04 22:51:08 +00:00
use seatbelt on macos, with two profiles: minimal (default) which only restricts writes, and strict, which is deny-by-default and only allows specific operations (#283)
This commit is contained in:
parent
34fe142894
commit
d524309e3c
5 changed files with 133 additions and 3 deletions
|
|
@ -27,7 +27,7 @@ fi
|
|||
tsc --build
|
||||
|
||||
# copy .{md,json} files (replace -q with -i to see itemized changes)
|
||||
rsync -aq --delete --include='*.md' --include='*.json' --include='*/' --exclude='*' ./src/ ./dist/src/
|
||||
rsync -aq --delete --include='*.md' --include='*.json' --include='*.sb' --include='*/' --exclude='*' ./src/ ./dist/src/
|
||||
|
||||
# touch dist/.last_build
|
||||
touch dist/.last_build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue