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

fix #1582 suspicious history test is not checking the user folder [HOME-9310] #1584

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mrpjl
Copy link
Contributor

@mrpjl mrpjl commented Dec 8, 2024

Fix #1582. Thanks @nawe1321

Changed maxdepth value to 2 from 1.

Old Result

> find /home -maxdepth 1 -name ".*history" ! -type f -print
<no output>

New Result

$ find /home -maxdepth 2 -name ".*history" ! -type f -print
/home/me/.test_history     <--- detects symbolic link file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant