summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-02-02 18:24:29 +0000
committerpjd <pjd@FreeBSD.org>2004-02-02 18:24:29 +0000
commitaab2ee19bb8b542a528c396f18ccc604fb3f83a2 (patch)
tree84a1efc09e305495cf5ed79e586bac55a40cd478 /sys
parent0cd813cbbafa911864d17971a4d1b76d9f762f0e (diff)
downloadFreeBSD-src-aab2ee19bb8b542a528c396f18ccc604fb3f83a2.zip
FreeBSD-src-aab2ee19bb8b542a528c396f18ccc604fb3f83a2.tar.gz
Added flag MNT_USER to MNT_UPDATEMASK, it will be used for detecting
file systems mounted by unprivileged users. Reviewed by: rwatson Approved by: scottl (mentor) MFC after: 3 days
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