Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 705 Bytes

File metadata and controls

20 lines (20 loc) · 705 Bytes

nosuid for su/sudo:

If su/sudo cannot work, especially in termux, please try remounting the filesystem without suid:

mount -o remount,nosuid /data

Network issues:

First, check dns setting:

cat /etc/resolv.conf

If there is no valid nameserver, please add one, for example:

rm -f /etc/resolv.conf
echo "nameserver 1.1.1.1" >> /etc/resolv.conf

If still having network issues:

Try running fixup.sh in container. Or see #13

Network isolation:

Rurima does not provide network isolation support, a possible implementation is at net_wrapper.sh