Displaying 1 result from an estimated 1 matches for "stgid".
Did you mean:
setgid
2010 Oct 14
2
Dovecot chgrp actions on new files/folders
...those with an unknown 3rd party gid were used to seeing fchown()
failures and those will now go away. It is only this third group that
will see anything change as all other cases are already handled. Anyone
who wishes to create new files with another group ID should make their
directories sgid or stgid as per normal filesystem ACL semantics. The
original net effect of this only turns on an fchown() that will fail and
emit numerous error messages. This patch fixes that. Technically the
fchown is unneccessary extra code already since any directory that is
sgid or stgid will have ownership enforc...