Brian Silverman | 6804a85 | 2015-10-11 01:43:33 -0400 | [diff] [blame^] | 1 | # Put this file in /etc/sysctl.d/ to enable Bazel's sandboxing on Debian |
2 | # kernels. | ||||
3 | # Run `sudo sysctl --system` to load it without rebooting. | ||||
4 | |||||
5 | kernel.unprivileged_userns_clone = 1 |