···5959 # the feature at runtime. Attempting to create a user namespace
6060 # with unshare will then fail with "no space left on device".
6161 boot.kernel.sysctl."user.max_user_namespaces" = mkDefault 0;
6262+6363+ # Raise ASLR entropy for 64bit & 32bit, respectively.
6464+ #
6565+ # Note: mmap_rnd_compat_bits may not exist on 64bit.
6666+ boot.kernel.sysctl."vm.mmap_rnd_bits" = mkDefault 32;
6767+ boot.kernel.sysctl."vm.mmap_rnd_compat_bits" = mkDefault 16;
6268}