There are two requirements for running ricochet on a linux machine:
- Need newuidmap/newguidmap
apt install uidmap
- Needs subordinate user ranges
- AppArmor / Seccomp profiles
This is handled automatically if using the rpm / deb installers, howevre in the case that someone uses the --daemon flag and a manual install, they will need these.
Discovered by running locally on Ubuntu 26 server
There are two requirements for running ricochet on a linux machine:
apt install uidmapThis is handled automatically if using the rpm / deb installers, howevre in the case that someone uses the
--daemonflag and a manual install, they will need these.Discovered by running locally on Ubuntu 26 server