Fixed mounting with a SLinux context (from Fedora #502946)
parent
e40c942f3a
commit
b7fbd01ccd
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue