tlsdate icon indicating copy to clipboard operation
tlsdate copied to clipboard

By default tlsdate uses the non-standard 'nogroup' group

Open aenertia opened this issue 8 years ago • 0 comments

POSIX has uses nobody:nobody user/group mapping for dropped privileges.

Compiling tlsdate on POSIX systems which use this does not inherit this and it becomes unusable until this is fixed up.

Suggest performing a check at compile time to see what the system uses. And defaulting to the posix standard nobody group

aenertia avatar Jun 20 '17 13:06 aenertia