bwrap), which some sandboxing and Nix workflows rely on.
Without privileged mode these tools fail with an error like pivot_root: Operation not permitted. Enabling container.privileged resolves it.
See the Runner Controls overview for how to pass these settings via a profile or labels.
- With runner profiles
- With runner labels
To make the runner container privileged append the feature
container.privileged. Similarly, you can select the host pid namespace with container.host-pid-namespace.