mpartel / bindfs

Mount a directory elsewhere with changed permissions.
https://bindfs.org/
GNU General Public License v2.0
448 stars 64 forks source link

ACLs on MacOS #137

Closed Victorious3 closed 1 year ago

Victorious3 commented 1 year ago

Currently I get the following error message when trying to set ACLs via bindfs:

% chmod +a "xadmin allow append" test
chmod: Failed to set ACL on file 'test': Operation not supported
Victorious3 commented 1 year ago

I was missing extended_security in the fuse options. Sorry for the spam.

mpartel commented 1 year ago

I wonder if that option should be on by default :thinking: Are you aware of any downside?

Victorious3 commented 1 year ago

Not that I know of. It seems to work fine.