unit icon indicating copy to clipboard operation
unit copied to clipboard

feature request: allow setting uid/gid instead of user/group

Open bjne opened this issue 3 years ago • 1 comments

When using isolation (and also otherwise) it is lots of times better to set uid/gid than depend on getpwnam and resolving.

suggestion is either to introduce uid/gid parameters and/or if user/group is numeric, it must be uid/gid, not username

bjne avatar Nov 22 '21 13:11 bjne

Thanks. I like the idea of interpreting pure numeric user/group as literal uid/gid.

VBart avatar Nov 22 '21 14:11 VBart