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:
Jean-Pierre André 2012-01-23 17:39:47 +01:00
parent d85675bf6d
commit ac8a980e7a

View File

@ -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