From 2a61cfaae65b38a1ff929d0d3f9fb76c5db8c30f Mon Sep 17 00:00:00 2001
From: Anna Levchenko <71260515+annlev@users.noreply.github.com>
Date: Thu, 9 May 2024 18:22:16 +0300
Subject: [PATCH] CLOS-2616: Describe user.max_user_namespaces setting in docs
---
docs/shared/cloudlinux_os_kernel/README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/docs/shared/cloudlinux_os_kernel/README.md b/docs/shared/cloudlinux_os_kernel/README.md
index 5161e9211..8038af258 100644
--- a/docs/shared/cloudlinux_os_kernel/README.md
+++ b/docs/shared/cloudlinux_os_kernel/README.md
@@ -1022,6 +1022,10 @@ echo 1 > /proc/sys/fs/xfs/cap_res_quota_disable
```
+## User namespace creation restricions
+
+Setting `user.max_user_namespaces` in `/etc/sysctl.d/90-cloudlinux.conf` is responsible for restricting the number of user namespaces that user may create. On new installations of CL, it's equal to `0`.
+
## Enter LVE when using cPanel utilities
cPanel tools might use more resources than desired, so to limit resource usage, you might want to enter the corresponding LVE when using cPanel tools on-behalf of a non-root user.