remainroot icon indicating copy to clipboard operation
remainroot copied to clipboard

A set of shims to allow unmodified programs to run nicely in rootless containers.

Results 2 remainroot issues
Sort by recently updated
recently updated
newest added

Hi, saw your talk and read your blogpost(s) on rootless containers. Thanks for the great work! Is `remainroot apt-get update` still expected to fail?

never will those code would do cred_drop_cap(new) / cred_raise_cap(new) ``` if (old->euid == 0 && old->euid != 0) cred_drop_cap(new); if (old->euid != 0 && old->euid == 0) cred_raise_cap(new); ```