From b7fbd01ccd838c6acec19a4e7d897c6ccbf33cb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Pierre=20Andr=C3=A9?= Date: Fri, 1 Oct 2010 10:43:31 +0200 Subject: [PATCH] Fixed mounting with a SLinux context (from Fedora #502946) --- libfuse-lite/mount.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libfuse-lite/mount.c b/libfuse-lite/mount.c index 0bb3aee5..07f5ead2 100644 --- a/libfuse-lite/mount.c +++ b/libfuse-lite/mount.c @@ -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),