Preferred access control by file system on OpenIndiana
ntfs-3g cannot reliably use the access control made by the kernel on OpenIndiana, so do it at the file system level until this is solved.edge.strict_endians
parent
d85675bf6d
commit
ac8a980e7a
|
@ -109,7 +109,11 @@ enum {
|
|||
* of 6 is added in the mount report.
|
||||
*/
|
||||
|
||||
#if defined(__sun) && defined(__SVR4)
|
||||
#define HPERMSCONFIG 4 /* access control by kernel is broken on OpenIndiana */
|
||||
#else
|
||||
#define HPERMSCONFIG 1
|
||||
#endif
|
||||
#if defined(FUSE_INTERNAL) || !defined(FUSE_VERSION) || (FUSE_VERSION < 28)
|
||||
#define LPERMSCONFIG 5
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue