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
This commit is contained in:
parent
8dfe84c2fb
commit
43a55a72ef
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user