1VFS_SYNCOPS(8) System Administration tools VFS_SYNCOPS(8)
2
3
4
6 vfs_linux_xfs_sgid - Workaround XFS sgid bit not inherited
7
9 vfs objects = linux_xfs_sgid
10
12 This VFS module is part of the samba(7) suite.
13
14 vfs_linux_xfs_sgid is a VFS module to work around an old Linux XFS bug
15 fixed in 3.11: the SGID bit is not inherited during mkdir when a
16 default ACL is set
17 (https://web.archive.org/web/20160320180937/http://oss.sgi.com/bugzilla/show_bug.cgi?id=280
18 fixed by
19 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=42c49d7f249c2487f36d3314753d5d8ebcee8249).
20 The vfs_linux_xfs_sgid VFS module will work around this bug by manually
21 setting the SGID bit after a mkdir if the parent directory had the SGID
22 bit set.
23
24 This module is stackable.
25
27 Add syncops functionality for [share]:
28
29 [share]
30 vfs objects = linux_xfs_sgid
31
33 This man page is part of version 4.13.7 of the Samba suite.
34
36 The original Samba software and related utilities were created by
37 Andrew Tridgell. Samba is now developed by the Samba Team as an Open
38 Source project similar to the way the Linux kernel is developed.
39
40
41
42Samba 4.13.7 03/25/2021 VFS_SYNCOPS(8)