elastic / go-resource

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement file permissions management in Windows

jsoriano opened this issue · comments

Current file permissions management is based on file modes, that is a POSIX concept. Go does between nothing and a best-effort when using these operations in Windows.

Windows has the concept of ACLs, that we could use to provide a similar layer of permissions management.