-
Notifications
You must be signed in to change notification settings - Fork 37
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
BUG: rename event has incorrect records #156
Comments
Machine where old (correct) behavior was tested Machine where new(incorrect) behavior was tested |
Another issue that maybe related: Environment
Operation
Audit Records
Issues1.The source's parent is coming as second path item instead of coming as first |
Old Behaviour
Environment
Operation
Audit Records
New Behaviour
Environment
Operation
Audit Records
Issues in New Behaviour
Maybe this issues are there because the new version of coreutils changed the way in which rename is performed (instead of the rename syscall being given the whole target path, the target's parent directory is opened and the fd is given to it)
Old coreutils:
New coreutils:
The text was updated successfully, but these errors were encountered: