-
Notifications
You must be signed in to change notification settings - Fork 822
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
Setfacl: Operation not permitted #4162
Comments
That is part of the gist when I try the 3rd command |
This is a duplicate of #2750 |
It's a shame this hasn't been implemented yet as it blocks so many workflows! |
/dupe #2750 |
Hi! We've identified this issue as a duplicate of another one that already exists in this repository. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
Steps to reproduce:
a. HTTPDUSER=$(ps axo user,comm | grep -E '[a]pache|[h]ttpd|[_]www|[w]ww-data|[n]ginx' | grep -v root | head -1 | cut -d\ -f1)
b. sudo setfacl -dR -m u:"$HTTPDUSER":rwX -m u:$(whoami):rwX filename.text
c. sudo setfacl -R -m u:"$HTTPDUSER":rwX -m u:$(whoami):rwX filename.text
running command c. gives an operation not supported error.
WSL Version: 2
Windows version: Windows 10 Insider Preview Build 18917
Linux version: Ubuntu 18.04
The text was updated successfully, but these errors were encountered: