Skip to content

Commit b7c889d

Browse files
authored
Add a note about Ubuntu 25.04
1 parent e4e7573 commit b7c889d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ On Ubuntu 24.04+ (and maybe some other distros with apparmor enabled) it is need
101101
# sysctl kernel.apparmor_restrict_unprivileged_userns=0
102102
```
103103

104+
On Ubuntu 25.04+, if you see `fusermount3: mount failed: Permission denied` error when running Conty, you need to disable AppArmor and reboot your system:
105+
106+
```
107+
# systemctl disable apparmor
108+
```
109+
104110
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.
105111

106112
```

0 commit comments

Comments
 (0)