renameat2 on redhat8 & ubuntu18
Open
Nobody has claimed this yet.
bug
likely-fixed
mirroring
- Dominant language
- C
- Stars
- 4
- Forks
- 1
- Avg merge
- 5d 1h
- Merged PRs (30d)
- 1
Description
running mirroring tests, we noticed that some renames are just not caught... ones that use renameat2 ... they are... strange. Running an strace, we see the renameat2 calls happen... but they do not get intercepted as renameat or rename calls do. It just short-circuits the shim library and passes directly to the lower level one.
This is observed on both ubuntu 18, and redhat 8.
It's fine on ubuntu22 and redhat 9.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.