You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked the calls I'm getting in mkdir and create, and it seems that the calling process's umask is already automatically applied to the mode argument and the additional umask argument is always set to zero. Is this intentional? What is the umask argument supposed to be used for?
Fuser: 0.12.0
Filesystem setup: fuser::spawn_mount2 with empty set of options
The text was updated successfully, but these errors were encountered:
Looking at fuse configuration, it looks like this is configurable behaviour since ~ABI 7.12: The default seems to be that the kernel applies the umask for you, probably giving you a zero for the umask to ensure compatibility.
I checked the calls I'm getting in
mkdir
andcreate
, and it seems that the calling process'sumask
is already automatically applied to themode
argument and the additionalumask
argument is always set to zero. Is this intentional? What is theumask
argument supposed to be used for?Fuser: 0.12.0
Filesystem setup:
fuser::spawn_mount2
with empty set of optionsThe text was updated successfully, but these errors were encountered: