Results 2 issues of Renzo Davoli

Here is a shell session showing the bug: $ ls -l /tmp/mnt/file -rw-r--r-- 0 renzo renzo 0 Dec 31 12:06 /tmp/mnt/file $ chown root /tmp/mnt/file $ ls -l /tmp/mnt/file -rw-r--r--...

My goal is to use dropbear to log-in into unprivileged network namespaces (like those created by vdens: https://github.com/rd235/vdens ) Dropbear's pty supports fails as in unprivileged namespaces the group ownership...