committed by
Jason A. Donenfeld
parent
da61947ec3
commit
80ef2a42e6
@@ -26,4 +26,4 @@ func SddlToSecurityDescriptor(sddl string) ([]byte, error) {
|
||||
sd := make([]byte, getSecurityDescriptorLength(sdBuffer))
|
||||
copy(sd, (*[0xffff]byte)(unsafe.Pointer(sdBuffer))[:len(sd)])
|
||||
return sd, nil
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user