diff options
author | neodarz <neodarz@neodarz.net> | 2018-03-20 09:24:58 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-03-20 09:24:58 +0100 |
commit | 94de735487bb76b8e1709304c234985b6b51de89 (patch) | |
tree | d8f206560a41603364be714183ade00411adc816 /cheat | |
parent | 4d5f8f60de2ffcf4f8634e4959ab413f3d3738ce (diff) | |
download | dotfiles_ascii-94de735487bb76b8e1709304c234985b6b51de89.tar.xz dotfiles_ascii-94de735487bb76b8e1709304c234985b6b51de89.zip |
Add executable authorisation when acl management
Diffstat (limited to 'cheat')
-rw-r--r-- | cheat/.cheat/acl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cheat/.cheat/acl b/cheat/.cheat/acl index cb2af48..615c093 100644 --- a/cheat/.cheat/acl +++ b/cheat/.cheat/acl @@ -1,2 +1,2 @@ # Modofy acl on a folder recusivly -setfacl -Rm u:neodarz:rw <dir> +setfacl -Rm u:neodarz:rxw <dir> |