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 Issue RHEL-09-232250 and RHEL-09-232255 searches remote file systems rather than local for un owned/grouped files
Expected Behavior Search local file systems for un owned/grouped files
Actual Behavior Rather than searching locally
Control(s) Affected What controls are being affected by the issue
Environment (please complete the following information):
Additional Notes RHEL-09-232250 and RHEL-09-232255 possibly more
Possible Solution flip the boolean condition by omitting "not" in the "not item['device'].startswith('/dev')" condition
The text was updated successfully, but these errors were encountered:
addressed issue #12 thanks to @layluke
7027e12
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
Merge pull request #15 from ansible-lockdown/issue_12
e1b7ada
Thanks @uk-bolly!
Sorry, something went wrong.
uk-bolly
No branches or pull requests
Describe the Issue
RHEL-09-232250 and RHEL-09-232255 searches remote file systems rather than local for un owned/grouped files
Expected Behavior
Search local file systems for un owned/grouped files
Actual Behavior
Rather than searching locally
Control(s) Affected
What controls are being affected by the issue
Environment (please complete the following information):
Additional Notes
RHEL-09-232250 and RHEL-09-232255 possibly more
Possible Solution
flip the boolean condition by omitting "not" in the "not item['device'].startswith('/dev')" condition
The text was updated successfully, but these errors were encountered: