refactor: replace podman-seccomp.json with minimal cap_add, harden bwrap, add sandbox tests
This commit is contained in:
+5
-1
@@ -4,9 +4,13 @@ x-common-config: &common-config
|
||||
dockerfile: Dockerfile
|
||||
volumes:
|
||||
- ~/.nanobot:/home/nanobot/.nanobot
|
||||
cap_drop:
|
||||
- ALL
|
||||
cap_add:
|
||||
- SYS_ADMIN
|
||||
security_opt:
|
||||
- apparmor=unconfined
|
||||
- seccomp=./podman-seccomp.json
|
||||
- seccomp=unconfined
|
||||
|
||||
services:
|
||||
nanobot-gateway:
|
||||
|
||||
Reference in New Issue
Block a user