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

Handle Non-regular Files in SquashFS #139

Merged
merged 1 commit into from
Aug 29, 2022

Conversation

tri-adam
Copy link
Contributor

Expand handling to include regular and non-regular files such as FIFOs when iterating through a SquashFS layer. Add unit test in sif package to test for proper handling of a filesystem containing a FIFO.

Fixes #138

Expand handling to include regular and non-regular files such as FIFOs
when iterating through a SquashFS layer. Add unit test in sif package to
test for proper handling of a filesystem containing a FIFO.

Signed-off-by: Adam Hughes <9903835+tri-adam@users.noreply.github.com>
@spiffcs spiffcs merged commit 659c89a into anchore:main Aug 29, 2022
@tri-adam tri-adam deleted the squashfs-iteration-fix branch August 29, 2022 18:30
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

Successfully merging this pull request may close these issues.

SquashFS Iteration Fails when FIFO Present
2 participants