Commit a49eec8
committed
fix(worker): remove cap_drop to allow nix to work in containers
Security is already provided by multiple isolation layers:
- NixOS container (systemd-nspawn)
- Podman container isolation
- RFC1918 network blocking via iptables
- Read-only repo mount
- Resource limits (memory, CPU, PIDs)1 parent d015acd commit a49eec8
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
183 | 185 | | |
184 | | - | |
185 | 186 | | |
186 | 187 | | |
187 | 188 | | |
| |||
0 commit comments