Skip to content

Instantly share code, notes, and snippets.

@catchamonkey
Created October 24, 2012 11:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save catchamonkey/3945575 to your computer and use it in GitHub Desktop.
Save catchamonkey/3945575 to your computer and use it in GitHub Desktop.
Fedora setfacl within a Symfony project for cache and log dirs
sudo setfacl -R -m u:apache:rwx -m u:`whoami`:rwx app/cache app/logs
sudo setfacl -dR -m u:apache:rwx -m u:`whoami`:rwx app/cache app/logs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment