Skip to content

Conversation

@navi-desu
Copy link
Member

services started by init don't get any supplementary groups, but anything started from a shell would inherit the groups, causing inconsistent behaviour

we can either clear all groups, or always initalize root's groups. since other init systems does not initialize anything, including us at boot, let's just always clear them unconditionally

services started by init don't get any supplementary groups, but anything
started from a shell would inherit the groups, causing inconsistent
behaviour

we can either clear all groups, or always initalize root's groups. since
other init systems does not initialize anything, including us at boot,
let's just always clear them unconditionally
@navi-desu
Copy link
Member Author

actually, on init, we get Groups: 0, while with this, we get Groups: (no groups)

hmmm, unsure what we should do here

@navi-desu
Copy link
Member Author

hmm, this breaks user services actually... i don't really want to check rc_is_user(), our goal is to deprecate that function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants