mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 18:14:24 +08:00
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.
This commit is contained in:
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
Block a user