| % minijail-config-file v0 | |
| # Execute in a minijail with IPC, cgroup, PID, UTS and mount namespaces, drop | |
| # all caps, don't allow new privileges, change user/group to crosdns, and use | |
| # the seccomp policy file. | |
| l | |
| N | |
| p | |
| uts | |
| ns-mount | |
| c = 0 | |
| n | |
| u = crosdns | |
| g = crosdns | |
| S = /usr/share/policy/crosdns-seccomp.policy |