mirror of
https://github.com/torarnv/sparsebundlefs.git
synced 2026-02-26 18:35:50 +01:00
We now reflect the user who mounted the sparsebundle as the owner of the resulting .dmg file, and try to reflect the state of allow_other and allow_root through the file permission bits. These are just informative. The real access control happens in FUSE based on the allow_other/allow_root options (unless user also passes the default_permissions option, in which case the permission bits will also be checked). Fixes issue #15