golang/go

x/sys/windows/registry: way to get ACL

Open

#26,828 opened on Aug 6, 2018

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Go (19,008 forks)batch import
FeatureRequestNeedsInvestigationOS-Windowshelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Please answer these questions before submitting your issue. Thanks!

What version of Go are you using (go version)?

Go 1.10.3

Does this issue reproduce with the latest release?

What operating system and processor architecture are you using (go env)?

GOHOSTARCH=amd64 GOHOSTOS=windows

What did you do?

Using registry package to access the registry keys, values and their ACLs

If possible, provide a recipe for reproducing the error. A complete runnable program is good. A link on play.golang.org is best.

What did you expect to see?

NA

What did you see instead?

NA

Contributor guide