Skip to content

Instantly share code, notes, and snippets.

@jakzal
Created February 10, 2012 17:33
Show Gist options
  • Save jakzal/1791121 to your computer and use it in GitHub Desktop.
Save jakzal/1791121 to your computer and use it in GitHub Desktop.
Symfony2 permission fix
#/bin/sh
setfacl -R -m u:apache:rwx app/cache app/logs
setfacl -R -d -m u:apache:rwx app/cache app/logs
setfacl -R -m u:kuba:rwx app/cache app/logs
setfacl -R -d -m u:kuba:rwx app/cache app/logs
setfacl -R -m mask:rwx app/cache app/logs
setfacl -R -d -m mask:rwx app/cache app/logs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment