1
0
mirror of https://github.com/golang/go synced 2024-11-17 12:34:46 -07:00
go/src
Jason A. Donenfeld 049c8dbfdb syscall: allow setting security attributes on processes
This allows creating processes that can only be debugged/accessed by
certain tokens, according to a particular security descriptor. We
already had everything ready for this but just neglected to pass through
the value from the user-accessible SysProcAttr.

Change-Id: I4a3fcc9f5078aa0058b26c103355c984093ae03f
Reviewed-on: https://go-review.googlesource.com/c/go/+/174197
Run-TryBot: Jason Donenfeld <Jason@zx2c4.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
2019-04-28 05:44:03 +00:00
..
archive
bufio
builtin
bytes bytes, internal/bytealg: simplify Equal 2019-04-24 00:56:36 +00:00
cmd cmd/go/internal/renameio: use ERROR_ACCESS_DENIED to check for errors 2019-04-28 03:20:38 +00:00
compress
container
context
crypto crypto/tls: fix a minor MAC vs padding leak 2019-04-16 23:10:02 +00:00
database/sql database/sql: add NullInt32 2019-04-26 21:54:41 +00:00
debug
encoding encoding/json: document HTML escaping in Compact 2019-04-23 14:22:20 +00:00
errors
expvar
flag
fmt
go go/internal/gccgoimporter: revise previous anonymous field fix. 2019-04-24 19:36:29 +00:00
hash
html
image
index/suffixarray
internal bytes, internal/bytealg: simplify Equal 2019-04-24 00:56:36 +00:00
io
log
math math: consolidate assembly stub implementations 2019-04-23 14:50:16 +00:00
mime
net net/url: document, test that PathEscape escapes / to %2F 2019-04-26 13:52:08 +00:00
os os: disable the use of netpoll on directories as well on *BSDs 2019-04-19 19:24:47 +00:00
path
plugin
reflect
regexp
runtime runtime, syscall: address vet errors in openbsd/arm64 assembly 2019-04-27 18:05:25 +00:00
sort
strconv all: update to Unicode 11 2019-04-25 20:33:22 +00:00
strings
sync sync: update comment 2019-04-19 16:15:36 +00:00
syscall syscall: allow setting security attributes on processes 2019-04-28 05:44:03 +00:00
testdata
testing testing: fix minor bug with mutex profile error message 2019-04-24 19:48:39 +00:00
text
time time: fix misleading error with the leading zero format 2019-04-26 14:01:55 +00:00
unicode all: update to Unicode 11 2019-04-25 20:33:22 +00:00
unsafe
vendor vendor: pull in text@v0.3.2 2019-04-26 19:27:51 +00:00
all.bash
all.bat
all.rc
bootstrap.bash bootstrap.bash: preserve file times when copying 2019-04-27 14:36:00 +00:00
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
go.mod vendor: pull in text@v0.3.2 2019-04-26 19:27:51 +00:00
go.sum vendor: pull in text@v0.3.2 2019-04-26 19:27:51 +00:00
iostest.bash
make.bash cmd/go: add env -w and env -u to set and unset default env vars 2019-04-23 00:58:08 +00:00
make.bat cmd/go: add env -w and env -u to set and unset default env vars 2019-04-23 00:58:08 +00:00
Make.dist
make.rc cmd/go: add env -w and env -u to set and unset default env vars 2019-04-23 00:58:08 +00:00
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc