Opened 12 years ago
Closed 11 years ago
#36088 closed defect (wontfix)
Directories created in FUSE FS do not have read and write permissions to user - e.g. 0155, instant of 0755
Reported by: | mateusz@… | Owned by: | drkp (Dan Ports) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | cooljeanius (Eric Gallager) | |
Port: | fuse4x |
Description
Seems that umask for directory creation gets value that included 06 for user somehow.
Attachments (1)
Change History (9)
Changed 12 years ago by mateusz@…
comment:1 Changed 12 years ago by mf2k (Frank Schima)
Keywords: | fuse removed |
---|---|
Owner: | changed from macports-tickets@… to dports@… |
comment:2 follow-up: 3 Changed 12 years ago by drkp (Dan Ports)
What filesystem are you seeing this with?
comment:3 Changed 12 years ago by mateusz@…
comment:4 Changed 12 years ago by anatol (Anatol Pomozov)
Is it what "umask=value" ntfs3g option for?
comment:6 Changed 11 years ago by cooljeanius (Eric Gallager)
fuse4x has been replaced by osxfuse; does osxfuse also have this problem?
comment:8 Changed 11 years ago by mf2k (Frank Schima)
Resolution: | → wontfix |
---|---|
Status: | new → closed |
This ticket is obsolete.
Note: See
TracTickets for help on using
tickets.
Patch that fixes umask where possible (mkdir call was affected only, but just in case)