Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to set ACL using sudo #14

Open
moroine opened this issue Jan 5, 2017 · 1 comment
Open

Add option to set ACL using sudo #14

moroine opened this issue Jan 5, 2017 · 1 comment

Comments

@moroine
Copy link

moroine commented Jan 5, 2017

Hi,

I've a symfony application on my server. I want to set ACL on some directories to grant both ubuntu (deployer) and www-data (application) users.

The problem is that www-data create some files in those directories, making deploy:set_permissions:acl not working as ubuntu is not the owner of that files...

I wanted to know if it's possible to use deploy:set_permissions:acl with a sudo priviledge to ignore the file owner.

@emkookmer
Copy link

Might I suggest not only setfacl but also for chown, chgrp & chmod

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants