commit | 0d9df52791630c612e0b2feaa34e6856d9ad75bf | [log] [tgz] |
---|---|---|
author | Florian Lehner <dev@der-flo.net> | Wed Jan 03 21:27:29 2024 +0100 |
committer | Gopher Robot <gobot@golang.org> | Mon Jan 08 20:16:52 2024 +0000 |
tree | f3cd58bbac9d0ed283f0aa6440241429a939f266 | |
parent | 0829ab15b6946f47c40012db2e0c04772730317d [diff] |
unix: add more SECCOMP constants Update the SECCOMP regex to fetch more SECCOMP constants. Change-Id: I192ff7cb11fc38f0b0f08d6cba0a4f8649f9775e Reviewed-on: https://go-review.googlesource.com/c/sys/+/553776 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Matthew Dempsky <mdempsky@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Matt Layher <mdlayher@gmail.com>
This repository holds supplemental Go packages for low-level interactions with the operating system.
The easiest way to install is to run go get -u golang.org/x/sys
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/sys
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the sys repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/sys:” in the subject line, so it is easy to find.