Skip to content

sandboxfs-0.1.1

Compare
Choose a tag to compare
@jmmv jmmv released this 24 Oct 19:50
· 49 commits to master since this release

Released on 2019-10-24.

  • Fixed the definition of --input and --output to require an argument,
    which makes --foo bar and --foo=bar equivalent. This can be thought to
    break backwards compatibility but, in reality, it does not. The previous
    behavior was just broken: specifying --foo bar would cause bar to be
    treated as an argument and --foo to use its default value, which meant
    that these two flags would be ignored when supplied under this syntax.

  • Fixed --input and --output to handle stdin and stdout correctly when
    running e.g. under sudo.

  • Make create operations honor the UID and GID of the caller user instead of
    inheriting the permissions of whoever was running sandboxfs. Only has an
    effect when using --allow=other or --allow=root.