I have created a NFS export in a GPFS/SpectrumScale filesystem I created. I have enabled AD based authentication with our domain. Everything works. The NFS export was created with NFS4.
The NFS export is mounted on some linux VMs. The problem is that when a user runs sudo they can access all the folders and change permissions on files/folders regardless of what the ACL allows.
Is there a way to prevent root from overriding the ACL?
In GPFS I set the NFS export with ROOT_SQUASH
thinking that would do it but I am still able to change permissions when I sudo with a test account that does not have domain admin rights.