1VFS_SYNCOPS(8) System Administration tools VFS_SYNCOPS(8)
2
3
4
6 vfs_linux_xfs_sgid
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 that still exists: Under certain circumstances the SGID bit is not
16 inherited (http://oss.sgi.com/bugzilla/show_bug.cgi?id=280). The
17 vfs_linux_xfs_sgid VFS module will work around this bug by manually
18 setting the SGID bit after a mkdir if the parent directory had the SGID
19 bit set.
20
21 This module is stackable.
22
24 Add syncops functionality for [share]:
25
26 [share]
27 vfs objects = linux_xfs_sgid
28
30 This man page is correct for version 4.1.0 of the Samba suite.
31
33 The original Samba software and related utilities were created by
34 Andrew Tridgell. Samba is now developed by the Samba Team as an Open
35 Source project similar to the way the Linux kernel is developed.
36
37
38
39Samba 4.2 06/19/2018 VFS_SYNCOPS(8)