We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
service("systemd-journald").enabled
it returns false because the service is static, not enabled. The code does not check for static https://github.com/mondoohq/cnquery/blob/main/providers/os/resources/services/systemd.go#L66C13-L66C36.
Kudos to @username-is-already-taken2 for reporting the issue.
To Reproduce
Run query above.
Expected behavior
Static services are detected as enabled.
The text was updated successfully, but these errors were encountered:
@chris-rock This issue can be closed because we work around it here right? https://github.com/mondoohq/cnspec-enterprise-policies/pull/732
Sorry, something went wrong.
No branches or pull requests
Describe the bug
it returns false because the service is static, not enabled. The code does not check for static https://github.com/mondoohq/cnquery/blob/main/providers/os/resources/services/systemd.go#L66C13-L66C36.
Kudos to @username-is-already-taken2 for reporting the issue.
To Reproduce
Run query above.
Expected behavior
Static services are detected as enabled.
The text was updated successfully, but these errors were encountered: