Go to file
Harrison 3af3aef9b8
Merge pull request #3 from HarrisonWAffel/remove-2019-ci
2025-06-06 11:49:42 -04:00
.github remove 2019 CI 2025-06-06 11:05:25 -04:00
pkg Ensure that BuiltinAdministrators also have access to files chmod'd by LOCAL_SYSTEM 2024-09-24 11:11:12 -04:00
src Ensure that BuiltinAdministrators also have access to files chmod'd by LOCAL_SYSTEM 2024-09-24 11:11:12 -04:00
.gitattributes
.gitignore
.golangci.json Ensure that BuiltinAdministrators also have access to files chmod'd by LOCAL_SYSTEM 2024-09-24 11:11:12 -04:00
CODEOWNERS
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MAINTAINERS.md
README.md
go.mod Ensure that BuiltinAdministrators also have access to files chmod'd by LOCAL_SYSTEM 2024-09-24 11:11:12 -04:00
go.sum

README.md

permissions

A Go library for manipulating ACL permissions in a platform-agnostic way (Linux or Windows).

How is this different from hectane/go-acl?

This project was inspired by hectane/go-acl, but it has been updated to a newer Go version.

As a result, it uses the primitives from golang.org/x/sys/windows instead of defining them in the api package.