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

OSX module InstallHistory.plist file treated as a directory #159

Open
Politie-SOC opened this issue Mar 19, 2024 · 1 comment
Open

OSX module InstallHistory.plist file treated as a directory #159

Politie-SOC opened this issue Mar 19, 2024 · 1 comment

Comments

@Politie-SOC
Copy link

("dir", "/Library/Receipts/InstallHistory.plist"),

This file is wrongly marked as a directory. It is, in fact, a regular file:

$ ls -lah
total 40
drwxrwxr-x   4 root        admin   128B Mar 18 21:58 .
drwxr-xr-x  72 root        wheel   2.3K Mar 15 11:21 ..
-rw-rw-r--   1 root        admin    20K Mar 18 21:58 InstallHistory.plist
@pyrco
Copy link
Contributor

pyrco commented Oct 7, 2024

Hi, thanks for reporting this. This is indeed confusing wording, functionally it doesn't matter as file, dir and symlink artifacts are all treated as a path artifact. At some point we will replace all the mentions of file, dir and symlink by path and this confusion will go away.

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

No branches or pull requests

3 participants