Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add meson option for privileged group #487

Merged
merged 1 commit into from
Aug 22, 2024
Merged

Conversation

bluca
Copy link
Member

@bluca bluca commented Aug 8, 2024

Add -Dprivileged_group that can be used to override the default of 'wheel', which is set in 50-default.rules. In Debian and derivatives, the privileged group is 'sudo', 'wheel' does not exist.

We have been carrying an out-of-tree patch in Debian to change the hard-coded group from wheel to sudo. This allows us to simply configure it via meson. Default is still the same.

Add -Dprivileged_group that can be used to override the default
of 'wheel', which is set in 50-default.rules. In Debian and
derivatives, the privileged group is 'sudo', 'wheel' does not
exist.
@jrybar-rh jrybar-rh merged commit c36e1eb into polkit-org:main Aug 22, 2024
32 checks passed
@bluca bluca deleted the wheel branch August 22, 2024 08:25
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