Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145035930
D3502.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
466 B
Referenced Files
None
Subscribers
None
D3502.diff
View Options
Index: head/sys/fs/nfs/nfs_commonacl.c
===================================================================
--- head/sys/fs/nfs/nfs_commonacl.c
+++ head/sys/fs/nfs/nfs_commonacl.c
@@ -347,6 +347,8 @@
acemask |= NFSV4ACE_WRITEACL;
if (ace->ae_perm & ACL_WRITE_OWNER)
acemask |= NFSV4ACE_WRITEOWNER;
+ if (ace->ae_perm & ACL_SYNCHRONIZE)
+ acemask |= NFSV4ACE_SYNCHRONIZE;
} else {
if (ace->ae_perm & ACL_READ_DATA)
acemask |= NFSV4ACE_READDATA;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 16, 6:56 AM (4 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28770550
Default Alt Text
D3502.diff (466 B)
Attached To
Mode
D3502: Fix trivial ACLs on directories exported via NFSv4.
Attached
Detach File
Event Timeline
Log In to Comment