summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/mount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h
index 5ebf578..01dbaf1 100644
--- a/sys/sys/mount.h
+++ b/sys/sys/mount.h
@@ -244,7 +244,7 @@ struct mount {
MNT_NOATIME | \
MNT_NOSYMFOLLOW | MNT_IGNORE | MNT_JAILDEVFS | \
MNT_NOCLUSTERR | MNT_NOCLUSTERW | MNT_SUIDDIR | \
- MNT_ACLS )
+ MNT_ACLS | MNT_USER)
/*
* External filesystem command modifier flags.
OpenPOWER on IntegriCloud