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

Improvements for readdir #8

Open
rohanpm opened this issue Nov 28, 2022 · 0 comments
Open

Improvements for readdir #8

rohanpm opened this issue Nov 28, 2022 · 0 comments

Comments

@rohanpm
Copy link
Owner

rohanpm commented Nov 28, 2022

It is currently possible for a file to be considered uncovered when the file is never accessed, yet it is possible that a directory listing has been performed on the file's parent directory and the file's basic metadata has been used in that way.

Can anything be done to improve this?

At minimum, it would probably be possible to mark files as either 'not accessed', 'accessed' or 'directory accessed'. The latter case would be an indicator that the file's containing directory has been read and therefore the presence of this file might have influenced some code.

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

No branches or pull requests

1 participant