Skip to content

Support running fuse-overlayfs without the open fds 0, 1 and 2 #417

@typeless

Description

@typeless

When running fuse-overlayfs with redirections <&- >&- 2>&-, the files don't show up at the mount point even though the command exits with a success.

To make it work, one has to run the command with </dev/null >/dev/null 2>/dev/null.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions