The patch below fixes a bug that manifested in "ls -al" displaying a plus
sign on every directory exported via NFSv4 with NFSv4 ACLs enabled.
No idea why this particular bit - ACL_SYNCHRONIZE - was missing for the
VDIR case.
Differential D3502
Fix trivial ACLs on directories exported via NFSv4. trasz on Aug 27 2015, 9:03 AM. Authored by Tags None Referenced Files
Subscribers
Details The patch below fixes a bug that manifested in "ls -al" displaying a plus No idea why this particular bit - ACL_SYNCHRONIZE - was missing for the
Diff Detail
Event TimelineComment Actions Looks fine to me, although I'll admit I have no idea what "SYNCHRONIZE" Comment Actions It is a Windows thing, and it's ignored in FreeBSD. Still - it is included in !VDIR, and not included in VDIR; do you remember why it's so? Compatibility with some other implementation, perhaps? Comment Actions I don't recall. I suspect I believed that it didn't apply to directories for some |