reject ACLs with DESC_DACL_PROTECTED on GPFS
authorChristian Ambach <christian.ambach@de.ibm.com>
Thu, 9 Jul 2009 12:45:23 +0000 (14:45 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 28 Jul 2009 12:40:03 +0000 (14:40 +0200)
commit460168e6ca73b91dac7771e615551c4e798f31a3
tree64ccb6c7e44f265d30f932a0488156364ec9c82e
parentde78566957518ef4327f7fede6337808655d437f
reject ACLs with DESC_DACL_PROTECTED on GPFS

as GPFS does not support the ACE4_FLAG_NO_PROPAGATE NFSv4 flag (which would be the mapping for the DESC_DACL_PROTECTED flag), the status of this flag is currently silently ignored by Samba. That means that if you deselect the "Allow inheritable permissions..." checkbox in Windows' ACL dialog and then apply the ACL, the flag will be back immediately.

To make sure that automatic migration with e.g. robocopy does not lead to ACLs silently (and unintentionally) changed, this patch adds an explicit check for this flag and if set, it will return NT_STATUS_NOT_SUPPORTED so errors are shown up on the Windows side and the Administrator is aware of the ACLs not being settable like intended

Signed-off-by: Christian Ambach <christian.ambach@de.ibm.com>
source/modules/vfs_gpfs.c