Skip to content

Instantly share code, notes, and snippets.

@stansidel
Last active May 17, 2016 06:29
Show Gist options
  • Save stansidel/0192c376721e0fbfee19895117b5ebc6 to your computer and use it in GitHub Desktop.
Save stansidel/0192c376721e0fbfee19895117b5ebc6 to your computer and use it in GitHub Desktop.
Setting correct ACLs for a private directory under BitTorrent Sync
# See https://www.thomaskeller.biz/blog/2011/06/04/acls-on-mac-os-x/
$ cd ~/bittorrent
$ mkdir private
$ chmod -R +a '<username> allow read,write,delete,add_file,add_subdirectory,file_inherit,directory_inherit' private
$ chmod -R +a# 1 'everyone deny read,write,delete,add_file,add_subdirectory,file_inherit,directory_inherit' private
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment