Open nlvw opened 2 years ago
https://github.com/nix-community/nix-user-chroot/blob/cf14c8fb1a39513e722cc2bcdf84f2f596ae08cc/README.md?plain=1#L9-L13
Unprivileged Namespace support in RHEL family of Linux distributions:
sudo sh -c 'echo user.max_user_namespaces=15000 >/etc/sysctl.d/90-max_user_namespaces.conf'
sudo sysctl -p /etc/sysctl.d /etc/sysctl.d/90-max_user_namespaces.conf
Thanks for the information. Can you update the readme?
https://github.com/nix-community/nix-user-chroot/blob/cf14c8fb1a39513e722cc2bcdf84f2f596ae08cc/README.md?plain=1#L9-L13
Unprivileged Namespace support in RHEL family of Linux distributions:
sudo sh -c 'echo user.max_user_namespaces=15000 >/etc/sysctl.d/90-max_user_namespaces.conf'
sudo sysctl -p /etc/sysctl.d /etc/sysctl.d/90-max_user_namespaces.conf