Skip to content

Commit

Permalink
document centos 7 issues with user namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jorge-lip committed Jun 30, 2023
1 parent ab57db1 commit 02bb51a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/installation_manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,7 @@ For Centos 7 there are steps that system administrators may perform
to enable user namespaces, such as:

```bash
sudo grubby --update-kernel=ALL --args='namespace.unpriv_enable=1'
sudo echo "user.max_user_namespaces=15076" >> /etc/sysctl.conf
sudo echo "user.max_user_namespaces=10000" >> /etc/sysctl.conf
```

##### 7.3.1.4. Modes R2 and R3 specific restrictions
Expand Down

0 comments on commit 02bb51a

Please sign in to comment.