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

Added regex for NETW-3200 in tests_networking #1474

Merged
merged 1 commit into from May 14, 2024
Merged

Conversation

tsvenbla
Copy link
Contributor

I changed the check /bin/true to /bin/(true|false) to be more inclusive and eliminate false positives for those who use /bin/false instead.

Changed the check /bin/true to /bin/(true|false) to be more inclusive and get rid of false positives.
@mboelen mboelen merged commit 9fd1a81 into CISOfy:master May 14, 2024
@mboelen
Copy link
Member

mboelen commented May 14, 2024

Thanks, merged!

Typically we do suggest using /bin/true, as this return a positive result to the underlying software (instead of an error). So that is something to keep in mind when configuring your system. But as there are samples that use /bin/false, I'm open for accepting this alternative.

@mboelen mboelen self-assigned this May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants