How to set ACL to a folder similar to Safari.app?
ls -lde /Applications/Safari.app/
drwxr-xr-x@ 3 root wheel 102 Jun 22 13:25 /Applications/Safari.app/
0: group:everyone deny delete
I have tried using :
sudo chmod -R +a "group:everyone deny delete" /Applications/xyz
ls -lde xyz
drwxr-xr-x+ 2 root admin 68 Oct 13 16:26 xyz
0: group:everyone deny delete
but I am still able to delete the folder xyz.
Any help will be appreciable.