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

make libcap a hard requirement #740

Merged
merged 2 commits into from
Sep 13, 2024
Merged

make libcap a hard requirement #740

merged 2 commits into from
Sep 13, 2024

Conversation

williamh
Copy link
Contributor

For linux systems, libcap is a lightweight dependency. Also, making it optional requires that service scripts be written to deal with the possibility that capabilities are not supported.

This fixes #739.

X-Gemtoo-Bug: https://bugs.gentoo.org/939543

meson.build Outdated Show resolved Hide resolved
For linux systems, libcap is a lightweight dependency. Also, making it
optional requires that service scripts be written to deal with the
possibility that capabilities are not supported.

This fixes #739.

X-Gemtoo-Bug: https://bugs.gentoo.org/939543
@williamh williamh merged commit 123872c into master Sep 13, 2024
8 checks passed
@williamh williamh deleted the require-caps branch September 13, 2024 16:20
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.

make capabilities (libcap) a hard requirement for Linux systems
2 participants