Fixed mounting with a SLinux context (from Fedora #502946)

PERMISSION_HANDLING_BRANCH
Jean-Pierre André 2010-10-01 10:43:31 +02:00
parent e40c942f3a
commit b7fbd01ccd
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ static const struct fuse_opt fuse_mount_opts[] = {
FUSE_OPT_KEY("large_read", KEY_KERN_OPT),
FUSE_OPT_KEY("blksize=", KEY_KERN_OPT),
FUSE_OPT_KEY("default_permissions", KEY_KERN_OPT),
FUSE_OPT_KEY("context=", KEY_KERN_OPT),
FUSE_OPT_KEY("max_read=", KEY_KERN_OPT),
FUSE_OPT_KEY("max_read=", FUSE_OPT_KEY_KEEP),
FUSE_OPT_KEY("user=", KEY_MTAB_OPT),