I'm struggling with ACLs on Linux. In my setup, I need to inherit both setgid bit and my ACLs when creating new directories. The ACLs are inherited as expected. The new directory has got all ACLs the parent directory has. Unfortunately, the setgid bit is not inherited to the new subfolder. Has anyone came across that issue? Might it be default Linux behavior?
Cheers, flip