Skip to content

Commit

Permalink
A note about running on Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Kron4ek authored Jul 18, 2024
1 parent d52c182 commit fe452f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ Your Linux kernel must be at least version 4.4 and should support unprivileged u
# sysctl kernel.unprivileged_userns_clone=1
```

On Ubuntu 24.04+ (and maybe some other distros with apparmor enabled) it is needed to disable `kernel.apparmor_restrict_unprivileged_userns` sysctl option.

```
# sysctl kernel.apparmor_restrict_unprivileged_userns=0
```

Even if unprivileged user namespaces are not supported by your kernel, you can still use Conty if you have bubblewrap with the SUID bit installed on your system, in this case just tell Conty to use system-wide utils instead of the builtin ones.

```
Expand Down

0 comments on commit fe452f4

Please sign in to comment.