Moved user mapping file to hidden directory .NTFS-3G

N2009_11_14_FIXES
jpandre 2008-01-16 20:07:56 +00:00
parent 31d414ca1d
commit d7741bccc6
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#define FORCE_FORMAT_v1x 0 /* Insert security data as in NTFS v1.x */
#define OWNERFROMACL 1 /* Get the owner from ACL (not Windows owner) */
#define BUFSZ 1024 /* buffer size to read mapping file */
#define MAPPINGFILE "NTFS-3G/UserMapping" /* default mapping file */
#define MAPPINGFILE ".NTFS-3G/UserMapping" /* default mapping file */
#define LINESZ 120 /* maximum useful size of a mapping line */
#define CACHE_PERMISSIONS_BITS 6 /* log2 of unitary allocation of permissions */
#define CACHE_PERMISSIONS_SIZE 262144 /* max cacheable permissions */