go.mod: update images to 0.11
Mainly to include: - distro/rhel9: Make /boot 600 MiB big on RHEL 9.3+ - fedora: exclude sdubby - Minimal image builds Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
edc45fde72
commit
19edaca01a
213 changed files with 4113 additions and 3823 deletions
20
go.mod
20
go.mod
|
|
@ -12,7 +12,7 @@ require (
|
||||||
github.com/Azure/go-autorest/autorest v0.11.29
|
github.com/Azure/go-autorest/autorest v0.11.29
|
||||||
github.com/Azure/go-autorest/autorest/azure/auth v0.5.12
|
github.com/Azure/go-autorest/autorest/azure/auth v0.5.12
|
||||||
github.com/BurntSushi/toml v1.3.2
|
github.com/BurntSushi/toml v1.3.2
|
||||||
github.com/aws/aws-sdk-go v1.45.17
|
github.com/aws/aws-sdk-go v1.45.24
|
||||||
github.com/coreos/go-semver v0.3.1
|
github.com/coreos/go-semver v0.3.1
|
||||||
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f
|
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f
|
||||||
github.com/deepmap/oapi-codegen v1.8.2
|
github.com/deepmap/oapi-codegen v1.8.2
|
||||||
|
|
@ -31,19 +31,19 @@ require (
|
||||||
github.com/labstack/gommon v0.4.0
|
github.com/labstack/gommon v0.4.0
|
||||||
github.com/openshift-online/ocm-sdk-go v0.1.371
|
github.com/openshift-online/ocm-sdk-go v0.1.371
|
||||||
github.com/oracle/oci-go-sdk/v54 v54.0.0
|
github.com/oracle/oci-go-sdk/v54 v54.0.0
|
||||||
github.com/osbuild/images v0.7.0
|
github.com/osbuild/images v0.11.0
|
||||||
github.com/prometheus/client_golang v1.16.0
|
github.com/prometheus/client_golang v1.16.0
|
||||||
github.com/segmentio/ksuid v1.0.4
|
github.com/segmentio/ksuid v1.0.4
|
||||||
github.com/sirupsen/logrus v1.9.3
|
github.com/sirupsen/logrus v1.9.3
|
||||||
github.com/spf13/cobra v1.7.0
|
github.com/spf13/cobra v1.7.0
|
||||||
github.com/stretchr/testify v1.8.4
|
github.com/stretchr/testify v1.8.4
|
||||||
github.com/ubccr/kerby v0.0.0-20170626144437-201a958fc453
|
github.com/ubccr/kerby v0.0.0-20170626144437-201a958fc453
|
||||||
github.com/vmware/govmomi v0.31.0
|
github.com/vmware/govmomi v0.32.0
|
||||||
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63
|
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63
|
||||||
golang.org/x/oauth2 v0.12.0
|
golang.org/x/oauth2 v0.13.0
|
||||||
golang.org/x/sync v0.3.0
|
golang.org/x/sync v0.3.0
|
||||||
golang.org/x/sys v0.12.0
|
golang.org/x/sys v0.13.0
|
||||||
google.golang.org/api v0.143.0
|
google.golang.org/api v0.145.0
|
||||||
)
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
|
|
@ -164,10 +164,10 @@ require (
|
||||||
go.mongodb.org/mongo-driver v1.11.3 // indirect
|
go.mongodb.org/mongo-driver v1.11.3 // indirect
|
||||||
go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352 // indirect
|
go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352 // indirect
|
||||||
go.opencensus.io v0.24.0 // indirect
|
go.opencensus.io v0.24.0 // indirect
|
||||||
golang.org/x/crypto v0.13.0 // indirect
|
golang.org/x/crypto v0.14.0 // indirect
|
||||||
golang.org/x/mod v0.12.0 // indirect
|
golang.org/x/mod v0.12.0 // indirect
|
||||||
golang.org/x/net v0.15.0 // indirect
|
golang.org/x/net v0.16.0 // indirect
|
||||||
golang.org/x/term v0.12.0 // indirect
|
golang.org/x/term v0.13.0 // indirect
|
||||||
golang.org/x/text v0.13.0 // indirect
|
golang.org/x/text v0.13.0 // indirect
|
||||||
golang.org/x/time v0.3.0 // indirect
|
golang.org/x/time v0.3.0 // indirect
|
||||||
golang.org/x/tools v0.12.1-0.20230815132531-74c255bcf846 // indirect
|
golang.org/x/tools v0.12.1-0.20230815132531-74c255bcf846 // indirect
|
||||||
|
|
@ -176,7 +176,7 @@ require (
|
||||||
google.golang.org/genproto v0.0.0-20230913181813-007df8e322eb // indirect
|
google.golang.org/genproto v0.0.0-20230913181813-007df8e322eb // indirect
|
||||||
google.golang.org/genproto/googleapis/api v0.0.0-20230913181813-007df8e322eb // indirect
|
google.golang.org/genproto/googleapis/api v0.0.0-20230913181813-007df8e322eb // indirect
|
||||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20230920204549-e6e6cdab5c13 // indirect
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230920204549-e6e6cdab5c13 // indirect
|
||||||
google.golang.org/grpc v1.57.0 // indirect
|
google.golang.org/grpc v1.58.2 // indirect
|
||||||
google.golang.org/protobuf v1.31.0 // indirect
|
google.golang.org/protobuf v1.31.0 // indirect
|
||||||
gopkg.in/go-jose/go-jose.v2 v2.6.1 // indirect
|
gopkg.in/go-jose/go-jose.v2 v2.6.1 // indirect
|
||||||
gopkg.in/ini.v1 v1.67.0 // indirect
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
||||||
|
|
|
||||||
40
go.sum
40
go.sum
|
|
@ -98,8 +98,8 @@ github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk5
|
||||||
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw=
|
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw=
|
||||||
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so=
|
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so=
|
||||||
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw=
|
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw=
|
||||||
github.com/aws/aws-sdk-go v1.45.17 h1:EclP31IdsIVaHNgIlUtvFIDuyFUtTCa9oYthZmGlZ1U=
|
github.com/aws/aws-sdk-go v1.45.24 h1:TZx/CizkmCQn8Rtsb11iLYutEQVGK5PK9wAhwouELBo=
|
||||||
github.com/aws/aws-sdk-go v1.45.17/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI=
|
github.com/aws/aws-sdk-go v1.45.24/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI=
|
||||||
github.com/aymerick/douceur v0.2.0 h1:Mv+mAeH1Q+n9Fr+oyamOlAkUNPWPlA8PPGR0QAaYuPk=
|
github.com/aymerick/douceur v0.2.0 h1:Mv+mAeH1Q+n9Fr+oyamOlAkUNPWPlA8PPGR0QAaYuPk=
|
||||||
github.com/aymerick/douceur v0.2.0/go.mod h1:wlT5vV2O3h55X9m7iVYN0TBM0NH/MmbLnd30/FjWUq4=
|
github.com/aymerick/douceur v0.2.0/go.mod h1:wlT5vV2O3h55X9m7iVYN0TBM0NH/MmbLnd30/FjWUq4=
|
||||||
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
|
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
|
||||||
|
|
@ -578,8 +578,8 @@ github.com/openshift-online/ocm-sdk-go v0.1.371 h1:9/VPu3YZG1XxSwno81UWbOGFlr1fJ
|
||||||
github.com/openshift-online/ocm-sdk-go v0.1.371/go.mod h1:KYOw8kAKAHyPrJcQoVR82CneQ4ofC02Na4cXXaTq4Nw=
|
github.com/openshift-online/ocm-sdk-go v0.1.371/go.mod h1:KYOw8kAKAHyPrJcQoVR82CneQ4ofC02Na4cXXaTq4Nw=
|
||||||
github.com/oracle/oci-go-sdk/v54 v54.0.0 h1:CDLjeSejv2aDpElAJrhKpi6zvT/zhZCZuXchUUZ+LS4=
|
github.com/oracle/oci-go-sdk/v54 v54.0.0 h1:CDLjeSejv2aDpElAJrhKpi6zvT/zhZCZuXchUUZ+LS4=
|
||||||
github.com/oracle/oci-go-sdk/v54 v54.0.0/go.mod h1:+t+yvcFGVp+3ZnztnyxqXfQDsMlq8U25faBLa+mqCMc=
|
github.com/oracle/oci-go-sdk/v54 v54.0.0/go.mod h1:+t+yvcFGVp+3ZnztnyxqXfQDsMlq8U25faBLa+mqCMc=
|
||||||
github.com/osbuild/images v0.7.0 h1:ZYRnjriW734sQt2FWROVze4oEFM/pD2nAss5mE/CWwo=
|
github.com/osbuild/images v0.11.0 h1:oanmis+PPXm8A8yDyxmccyce9NuGav9Q9R6ZEqBfsm4=
|
||||||
github.com/osbuild/images v0.7.0/go.mod h1:qQeyRP2cjKLusNtaFKPeheHlCdvpenlz5as+/W5u4Ss=
|
github.com/osbuild/images v0.11.0/go.mod h1:4Ab98j7Oc1OBUnXCN53zvtYukv5fKYmmKmGR9LHP4K8=
|
||||||
github.com/pelletier/go-toml v1.7.0/go.mod h1:vwGMzjaWMwyfHwgIBhI2YUM4fB6nL6lVAvS1LBMMhTE=
|
github.com/pelletier/go-toml v1.7.0/go.mod h1:vwGMzjaWMwyfHwgIBhI2YUM4fB6nL6lVAvS1LBMMhTE=
|
||||||
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 h1:KoWmjvw+nsYOo29YJK9vDA65RGE3NrOnUtO7a+RF9HU=
|
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 h1:KoWmjvw+nsYOo29YJK9vDA65RGE3NrOnUtO7a+RF9HU=
|
||||||
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
|
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
|
||||||
|
|
@ -699,8 +699,8 @@ github.com/vbauerster/mpb/v8 v8.6.1 h1:XbBpIbJxJOO9yMcKPpI4oEFPW6tLAptefNQJNcGWr
|
||||||
github.com/vbauerster/mpb/v8 v8.6.1/go.mod h1:S0tuIjikxlLxCeNijNhwAuD/BB3UE/d2nygG8SOldk0=
|
github.com/vbauerster/mpb/v8 v8.6.1/go.mod h1:S0tuIjikxlLxCeNijNhwAuD/BB3UE/d2nygG8SOldk0=
|
||||||
github.com/vmihailenco/msgpack/v5 v5.3.5 h1:5gO0H1iULLWGhs2H5tbAHIZTV8/cYafcFOr9znI5mJU=
|
github.com/vmihailenco/msgpack/v5 v5.3.5 h1:5gO0H1iULLWGhs2H5tbAHIZTV8/cYafcFOr9znI5mJU=
|
||||||
github.com/vmihailenco/tagparser/v2 v2.0.0 h1:y09buUbR+b5aycVFQs/g70pqKVZNBmxwAhO7/IwNM9g=
|
github.com/vmihailenco/tagparser/v2 v2.0.0 h1:y09buUbR+b5aycVFQs/g70pqKVZNBmxwAhO7/IwNM9g=
|
||||||
github.com/vmware/govmomi v0.31.0 h1:+NC7le8yeXj7f4YUC841jgdWsehN7A3ivqLxm79eKyo=
|
github.com/vmware/govmomi v0.32.0 h1:Rsdi/HAX5Ebf9Byp/FvBir4sfM7yP5DBUeRlbC6vLBo=
|
||||||
github.com/vmware/govmomi v0.31.0/go.mod h1:JA63Pg0SgQcSjk+LuPzjh3rJdcWBo/ZNCIwbb1qf2/0=
|
github.com/vmware/govmomi v0.32.0/go.mod h1:JA63Pg0SgQcSjk+LuPzjh3rJdcWBo/ZNCIwbb1qf2/0=
|
||||||
github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI=
|
github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI=
|
||||||
github.com/xdg-go/scram v1.0.2/go.mod h1:1WAq6h33pAW+iRreB34OORO2Nf7qel3VV3fjBj+hCSs=
|
github.com/xdg-go/scram v1.0.2/go.mod h1:1WAq6h33pAW+iRreB34OORO2Nf7qel3VV3fjBj+hCSs=
|
||||||
github.com/xdg-go/scram v1.1.1/go.mod h1:RaEWvsqvNKKvBPvcKeFjrG2cJqOkHTiyTpzz23ni57g=
|
github.com/xdg-go/scram v1.1.1/go.mod h1:RaEWvsqvNKKvBPvcKeFjrG2cJqOkHTiyTpzz23ni57g=
|
||||||
|
|
@ -765,8 +765,8 @@ golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0
|
||||||
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
|
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
|
||||||
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
|
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
|
||||||
golang.org/x/crypto v0.6.0/go.mod h1:OFC/31mSvZgRz0V1QTNCzfAI1aIRzbiufJtkMIlEp58=
|
golang.org/x/crypto v0.6.0/go.mod h1:OFC/31mSvZgRz0V1QTNCzfAI1aIRzbiufJtkMIlEp58=
|
||||||
golang.org/x/crypto v0.13.0 h1:mvySKfSWJ+UKUii46M40LOvyWfN0s2U+46/jDd0e6Ck=
|
golang.org/x/crypto v0.14.0 h1:wBqGXzWJW6m1XrIKlAH0Hs1JJ7+9KBwnIO8v66Q9cHc=
|
||||||
golang.org/x/crypto v0.13.0/go.mod h1:y6Z2r+Rw4iayiXXAIxJIDAJ1zMW4yaTpebo8fPOliYc=
|
golang.org/x/crypto v0.14.0/go.mod h1:MVFd36DqK4CsrnJYDkBA3VC4m2GkXAM0PvzMCn4JQf4=
|
||||||
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
|
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
|
||||||
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
|
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
|
||||||
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8=
|
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8=
|
||||||
|
|
@ -849,16 +849,16 @@ golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4/go.mod h1:CfG3xpIq0wQ8r1q4Su
|
||||||
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
|
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
|
||||||
golang.org/x/net v0.1.0/go.mod h1:Cx3nUiGt4eDBEyega/BKRp+/AlGL8hYe7U9odMt2Cco=
|
golang.org/x/net v0.1.0/go.mod h1:Cx3nUiGt4eDBEyega/BKRp+/AlGL8hYe7U9odMt2Cco=
|
||||||
golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
|
golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
|
||||||
golang.org/x/net v0.15.0 h1:ugBLEUaxABaB5AJqW9enI0ACdci2RUd4eP51NTBvuJ8=
|
golang.org/x/net v0.16.0 h1:7eBu7KsSvFDtSXUIDbh3aqlK4DPsZ1rByC8PFfBThos=
|
||||||
golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk=
|
golang.org/x/net v0.16.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
|
||||||
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
|
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
|
||||||
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
|
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
|
||||||
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
|
||||||
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
|
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
|
||||||
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
|
||||||
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A=
|
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A=
|
||||||
golang.org/x/oauth2 v0.12.0 h1:smVPGxink+n1ZI5pkQa8y6fZT0RW0MgCO5bFpepy4B4=
|
golang.org/x/oauth2 v0.13.0 h1:jDDenyj+WgFtmV3zYVoi8aE2BwtXFLWOA67ZfNWftiY=
|
||||||
golang.org/x/oauth2 v0.12.0/go.mod h1:A74bZ3aGXgCY0qaIC9Ahg6Lglin4AMAco8cIv9baba4=
|
golang.org/x/oauth2 v0.13.0/go.mod h1:/JMhi4ZRXAf4HG9LiNmxvk+45+96RUlVThiH8FzNBn0=
|
||||||
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
||||||
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
||||||
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
||||||
|
|
@ -940,15 +940,15 @@ golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBc
|
||||||
golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.12.0 h1:CM0HF96J0hcLAwsHPJZjfdNzs0gftsLfgKt57wWHJ0o=
|
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
|
||||||
golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw=
|
golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw=
|
||||||
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
|
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
|
||||||
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
|
||||||
golang.org/x/term v0.1.0/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
|
golang.org/x/term v0.1.0/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
|
||||||
golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k=
|
golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k=
|
||||||
golang.org/x/term v0.12.0 h1:/ZfYdc3zq+q02Rv9vGqTeSItdzZTSNDmfTi0mBAuidU=
|
golang.org/x/term v0.13.0 h1:bb+I9cTfFazGW51MZqBVmZy7+JEJMouUHTUSKVQLBek=
|
||||||
golang.org/x/term v0.12.0/go.mod h1:owVbMEjm3cBLCHdkQu9b1opXd4ETQWc3BhuQGKgXgvU=
|
golang.org/x/term v0.13.0/go.mod h1:LTmsnFJwVN6bCy1rVCoS+qHT1HhALEFxKncY3WNNh4U=
|
||||||
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
||||||
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
||||||
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
||||||
|
|
@ -1047,8 +1047,8 @@ google.golang.org/api v0.24.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0M
|
||||||
google.golang.org/api v0.28.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE=
|
google.golang.org/api v0.28.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE=
|
||||||
google.golang.org/api v0.29.0/go.mod h1:Lcubydp8VUV7KeIHD9z2Bys/sm/vGKnG1UHuDBSrHWM=
|
google.golang.org/api v0.29.0/go.mod h1:Lcubydp8VUV7KeIHD9z2Bys/sm/vGKnG1UHuDBSrHWM=
|
||||||
google.golang.org/api v0.30.0/go.mod h1:QGmEvQ87FHZNiUVJkT14jQNYJ4ZJjdRF23ZXz5138Fc=
|
google.golang.org/api v0.30.0/go.mod h1:QGmEvQ87FHZNiUVJkT14jQNYJ4ZJjdRF23ZXz5138Fc=
|
||||||
google.golang.org/api v0.143.0 h1:o8cekTkqhywkbZT6p1UHJPZ9+9uuCAJs/KYomxZB8fA=
|
google.golang.org/api v0.145.0 h1:kBjvf1A3/m30kUvnUX9jZJxTu3lJrpGFt5V/1YZrjwg=
|
||||||
google.golang.org/api v0.143.0/go.mod h1:FoX9DO9hT7DLNn97OuoZAGSDuNAXdJRuGK98rSUgurk=
|
google.golang.org/api v0.145.0/go.mod h1:OARJqIfoYjXJj4C1AiBSXYZt03qsoz8FQYU6fBEfrHM=
|
||||||
google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM=
|
google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM=
|
||||||
google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
|
google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
|
||||||
google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
|
google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
|
||||||
|
|
@ -1105,8 +1105,8 @@ google.golang.org/grpc v1.29.1/go.mod h1:itym6AZVZYACWQqET3MqgPpjcuV5QH3BxFS3Iji
|
||||||
google.golang.org/grpc v1.30.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak=
|
google.golang.org/grpc v1.30.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak=
|
||||||
google.golang.org/grpc v1.31.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak=
|
google.golang.org/grpc v1.31.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak=
|
||||||
google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv2fbc=
|
google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv2fbc=
|
||||||
google.golang.org/grpc v1.57.0 h1:kfzNeI/klCGD2YPMUlaGNT3pxvYfga7smW3Vth8Zsiw=
|
google.golang.org/grpc v1.58.2 h1:SXUpjxeVF3FKrTYQI4f4KvbGD5u2xccdYdurwowix5I=
|
||||||
google.golang.org/grpc v1.57.0/go.mod h1:Sd+9RMTACXwmub0zcNY2c4arhtrbBYD1AUHI/dt16Mo=
|
google.golang.org/grpc v1.58.2/go.mod h1:tgX3ZQDlNJGU96V6yHh1T/JeoBQ2TXdr43YbYSsCJk0=
|
||||||
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
|
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
|
||||||
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
|
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
|
||||||
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
|
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
|
||||||
|
|
|
||||||
584
vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go
generated
vendored
584
vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go
generated
vendored
|
|
@ -2572,21 +2572,81 @@ var awsPartition = partition{
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "eu-west-3",
|
Region: "eu-west-3",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "fips-us-east-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "appflow-fips.us-east-1.amazonaws.com",
|
||||||
|
CredentialScope: credentialScope{
|
||||||
|
Region: "us-east-1",
|
||||||
|
},
|
||||||
|
Deprecated: boxedTrue,
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "fips-us-east-2",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "appflow-fips.us-east-2.amazonaws.com",
|
||||||
|
CredentialScope: credentialScope{
|
||||||
|
Region: "us-east-2",
|
||||||
|
},
|
||||||
|
Deprecated: boxedTrue,
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "fips-us-west-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "appflow-fips.us-west-1.amazonaws.com",
|
||||||
|
CredentialScope: credentialScope{
|
||||||
|
Region: "us-west-1",
|
||||||
|
},
|
||||||
|
Deprecated: boxedTrue,
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "fips-us-west-2",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "appflow-fips.us-west-2.amazonaws.com",
|
||||||
|
CredentialScope: credentialScope{
|
||||||
|
Region: "us-west-2",
|
||||||
|
},
|
||||||
|
Deprecated: boxedTrue,
|
||||||
|
},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "sa-east-1",
|
Region: "sa-east-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "us-east-1",
|
Region: "us-east-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-east-1",
|
||||||
|
Variant: fipsVariant,
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "appflow-fips.us-east-1.amazonaws.com",
|
||||||
|
},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "us-east-2",
|
Region: "us-east-2",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-east-2",
|
||||||
|
Variant: fipsVariant,
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "appflow-fips.us-east-2.amazonaws.com",
|
||||||
|
},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "us-west-1",
|
Region: "us-west-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-west-1",
|
||||||
|
Variant: fipsVariant,
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "appflow-fips.us-west-1.amazonaws.com",
|
||||||
|
},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "us-west-2",
|
Region: "us-west-2",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-west-2",
|
||||||
|
Variant: fipsVariant,
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "appflow-fips.us-west-2.amazonaws.com",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"application-autoscaling": service{
|
"application-autoscaling": service{
|
||||||
|
|
@ -4408,6 +4468,118 @@ var awsPartition = partition{
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
"bedrock": service{
|
||||||
|
Endpoints: serviceEndpoints{
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-northeast-1",
|
||||||
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-southeast-1",
|
||||||
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "bedrock-ap-northeast-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "bedrock.ap-northeast-1.amazonaws.com",
|
||||||
|
CredentialScope: credentialScope{
|
||||||
|
Region: "ap-northeast-1",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "bedrock-ap-southeast-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "bedrock.ap-southeast-1.amazonaws.com",
|
||||||
|
CredentialScope: credentialScope{
|
||||||
|
Region: "ap-southeast-1",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "bedrock-fips-us-east-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "bedrock-fips.us-east-1.amazonaws.com",
|
||||||
|
CredentialScope: credentialScope{
|
||||||
|
Region: "us-east-1",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "bedrock-fips-us-west-2",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "bedrock-fips.us-west-2.amazonaws.com",
|
||||||
|
CredentialScope: credentialScope{
|
||||||
|
Region: "us-west-2",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "bedrock-runtime-ap-northeast-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "bedrock-runtime.ap-northeast-1.amazonaws.com",
|
||||||
|
CredentialScope: credentialScope{
|
||||||
|
Region: "ap-northeast-1",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "bedrock-runtime-ap-southeast-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "bedrock-runtime.ap-southeast-1.amazonaws.com",
|
||||||
|
CredentialScope: credentialScope{
|
||||||
|
Region: "ap-southeast-1",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "bedrock-runtime-fips-us-east-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "bedrock-runtime-fips.us-east-1.amazonaws.com",
|
||||||
|
CredentialScope: credentialScope{
|
||||||
|
Region: "us-east-1",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "bedrock-runtime-fips-us-west-2",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "bedrock-runtime-fips.us-west-2.amazonaws.com",
|
||||||
|
CredentialScope: credentialScope{
|
||||||
|
Region: "us-west-2",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "bedrock-runtime-us-east-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "bedrock-runtime.us-east-1.amazonaws.com",
|
||||||
|
CredentialScope: credentialScope{
|
||||||
|
Region: "us-east-1",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "bedrock-runtime-us-west-2",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "bedrock-runtime.us-west-2.amazonaws.com",
|
||||||
|
CredentialScope: credentialScope{
|
||||||
|
Region: "us-west-2",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "bedrock-us-east-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "bedrock.us-east-1.amazonaws.com",
|
||||||
|
CredentialScope: credentialScope{
|
||||||
|
Region: "us-east-1",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "bedrock-us-west-2",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "bedrock.us-west-2.amazonaws.com",
|
||||||
|
CredentialScope: credentialScope{
|
||||||
|
Region: "us-west-2",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-east-1",
|
||||||
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-west-2",
|
||||||
|
}: endpoint{},
|
||||||
|
},
|
||||||
|
},
|
||||||
"billingconductor": service{
|
"billingconductor": service{
|
||||||
PartitionEndpoint: "aws-global",
|
PartitionEndpoint: "aws-global",
|
||||||
IsRegionalized: boxedFalse,
|
IsRegionalized: boxedFalse,
|
||||||
|
|
@ -8007,6 +8179,185 @@ var awsPartition = partition{
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
"datazone": service{
|
||||||
|
Defaults: endpointDefaults{
|
||||||
|
defaultKey{}: endpoint{
|
||||||
|
DNSSuffix: "api.aws",
|
||||||
|
},
|
||||||
|
defaultKey{
|
||||||
|
Variant: fipsVariant,
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "{service}-fips.{region}.{dnsSuffix}",
|
||||||
|
DNSSuffix: "api.aws",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
Endpoints: serviceEndpoints{
|
||||||
|
endpointKey{
|
||||||
|
Region: "af-south-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.af-south-1.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-east-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.ap-east-1.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-northeast-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.ap-northeast-1.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-northeast-2",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.ap-northeast-2.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-northeast-3",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.ap-northeast-3.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-south-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.ap-south-1.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-south-2",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.ap-south-2.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-southeast-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.ap-southeast-1.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-southeast-2",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.ap-southeast-2.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-southeast-3",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.ap-southeast-3.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-southeast-4",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.ap-southeast-4.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ca-central-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.ca-central-1.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ca-central-1",
|
||||||
|
Variant: fipsVariant,
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone-fips.ca-central-1.amazonaws.com",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "eu-central-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.eu-central-1.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "eu-central-2",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.eu-central-2.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "eu-north-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.eu-north-1.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "eu-south-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.eu-south-1.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "eu-south-2",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.eu-south-2.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "eu-west-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.eu-west-1.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "eu-west-2",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.eu-west-2.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "eu-west-3",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.eu-west-3.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "il-central-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.il-central-1.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "me-central-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.me-central-1.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "me-south-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.me-south-1.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "sa-east-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.sa-east-1.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-east-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.us-east-1.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-east-1",
|
||||||
|
Variant: fipsVariant,
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone-fips.us-east-1.amazonaws.com",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-east-2",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.us-east-2.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-east-2",
|
||||||
|
Variant: fipsVariant,
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone-fips.us-east-2.amazonaws.com",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-west-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.us-west-1.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-west-2",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.us-west-2.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-west-2",
|
||||||
|
Variant: fipsVariant,
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone-fips.us-west-2.amazonaws.com",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
"dax": service{
|
"dax": service{
|
||||||
Endpoints: serviceEndpoints{
|
Endpoints: serviceEndpoints{
|
||||||
endpointKey{
|
endpointKey{
|
||||||
|
|
@ -11044,6 +11395,12 @@ var awsPartition = partition{
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "ca-central-1",
|
Region: "ca-central-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ca-central-1",
|
||||||
|
Variant: fipsVariant,
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "email-fips.ca-central-1.amazonaws.com",
|
||||||
|
},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "eu-central-1",
|
Region: "eu-central-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
|
@ -11062,6 +11419,15 @@ var awsPartition = partition{
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "eu-west-3",
|
Region: "eu-west-3",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "fips-ca-central-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "email-fips.ca-central-1.amazonaws.com",
|
||||||
|
CredentialScope: credentialScope{
|
||||||
|
Region: "ca-central-1",
|
||||||
|
},
|
||||||
|
Deprecated: boxedTrue,
|
||||||
|
},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "fips-us-east-1",
|
Region: "fips-us-east-1",
|
||||||
}: endpoint{
|
}: endpoint{
|
||||||
|
|
@ -11071,6 +11437,24 @@ var awsPartition = partition{
|
||||||
},
|
},
|
||||||
Deprecated: boxedTrue,
|
Deprecated: boxedTrue,
|
||||||
},
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "fips-us-east-2",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "email-fips.us-east-2.amazonaws.com",
|
||||||
|
CredentialScope: credentialScope{
|
||||||
|
Region: "us-east-2",
|
||||||
|
},
|
||||||
|
Deprecated: boxedTrue,
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "fips-us-west-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "email-fips.us-west-1.amazonaws.com",
|
||||||
|
CredentialScope: credentialScope{
|
||||||
|
Region: "us-west-1",
|
||||||
|
},
|
||||||
|
Deprecated: boxedTrue,
|
||||||
|
},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "fips-us-west-2",
|
Region: "fips-us-west-2",
|
||||||
}: endpoint{
|
}: endpoint{
|
||||||
|
|
@ -11101,9 +11485,21 @@ var awsPartition = partition{
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "us-east-2",
|
Region: "us-east-2",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-east-2",
|
||||||
|
Variant: fipsVariant,
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "email-fips.us-east-2.amazonaws.com",
|
||||||
|
},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "us-west-1",
|
Region: "us-west-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-west-1",
|
||||||
|
Variant: fipsVariant,
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "email-fips.us-west-1.amazonaws.com",
|
||||||
|
},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "us-west-2",
|
Region: "us-west-2",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
|
@ -14271,6 +14667,9 @@ var awsPartition = partition{
|
||||||
},
|
},
|
||||||
"inspector2": service{
|
"inspector2": service{
|
||||||
Endpoints: serviceEndpoints{
|
Endpoints: serviceEndpoints{
|
||||||
|
endpointKey{
|
||||||
|
Region: "af-south-1",
|
||||||
|
}: endpoint{},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "ap-east-1",
|
Region: "ap-east-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
|
@ -14280,6 +14679,9 @@ var awsPartition = partition{
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "ap-northeast-2",
|
Region: "ap-northeast-2",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-northeast-3",
|
||||||
|
}: endpoint{},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "ap-south-1",
|
Region: "ap-south-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
|
@ -14289,12 +14691,18 @@ var awsPartition = partition{
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "ap-southeast-2",
|
Region: "ap-southeast-2",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-southeast-3",
|
||||||
|
}: endpoint{},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "ca-central-1",
|
Region: "ca-central-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "eu-central-1",
|
Region: "eu-central-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "eu-central-2",
|
||||||
|
}: endpoint{},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "eu-north-1",
|
Region: "eu-north-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
|
@ -17339,6 +17747,9 @@ var awsPartition = partition{
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "ap-south-1",
|
Region: "ap-south-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-south-2",
|
||||||
|
}: endpoint{},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "ap-southeast-1",
|
Region: "ap-southeast-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
|
@ -17348,12 +17759,18 @@ var awsPartition = partition{
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "ap-southeast-3",
|
Region: "ap-southeast-3",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-southeast-4",
|
||||||
|
}: endpoint{},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "ca-central-1",
|
Region: "ca-central-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "eu-central-1",
|
Region: "eu-central-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "eu-central-2",
|
||||||
|
}: endpoint{},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "eu-north-1",
|
Region: "eu-north-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
|
@ -17408,6 +17825,9 @@ var awsPartition = partition{
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "il-central-1",
|
Region: "il-central-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "me-central-1",
|
||||||
|
}: endpoint{},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "me-south-1",
|
Region: "me-south-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
|
@ -17620,6 +18040,9 @@ var awsPartition = partition{
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "ap-south-1",
|
Region: "ap-south-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-south-2",
|
||||||
|
}: endpoint{},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "ap-southeast-1",
|
Region: "ap-southeast-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
|
@ -17629,12 +18052,18 @@ var awsPartition = partition{
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "ap-southeast-3",
|
Region: "ap-southeast-3",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-southeast-4",
|
||||||
|
}: endpoint{},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "ca-central-1",
|
Region: "ca-central-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "eu-central-1",
|
Region: "eu-central-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "eu-central-2",
|
||||||
|
}: endpoint{},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "eu-north-1",
|
Region: "eu-north-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
|
@ -18834,12 +19263,30 @@ var awsPartition = partition{
|
||||||
},
|
},
|
||||||
"meetings-chime": service{
|
"meetings-chime": service{
|
||||||
Endpoints: serviceEndpoints{
|
Endpoints: serviceEndpoints{
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-northeast-1",
|
||||||
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-northeast-2",
|
||||||
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-south-1",
|
||||||
|
}: endpoint{},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "ap-southeast-1",
|
Region: "ap-southeast-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-southeast-2",
|
||||||
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ca-central-1",
|
||||||
|
}: endpoint{},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "eu-central-1",
|
Region: "eu-central-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "eu-west-2",
|
||||||
|
}: endpoint{},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "il-central-1",
|
Region: "il-central-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
|
@ -20067,6 +20514,9 @@ var awsPartition = partition{
|
||||||
},
|
},
|
||||||
Deprecated: boxedTrue,
|
Deprecated: boxedTrue,
|
||||||
},
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "il-central-1",
|
||||||
|
}: endpoint{},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "me-central-1",
|
Region: "me-central-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
|
@ -20519,6 +20969,14 @@ var awsPartition = partition{
|
||||||
},
|
},
|
||||||
Deprecated: boxedTrue,
|
Deprecated: boxedTrue,
|
||||||
},
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "il-central-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "omics.il-central-1.amazonaws.com",
|
||||||
|
CredentialScope: credentialScope{
|
||||||
|
Region: "il-central-1",
|
||||||
|
},
|
||||||
|
},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "us-east-1",
|
Region: "us-east-1",
|
||||||
}: endpoint{
|
}: endpoint{
|
||||||
|
|
@ -23182,6 +23640,11 @@ var awsPartition = partition{
|
||||||
}: endpoint{
|
}: endpoint{
|
||||||
Hostname: "resource-explorer-2.ap-southeast-2.api.aws",
|
Hostname: "resource-explorer-2.ap-southeast-2.api.aws",
|
||||||
},
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-southeast-3",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "resource-explorer-2.ap-southeast-3.api.aws",
|
||||||
|
},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "ap-southeast-4",
|
Region: "ap-southeast-4",
|
||||||
}: endpoint{
|
}: endpoint{
|
||||||
|
|
@ -23227,6 +23690,11 @@ var awsPartition = partition{
|
||||||
}: endpoint{
|
}: endpoint{
|
||||||
Hostname: "resource-explorer-2.il-central-1.api.aws",
|
Hostname: "resource-explorer-2.il-central-1.api.aws",
|
||||||
},
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "me-south-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "resource-explorer-2.me-south-1.api.aws",
|
||||||
|
},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "sa-east-1",
|
Region: "sa-east-1",
|
||||||
}: endpoint{
|
}: endpoint{
|
||||||
|
|
@ -29159,15 +29627,30 @@ var awsPartition = partition{
|
||||||
},
|
},
|
||||||
"tnb": service{
|
"tnb": service{
|
||||||
Endpoints: serviceEndpoints{
|
Endpoints: serviceEndpoints{
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-northeast-2",
|
||||||
|
}: endpoint{},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "ap-southeast-2",
|
Region: "ap-southeast-2",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ca-central-1",
|
||||||
|
}: endpoint{},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "eu-central-1",
|
Region: "eu-central-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "eu-north-1",
|
||||||
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "eu-south-2",
|
||||||
|
}: endpoint{},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "eu-west-3",
|
Region: "eu-west-3",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "sa-east-1",
|
||||||
|
}: endpoint{},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "us-east-1",
|
Region: "us-east-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
|
@ -32101,6 +32584,20 @@ var awscnPartition = partition{
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
"api.pricing": service{
|
||||||
|
Defaults: endpointDefaults{
|
||||||
|
defaultKey{}: endpoint{
|
||||||
|
CredentialScope: credentialScope{
|
||||||
|
Service: "pricing",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
Endpoints: serviceEndpoints{
|
||||||
|
endpointKey{
|
||||||
|
Region: "cn-northwest-1",
|
||||||
|
}: endpoint{},
|
||||||
|
},
|
||||||
|
},
|
||||||
"api.sagemaker": service{
|
"api.sagemaker": service{
|
||||||
Endpoints: serviceEndpoints{
|
Endpoints: serviceEndpoints{
|
||||||
endpointKey{
|
endpointKey{
|
||||||
|
|
@ -32518,6 +33015,31 @@ var awscnPartition = partition{
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
"datazone": service{
|
||||||
|
Defaults: endpointDefaults{
|
||||||
|
defaultKey{}: endpoint{
|
||||||
|
DNSSuffix: "api.amazonwebservices.com.cn",
|
||||||
|
},
|
||||||
|
defaultKey{
|
||||||
|
Variant: fipsVariant,
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "{service}-fips.{region}.{dnsSuffix}",
|
||||||
|
DNSSuffix: "api.amazonwebservices.com.cn",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
Endpoints: serviceEndpoints{
|
||||||
|
endpointKey{
|
||||||
|
Region: "cn-north-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.cn-north-1.api.amazonwebservices.com.cn",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "cn-northwest-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.cn-northwest-1.api.amazonwebservices.com.cn",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
"dax": service{
|
"dax": service{
|
||||||
Endpoints: serviceEndpoints{
|
Endpoints: serviceEndpoints{
|
||||||
endpointKey{
|
endpointKey{
|
||||||
|
|
@ -35279,6 +35801,13 @@ var awsusgovPartition = partition{
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
"codestar-connections": service{
|
||||||
|
Endpoints: serviceEndpoints{
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-gov-east-1",
|
||||||
|
}: endpoint{},
|
||||||
|
},
|
||||||
|
},
|
||||||
"cognito-identity": service{
|
"cognito-identity": service{
|
||||||
Endpoints: serviceEndpoints{
|
Endpoints: serviceEndpoints{
|
||||||
endpointKey{
|
endpointKey{
|
||||||
|
|
@ -35622,6 +36151,31 @@ var awsusgovPartition = partition{
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
"datazone": service{
|
||||||
|
Defaults: endpointDefaults{
|
||||||
|
defaultKey{}: endpoint{
|
||||||
|
DNSSuffix: "api.aws",
|
||||||
|
},
|
||||||
|
defaultKey{
|
||||||
|
Variant: fipsVariant,
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "{service}-fips.{region}.{dnsSuffix}",
|
||||||
|
DNSSuffix: "api.aws",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
Endpoints: serviceEndpoints{
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-gov-east-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.us-gov-east-1.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-gov-west-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.us-gov-west-1.api.aws",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
"directconnect": service{
|
"directconnect": service{
|
||||||
Endpoints: serviceEndpoints{
|
Endpoints: serviceEndpoints{
|
||||||
endpointKey{
|
endpointKey{
|
||||||
|
|
@ -37652,6 +38206,36 @@ var awsusgovPartition = partition{
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
"m2": service{
|
||||||
|
Endpoints: serviceEndpoints{
|
||||||
|
endpointKey{
|
||||||
|
Region: "fips-us-gov-east-1",
|
||||||
|
}: endpoint{
|
||||||
|
|
||||||
|
Deprecated: boxedTrue,
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "fips-us-gov-west-1",
|
||||||
|
}: endpoint{
|
||||||
|
|
||||||
|
Deprecated: boxedTrue,
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-gov-east-1",
|
||||||
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-gov-east-1",
|
||||||
|
Variant: fipsVariant,
|
||||||
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-gov-west-1",
|
||||||
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-gov-west-1",
|
||||||
|
Variant: fipsVariant,
|
||||||
|
}: endpoint{},
|
||||||
|
},
|
||||||
|
},
|
||||||
"managedblockchain": service{
|
"managedblockchain": service{
|
||||||
Endpoints: serviceEndpoints{
|
Endpoints: serviceEndpoints{
|
||||||
endpointKey{
|
endpointKey{
|
||||||
|
|
|
||||||
2
vendor/github.com/aws/aws-sdk-go/aws/version.go
generated
vendored
2
vendor/github.com/aws/aws-sdk-go/aws/version.go
generated
vendored
|
|
@ -5,4 +5,4 @@ package aws
|
||||||
const SDKName = "aws-sdk-go"
|
const SDKName = "aws-sdk-go"
|
||||||
|
|
||||||
// SDKVersion is the version of this SDK
|
// SDKVersion is the version of this SDK
|
||||||
const SDKVersion = "1.45.17"
|
const SDKVersion = "1.45.24"
|
||||||
|
|
|
||||||
513
vendor/github.com/aws/aws-sdk-go/service/ec2/api.go
generated
vendored
513
vendor/github.com/aws/aws-sdk-go/service/ec2/api.go
generated
vendored
|
|
@ -1847,6 +1847,16 @@ func (c *EC2) AssociateNatGatewayAddressRequest(input *AssociateNatGatewayAddres
|
||||||
// more information, see Elastic IP address quotas (https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html#vpc-limits-eips)
|
// more information, see Elastic IP address quotas (https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html#vpc-limits-eips)
|
||||||
// in the Amazon VPC User Guide.
|
// in the Amazon VPC User Guide.
|
||||||
//
|
//
|
||||||
|
// When you associate an EIP or secondary EIPs with a public NAT gateway, the
|
||||||
|
// network border group of the EIPs must match the network border group of the
|
||||||
|
// Availability Zone (AZ) that the public NAT gateway is in. If it's not the
|
||||||
|
// same, the EIP will fail to associate. You can see the network border group
|
||||||
|
// for the subnet's AZ by viewing the details of the subnet. Similarly, you
|
||||||
|
// can view the network border group of an EIP by viewing the details of the
|
||||||
|
// EIP address. For more information about network border groups and EIPs, see
|
||||||
|
// Allocate an Elastic IP address (https://docs.aws.amazon.com/vpc/latest/userguide/vpc-eips.html#allocate-eip)
|
||||||
|
// in the Amazon VPC User Guide.
|
||||||
|
//
|
||||||
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
|
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
|
||||||
// with awserr.Error's Code and Message methods to get detailed information about
|
// with awserr.Error's Code and Message methods to get detailed information about
|
||||||
// the error.
|
// the error.
|
||||||
|
|
@ -7003,6 +7013,16 @@ func (c *EC2) CreateNatGatewayRequest(input *CreateNatGatewayInput) (req *reques
|
||||||
// For more information, see NAT gateways (https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html)
|
// For more information, see NAT gateways (https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html)
|
||||||
// in the Amazon VPC User Guide.
|
// in the Amazon VPC User Guide.
|
||||||
//
|
//
|
||||||
|
// When you create a public NAT gateway and assign it an EIP or secondary EIPs,
|
||||||
|
// the network border group of the EIPs must match the network border group
|
||||||
|
// of the Availability Zone (AZ) that the public NAT gateway is in. If it's
|
||||||
|
// not the same, the NAT gateway will fail to launch. You can see the network
|
||||||
|
// border group for the subnet's AZ by viewing the details of the subnet. Similarly,
|
||||||
|
// you can view the network border group of an EIP by viewing the details of
|
||||||
|
// the EIP address. For more information about network border groups and EIPs,
|
||||||
|
// see Allocate an Elastic IP address (https://docs.aws.amazon.com/vpc/latest/userguide/vpc-eips.html#allocate-eip)
|
||||||
|
// in the Amazon VPC User Guide.
|
||||||
|
//
|
||||||
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
|
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
|
||||||
// with awserr.Error's Code and Message methods to get detailed information about
|
// with awserr.Error's Code and Message methods to get detailed information about
|
||||||
// the error.
|
// the error.
|
||||||
|
|
@ -16054,7 +16074,9 @@ func (c *EC2) DeleteVpcRequest(input *DeleteVpcInput) (req *request.Request, out
|
||||||
// that are associated with the VPC before you can delete it. For example, you
|
// that are associated with the VPC before you can delete it. For example, you
|
||||||
// must terminate all instances running in the VPC, delete all security groups
|
// must terminate all instances running in the VPC, delete all security groups
|
||||||
// associated with the VPC (except the default one), delete all route tables
|
// associated with the VPC (except the default one), delete all route tables
|
||||||
// associated with the VPC (except the default one), and so on.
|
// associated with the VPC (except the default one), and so on. When you delete
|
||||||
|
// the VPC, it deletes the VPC's default security group, network ACL, and route
|
||||||
|
// table.
|
||||||
//
|
//
|
||||||
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
|
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
|
||||||
// with awserr.Error's Code and Message methods to get detailed information about
|
// with awserr.Error's Code and Message methods to get detailed information about
|
||||||
|
|
@ -26679,6 +26701,10 @@ func (c *EC2) DescribeNetworkInterfacesRequest(input *DescribeNetworkInterfacesI
|
||||||
//
|
//
|
||||||
// Describes one or more of your network interfaces.
|
// Describes one or more of your network interfaces.
|
||||||
//
|
//
|
||||||
|
// If you have a large number of network interfaces, the operation fails unless
|
||||||
|
// you use pagination or one of the following filters: group-id, mac-address,
|
||||||
|
// private-dns-name, private-ip-address, private-dns-name, subnet-id, or vpc-id.
|
||||||
|
//
|
||||||
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
|
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
|
||||||
// with awserr.Error's Code and Message methods to get detailed information about
|
// with awserr.Error's Code and Message methods to get detailed information about
|
||||||
// the error.
|
// the error.
|
||||||
|
|
@ -56512,9 +56538,6 @@ type AllocateAddressInput struct {
|
||||||
//
|
//
|
||||||
// Use DescribeAvailabilityZones (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html)
|
// Use DescribeAvailabilityZones (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html)
|
||||||
// to view the network border groups.
|
// to view the network border groups.
|
||||||
//
|
|
||||||
// You cannot use a network border group with EC2 Classic. If you attempt this
|
|
||||||
// operation on EC2 Classic, you receive an InvalidParameterCombination error.
|
|
||||||
NetworkBorderGroup *string `type:"string"`
|
NetworkBorderGroup *string `type:"string"`
|
||||||
|
|
||||||
// The ID of an address pool that you own. Use this parameter to let Amazon
|
// The ID of an address pool that you own. Use this parameter to let Amazon
|
||||||
|
|
@ -62826,7 +62849,8 @@ func (s CancelConversionTaskOutput) GoString() string {
|
||||||
type CancelExportTaskInput struct {
|
type CancelExportTaskInput struct {
|
||||||
_ struct{} `type:"structure"`
|
_ struct{} `type:"structure"`
|
||||||
|
|
||||||
// The ID of the export task. This is the ID returned by CreateInstanceExportTask.
|
// The ID of the export task. This is the ID returned by the CreateInstanceExportTask
|
||||||
|
// and ExportImage operations.
|
||||||
//
|
//
|
||||||
// ExportTaskId is a required field
|
// ExportTaskId is a required field
|
||||||
ExportTaskId *string `locationName:"exportTaskId" type:"string" required:"true"`
|
ExportTaskId *string `locationName:"exportTaskId" type:"string" required:"true"`
|
||||||
|
|
@ -69316,7 +69340,7 @@ type CreateFleetInput struct {
|
||||||
SpotOptions *SpotOptionsRequest `type:"structure"`
|
SpotOptions *SpotOptionsRequest `type:"structure"`
|
||||||
|
|
||||||
// The key-value pair for tagging the EC2 Fleet request on creation. For more
|
// The key-value pair for tagging the EC2 Fleet request on creation. For more
|
||||||
// information, see Tagging your resources (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#tag-resources).
|
// information, see Tag your resources (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#tag-resources).
|
||||||
//
|
//
|
||||||
// If the fleet type is instant, specify a resource type of fleet to tag the
|
// If the fleet type is instant, specify a resource type of fleet to tag the
|
||||||
// fleet or instance to tag the instances at launch.
|
// fleet or instance to tag the instances at launch.
|
||||||
|
|
@ -77791,6 +77815,9 @@ type CreateVerifiedAccessEndpointInput struct {
|
||||||
// The IDs of the security groups to associate with the Verified Access endpoint.
|
// The IDs of the security groups to associate with the Verified Access endpoint.
|
||||||
SecurityGroupIds []*string `locationName:"SecurityGroupId" locationNameList:"item" type:"list"`
|
SecurityGroupIds []*string `locationName:"SecurityGroupId" locationNameList:"item" type:"list"`
|
||||||
|
|
||||||
|
// Options for server side encryption.
|
||||||
|
SseSpecification *VerifiedAccessSseSpecificationRequest `type:"structure"`
|
||||||
|
|
||||||
// The tags to assign to the Verified Access endpoint.
|
// The tags to assign to the Verified Access endpoint.
|
||||||
TagSpecifications []*TagSpecification `locationName:"TagSpecification" locationNameList:"item" type:"list"`
|
TagSpecifications []*TagSpecification `locationName:"TagSpecification" locationNameList:"item" type:"list"`
|
||||||
|
|
||||||
|
|
@ -77928,6 +77955,12 @@ func (s *CreateVerifiedAccessEndpointInput) SetSecurityGroupIds(v []*string) *Cr
|
||||||
return s
|
return s
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// SetSseSpecification sets the SseSpecification field's value.
|
||||||
|
func (s *CreateVerifiedAccessEndpointInput) SetSseSpecification(v *VerifiedAccessSseSpecificationRequest) *CreateVerifiedAccessEndpointInput {
|
||||||
|
s.SseSpecification = v
|
||||||
|
return s
|
||||||
|
}
|
||||||
|
|
||||||
// SetTagSpecifications sets the TagSpecifications field's value.
|
// SetTagSpecifications sets the TagSpecifications field's value.
|
||||||
func (s *CreateVerifiedAccessEndpointInput) SetTagSpecifications(v []*TagSpecification) *CreateVerifiedAccessEndpointInput {
|
func (s *CreateVerifiedAccessEndpointInput) SetTagSpecifications(v []*TagSpecification) *CreateVerifiedAccessEndpointInput {
|
||||||
s.TagSpecifications = v
|
s.TagSpecifications = v
|
||||||
|
|
@ -78064,6 +78097,9 @@ type CreateVerifiedAccessGroupInput struct {
|
||||||
// The Verified Access policy document.
|
// The Verified Access policy document.
|
||||||
PolicyDocument *string `type:"string"`
|
PolicyDocument *string `type:"string"`
|
||||||
|
|
||||||
|
// Options for server side encryption.
|
||||||
|
SseSpecification *VerifiedAccessSseSpecificationRequest `type:"structure"`
|
||||||
|
|
||||||
// The tags to assign to the Verified Access group.
|
// The tags to assign to the Verified Access group.
|
||||||
TagSpecifications []*TagSpecification `locationName:"TagSpecification" locationNameList:"item" type:"list"`
|
TagSpecifications []*TagSpecification `locationName:"TagSpecification" locationNameList:"item" type:"list"`
|
||||||
|
|
||||||
|
|
@ -78128,6 +78164,12 @@ func (s *CreateVerifiedAccessGroupInput) SetPolicyDocument(v string) *CreateVeri
|
||||||
return s
|
return s
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// SetSseSpecification sets the SseSpecification field's value.
|
||||||
|
func (s *CreateVerifiedAccessGroupInput) SetSseSpecification(v *VerifiedAccessSseSpecificationRequest) *CreateVerifiedAccessGroupInput {
|
||||||
|
s.SseSpecification = v
|
||||||
|
return s
|
||||||
|
}
|
||||||
|
|
||||||
// SetTagSpecifications sets the TagSpecifications field's value.
|
// SetTagSpecifications sets the TagSpecifications field's value.
|
||||||
func (s *CreateVerifiedAccessGroupInput) SetTagSpecifications(v []*TagSpecification) *CreateVerifiedAccessGroupInput {
|
func (s *CreateVerifiedAccessGroupInput) SetTagSpecifications(v []*TagSpecification) *CreateVerifiedAccessGroupInput {
|
||||||
s.TagSpecifications = v
|
s.TagSpecifications = v
|
||||||
|
|
@ -78188,8 +78230,8 @@ type CreateVerifiedAccessInstanceInput struct {
|
||||||
// it is UnauthorizedOperation.
|
// it is UnauthorizedOperation.
|
||||||
DryRun *bool `type:"boolean"`
|
DryRun *bool `type:"boolean"`
|
||||||
|
|
||||||
// Choose to enable or disable support for Federal Information Processing Standards
|
// Enable or disable support for Federal Information Processing Standards (FIPS)
|
||||||
// (FIPS) on the instance.
|
// on the instance.
|
||||||
FIPSEnabled *bool `type:"boolean"`
|
FIPSEnabled *bool `type:"boolean"`
|
||||||
|
|
||||||
// The tags to assign to the Verified Access instance.
|
// The tags to assign to the Verified Access instance.
|
||||||
|
|
@ -78342,6 +78384,9 @@ type CreateVerifiedAccessTrustProviderInput struct {
|
||||||
// PolicyReferenceName is a required field
|
// PolicyReferenceName is a required field
|
||||||
PolicyReferenceName *string `type:"string" required:"true"`
|
PolicyReferenceName *string `type:"string" required:"true"`
|
||||||
|
|
||||||
|
// Options for server side encryption.
|
||||||
|
SseSpecification *VerifiedAccessSseSpecificationRequest `type:"structure"`
|
||||||
|
|
||||||
// The tags to assign to the Verified Access trust provider.
|
// The tags to assign to the Verified Access trust provider.
|
||||||
TagSpecifications []*TagSpecification `locationName:"TagSpecification" locationNameList:"item" type:"list"`
|
TagSpecifications []*TagSpecification `locationName:"TagSpecification" locationNameList:"item" type:"list"`
|
||||||
|
|
||||||
|
|
@ -78431,6 +78476,12 @@ func (s *CreateVerifiedAccessTrustProviderInput) SetPolicyReferenceName(v string
|
||||||
return s
|
return s
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// SetSseSpecification sets the SseSpecification field's value.
|
||||||
|
func (s *CreateVerifiedAccessTrustProviderInput) SetSseSpecification(v *VerifiedAccessSseSpecificationRequest) *CreateVerifiedAccessTrustProviderInput {
|
||||||
|
s.SseSpecification = v
|
||||||
|
return s
|
||||||
|
}
|
||||||
|
|
||||||
// SetTagSpecifications sets the TagSpecifications field's value.
|
// SetTagSpecifications sets the TagSpecifications field's value.
|
||||||
func (s *CreateVerifiedAccessTrustProviderInput) SetTagSpecifications(v []*TagSpecification) *CreateVerifiedAccessTrustProviderInput {
|
func (s *CreateVerifiedAccessTrustProviderInput) SetTagSpecifications(v []*TagSpecification) *CreateVerifiedAccessTrustProviderInput {
|
||||||
s.TagSpecifications = v
|
s.TagSpecifications = v
|
||||||
|
|
@ -95720,8 +95771,6 @@ type DescribeInstancesInput struct {
|
||||||
// You can use a wildcard (*), for example, 2021-09-29T*, which matches an
|
// You can use a wildcard (*), for example, 2021-09-29T*, which matches an
|
||||||
// entire day.
|
// entire day.
|
||||||
//
|
//
|
||||||
// * license-pool -
|
|
||||||
//
|
|
||||||
// * maintenance-options.auto-recovery - The current automatic recovery behavior
|
// * maintenance-options.auto-recovery - The current automatic recovery behavior
|
||||||
// of the instance (disabled | default).
|
// of the instance (disabled | default).
|
||||||
//
|
//
|
||||||
|
|
@ -95749,23 +95798,34 @@ type DescribeInstancesInput struct {
|
||||||
// * monitoring-state - Indicates whether detailed monitoring is enabled
|
// * monitoring-state - Indicates whether detailed monitoring is enabled
|
||||||
// (disabled | enabled).
|
// (disabled | enabled).
|
||||||
//
|
//
|
||||||
// * network-interface.addresses.primary - Specifies whether the IPv4 address
|
// * network-interface.addresses.association.allocation-id - The allocation
|
||||||
// of the network interface is the primary private IPv4 address.
|
// ID.
|
||||||
//
|
//
|
||||||
// * network-interface.addresses.private-ip-address - The private IPv4 address
|
// * network-interface.addresses.association.association-id - The association
|
||||||
// associated with the network interface.
|
// ID.
|
||||||
//
|
//
|
||||||
// * network-interface.addresses.association.public-ip - The ID of the association
|
// * network-interface.addresses.association.carrier-ip - The carrier IP
|
||||||
// of an Elastic IP address (IPv4) with a network interface.
|
// address.
|
||||||
|
//
|
||||||
|
// * network-interface.addresses.association.customer-owned-ip - The customer-owned
|
||||||
|
// IP address.
|
||||||
//
|
//
|
||||||
// * network-interface.addresses.association.ip-owner-id - The owner ID of
|
// * network-interface.addresses.association.ip-owner-id - The owner ID of
|
||||||
// the private IPv4 address associated with the network interface.
|
// the private IPv4 address associated with the network interface.
|
||||||
//
|
//
|
||||||
// * network-interface.association.public-ip - The address of the Elastic
|
// * network-interface.addresses.association.public-dns-name - The public
|
||||||
// IP address (IPv4) bound to the network interface.
|
// DNS name.
|
||||||
//
|
//
|
||||||
// * network-interface.association.ip-owner-id - The owner of the Elastic
|
// * network-interface.addresses.association.public-ip - The ID of the association
|
||||||
// IP address (IPv4) associated with the network interface.
|
// of an Elastic IP address (IPv4) with a network interface.
|
||||||
|
//
|
||||||
|
// * network-interface.addresses.primary - Specifies whether the IPv4 address
|
||||||
|
// of the network interface is the primary private IPv4 address.
|
||||||
|
//
|
||||||
|
// * network-interface.addresses.private-dns-name - The private DNS name.
|
||||||
|
//
|
||||||
|
// * network-interface.addresses.private-ip-address - The private IPv4 address
|
||||||
|
// associated with the network interface.
|
||||||
//
|
//
|
||||||
// * network-interface.association.allocation-id - The allocation ID returned
|
// * network-interface.association.allocation-id - The allocation ID returned
|
||||||
// when you allocated the Elastic IP address (IPv4) for your network interface.
|
// when you allocated the Elastic IP address (IPv4) for your network interface.
|
||||||
|
|
@ -95773,30 +95833,50 @@ type DescribeInstancesInput struct {
|
||||||
// * network-interface.association.association-id - The association ID returned
|
// * network-interface.association.association-id - The association ID returned
|
||||||
// when the network interface was associated with an IPv4 address.
|
// when the network interface was associated with an IPv4 address.
|
||||||
//
|
//
|
||||||
|
// * network-interface.association.carrier-ip - The customer-owned IP address.
|
||||||
|
//
|
||||||
|
// * network-interface.association.customer-owned-ip - The customer-owned
|
||||||
|
// IP address.
|
||||||
|
//
|
||||||
|
// * network-interface.association.ip-owner-id - The owner of the Elastic
|
||||||
|
// IP address (IPv4) associated with the network interface.
|
||||||
|
//
|
||||||
|
// * network-interface.association.public-dns-name - The public DNS name.
|
||||||
|
//
|
||||||
|
// * network-interface.association.public-ip - The address of the Elastic
|
||||||
|
// IP address (IPv4) bound to the network interface.
|
||||||
|
//
|
||||||
|
// * network-interface.attachment.attach-time - The time that the network
|
||||||
|
// interface was attached to an instance.
|
||||||
|
//
|
||||||
// * network-interface.attachment.attachment-id - The ID of the interface
|
// * network-interface.attachment.attachment-id - The ID of the interface
|
||||||
// attachment.
|
// attachment.
|
||||||
//
|
//
|
||||||
|
// * network-interface.attachment.delete-on-termination - Specifies whether
|
||||||
|
// the attachment is deleted when an instance is terminated.
|
||||||
|
//
|
||||||
|
// * network-interface.attachment.device-index - The device index to which
|
||||||
|
// the network interface is attached.
|
||||||
|
//
|
||||||
// * network-interface.attachment.instance-id - The ID of the instance to
|
// * network-interface.attachment.instance-id - The ID of the instance to
|
||||||
// which the network interface is attached.
|
// which the network interface is attached.
|
||||||
//
|
//
|
||||||
// * network-interface.attachment.instance-owner-id - The owner ID of the
|
// * network-interface.attachment.instance-owner-id - The owner ID of the
|
||||||
// instance to which the network interface is attached.
|
// instance to which the network interface is attached.
|
||||||
//
|
//
|
||||||
// * network-interface.attachment.device-index - The device index to which
|
// * network-interface.attachment.network-card-index - The index of the network
|
||||||
// the network interface is attached.
|
// card.
|
||||||
//
|
//
|
||||||
// * network-interface.attachment.status - The status of the attachment (attaching
|
// * network-interface.attachment.status - The status of the attachment (attaching
|
||||||
// | attached | detaching | detached).
|
// | attached | detaching | detached).
|
||||||
//
|
//
|
||||||
// * network-interface.attachment.attach-time - The time that the network
|
|
||||||
// interface was attached to an instance.
|
|
||||||
//
|
|
||||||
// * network-interface.attachment.delete-on-termination - Specifies whether
|
|
||||||
// the attachment is deleted when an instance is terminated.
|
|
||||||
//
|
|
||||||
// * network-interface.availability-zone - The Availability Zone for the
|
// * network-interface.availability-zone - The Availability Zone for the
|
||||||
// network interface.
|
// network interface.
|
||||||
//
|
//
|
||||||
|
// * network-interface.deny-all-igw-traffic - A Boolean that indicates whether
|
||||||
|
// a network interface with an IPv6 address is unreachable from the public
|
||||||
|
// internet.
|
||||||
|
//
|
||||||
// * network-interface.description - The description of the network interface.
|
// * network-interface.description - The description of the network interface.
|
||||||
//
|
//
|
||||||
// * network-interface.group-id - The ID of a security group associated with
|
// * network-interface.group-id - The ID of a security group associated with
|
||||||
|
|
@ -95805,18 +95885,39 @@ type DescribeInstancesInput struct {
|
||||||
// * network-interface.group-name - The name of a security group associated
|
// * network-interface.group-name - The name of a security group associated
|
||||||
// with the network interface.
|
// with the network interface.
|
||||||
//
|
//
|
||||||
|
// * network-interface.ipv4-prefixes.ipv4-prefix - The IPv4 prefixes that
|
||||||
|
// are assigned to the network interface.
|
||||||
|
//
|
||||||
|
// * network-interface.ipv6-address - The IPv6 address associated with the
|
||||||
|
// network interface.
|
||||||
|
//
|
||||||
// * network-interface.ipv6-addresses.ipv6-address - The IPv6 address associated
|
// * network-interface.ipv6-addresses.ipv6-address - The IPv6 address associated
|
||||||
// with the network interface.
|
// with the network interface.
|
||||||
//
|
//
|
||||||
|
// * network-interface.ipv6-addresses.is-primary-ipv6 - A Boolean that indicates
|
||||||
|
// whether this is the primary IPv6 address.
|
||||||
|
//
|
||||||
|
// * network-interface.ipv6-native - A Boolean that indicates whether this
|
||||||
|
// is an IPv6 only network interface.
|
||||||
|
//
|
||||||
|
// * network-interface.ipv6-prefixes.ipv6-prefix - The IPv6 prefix assigned
|
||||||
|
// to the network interface.
|
||||||
|
//
|
||||||
// * network-interface.mac-address - The MAC address of the network interface.
|
// * network-interface.mac-address - The MAC address of the network interface.
|
||||||
//
|
//
|
||||||
// * network-interface.network-interface-id - The ID of the network interface.
|
// * network-interface.network-interface-id - The ID of the network interface.
|
||||||
//
|
//
|
||||||
|
// * network-interface.outpost-arn - The ARN of the Outpost.
|
||||||
|
//
|
||||||
// * network-interface.owner-id - The ID of the owner of the network interface.
|
// * network-interface.owner-id - The ID of the owner of the network interface.
|
||||||
//
|
//
|
||||||
// * network-interface.private-dns-name - The private DNS name of the network
|
// * network-interface.private-dns-name - The private DNS name of the network
|
||||||
// interface.
|
// interface.
|
||||||
//
|
//
|
||||||
|
// * network-interface.private-ip-address - The private IPv4 address.
|
||||||
|
//
|
||||||
|
// * network-interface.public-dns-name - The public DNS name.
|
||||||
|
//
|
||||||
// * network-interface.requester-id - The requester ID for the network interface.
|
// * network-interface.requester-id - The requester ID for the network interface.
|
||||||
//
|
//
|
||||||
// * network-interface.requester-managed - Indicates whether the network
|
// * network-interface.requester-managed - Indicates whether the network
|
||||||
|
|
@ -95833,6 +95934,12 @@ type DescribeInstancesInput struct {
|
||||||
//
|
//
|
||||||
// * network-interface.subnet-id - The ID of the subnet for the network interface.
|
// * network-interface.subnet-id - The ID of the subnet for the network interface.
|
||||||
//
|
//
|
||||||
|
// * network-interface.tag-key - The key of a tag assigned to the network
|
||||||
|
// interface.
|
||||||
|
//
|
||||||
|
// * network-interface.tag-value - The value of a tag assigned to the network
|
||||||
|
// interface.
|
||||||
|
//
|
||||||
// * network-interface.vpc-id - The ID of the VPC for the network interface.
|
// * network-interface.vpc-id - The ID of the VPC for the network interface.
|
||||||
//
|
//
|
||||||
// * outpost-arn - The Amazon Resource Name (ARN) of the Outpost.
|
// * outpost-arn - The Amazon Resource Name (ARN) of the Outpost.
|
||||||
|
|
@ -99762,23 +99869,23 @@ type DescribeNetworkInterfacesInput struct {
|
||||||
|
|
||||||
// One or more filters.
|
// One or more filters.
|
||||||
//
|
//
|
||||||
// * addresses.private-ip-address - The private IPv4 addresses associated
|
// * association.allocation-id - The allocation ID returned when you allocated
|
||||||
// with the network interface.
|
// the Elastic IP address (IPv4) for your network interface.
|
||||||
//
|
|
||||||
// * addresses.primary - Whether the private IPv4 address is the primary
|
|
||||||
// IP address associated with the network interface.
|
|
||||||
//
|
|
||||||
// * addresses.association.public-ip - The association ID returned when the
|
|
||||||
// network interface was associated with the Elastic IP address (IPv4).
|
|
||||||
//
|
|
||||||
// * addresses.association.owner-id - The owner ID of the addresses associated
|
|
||||||
// with the network interface.
|
|
||||||
//
|
//
|
||||||
// * association.association-id - The association ID returned when the network
|
// * association.association-id - The association ID returned when the network
|
||||||
// interface was associated with an IPv4 address.
|
// interface was associated with an IPv4 address.
|
||||||
//
|
//
|
||||||
// * association.allocation-id - The allocation ID returned when you allocated
|
// * addresses.association.owner-id - The owner ID of the addresses associated
|
||||||
// the Elastic IP address (IPv4) for your network interface.
|
// with the network interface.
|
||||||
|
//
|
||||||
|
// * addresses.association.public-ip - The association ID returned when the
|
||||||
|
// network interface was associated with the Elastic IP address (IPv4).
|
||||||
|
//
|
||||||
|
// * addresses.primary - Whether the private IPv4 address is the primary
|
||||||
|
// IP address associated with the network interface.
|
||||||
|
//
|
||||||
|
// * addresses.private-ip-address - The private IPv4 addresses associated
|
||||||
|
// with the network interface.
|
||||||
//
|
//
|
||||||
// * association.ip-owner-id - The owner of the Elastic IP address (IPv4)
|
// * association.ip-owner-id - The owner of the Elastic IP address (IPv4)
|
||||||
// associated with the network interface.
|
// associated with the network interface.
|
||||||
|
|
@ -99789,11 +99896,11 @@ type DescribeNetworkInterfacesInput struct {
|
||||||
// * association.public-dns-name - The public DNS name for the network interface
|
// * association.public-dns-name - The public DNS name for the network interface
|
||||||
// (IPv4).
|
// (IPv4).
|
||||||
//
|
//
|
||||||
// * attachment.attachment-id - The ID of the interface attachment.
|
|
||||||
//
|
|
||||||
// * attachment.attach-time - The time that the network interface was attached
|
// * attachment.attach-time - The time that the network interface was attached
|
||||||
// to an instance.
|
// to an instance.
|
||||||
//
|
//
|
||||||
|
// * attachment.attachment-id - The ID of the interface attachment.
|
||||||
|
//
|
||||||
// * attachment.delete-on-termination - Indicates whether the attachment
|
// * attachment.delete-on-termination - Indicates whether the attachment
|
||||||
// is deleted when an instance is terminated.
|
// is deleted when an instance is terminated.
|
||||||
//
|
//
|
||||||
|
|
@ -99815,17 +99922,15 @@ type DescribeNetworkInterfacesInput struct {
|
||||||
//
|
//
|
||||||
// * group-id - The ID of a security group associated with the network interface.
|
// * group-id - The ID of a security group associated with the network interface.
|
||||||
//
|
//
|
||||||
// * group-name - The name of a security group associated with the network
|
|
||||||
// interface.
|
|
||||||
//
|
|
||||||
// * ipv6-addresses.ipv6-address - An IPv6 address associated with the network
|
// * ipv6-addresses.ipv6-address - An IPv6 address associated with the network
|
||||||
// interface.
|
// interface.
|
||||||
//
|
//
|
||||||
// * interface-type - The type of network interface (api_gateway_managed
|
// * interface-type - The type of network interface (api_gateway_managed
|
||||||
// | aws_codestar_connections_managed | branch | efa | gateway_load_balancer
|
// | aws_codestar_connections_managed | branch | ec2_instance_connect_endpoint
|
||||||
// | gateway_load_balancer_endpoint | global_accelerator_managed | interface
|
// | efa | efs | gateway_load_balancer | gateway_load_balancer_endpoint |
|
||||||
// | iot_rules_managed | lambda | load_balancer | nat_gateway | network_load_balancer
|
// global_accelerator_managed | interface | iot_rules_managed | lambda |
|
||||||
// | quicksight | transit_gateway | trunk | vpc_endpoint).
|
// load_balancer | nat_gateway | network_load_balancer | quicksight | transit_gateway
|
||||||
|
// | trunk | vpc_endpoint).
|
||||||
//
|
//
|
||||||
// * mac-address - The MAC address of the network interface.
|
// * mac-address - The MAC address of the network interface.
|
||||||
//
|
//
|
||||||
|
|
@ -99834,11 +99939,11 @@ type DescribeNetworkInterfacesInput struct {
|
||||||
// * owner-id - The Amazon Web Services account ID of the network interface
|
// * owner-id - The Amazon Web Services account ID of the network interface
|
||||||
// owner.
|
// owner.
|
||||||
//
|
//
|
||||||
|
// * private-dns-name - The private DNS name of the network interface (IPv4).
|
||||||
|
//
|
||||||
// * private-ip-address - The private IPv4 address or addresses of the network
|
// * private-ip-address - The private IPv4 address or addresses of the network
|
||||||
// interface.
|
// interface.
|
||||||
//
|
//
|
||||||
// * private-dns-name - The private DNS name of the network interface (IPv4).
|
|
||||||
//
|
|
||||||
// * requester-id - The alias or Amazon Web Services account ID of the principal
|
// * requester-id - The alias or Amazon Web Services account ID of the principal
|
||||||
// or service that created the network interface.
|
// or service that created the network interface.
|
||||||
//
|
//
|
||||||
|
|
@ -127531,6 +127636,10 @@ type ImportImageInput struct {
|
||||||
Architecture *string `type:"string"`
|
Architecture *string `type:"string"`
|
||||||
|
|
||||||
// The boot mode of the virtual machine.
|
// The boot mode of the virtual machine.
|
||||||
|
//
|
||||||
|
// The uefi-preferred boot mode isn't supported for importing images. For more
|
||||||
|
// information, see Boot modes (https://docs.aws.amazon.com/vm-import/latest/userguide/prerequisites.html#vmimport-boot-modes)
|
||||||
|
// in the VM Import/Export User Guide.
|
||||||
BootMode *string `type:"string" enum:"BootModeValues"`
|
BootMode *string `type:"string" enum:"BootModeValues"`
|
||||||
|
|
||||||
// The client-specific data.
|
// The client-specific data.
|
||||||
|
|
@ -139245,9 +139354,12 @@ type LaunchTemplateTagSpecificationRequest struct {
|
||||||
|
|
||||||
// The type of resource to tag.
|
// The type of resource to tag.
|
||||||
//
|
//
|
||||||
// The Valid Values are all the resource types that can be tagged. However,
|
// Valid Values lists all resource types for Amazon EC2 that can be tagged.
|
||||||
// when creating a launch template, you can specify tags for the following resource
|
// When you create a launch template, you can specify tags for the following
|
||||||
// types only: instance | volume | elastic-gpu | network-interface | spot-instances-request
|
// resource types only: instance | volume | elastic-gpu | network-interface
|
||||||
|
// | spot-instances-request. If the instance does include the resource type
|
||||||
|
// that you specify, the instance launch fails. For example, not all instance
|
||||||
|
// types include an Elastic GPU.
|
||||||
//
|
//
|
||||||
// To tag a resource after it has been created, see CreateTags (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html).
|
// To tag a resource after it has been created, see CreateTags (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html).
|
||||||
ResourceType *string `type:"string" enum:"ResourceType"`
|
ResourceType *string `type:"string" enum:"ResourceType"`
|
||||||
|
|
@ -147395,9 +147507,10 @@ type ModifyVerifiedAccessEndpointPolicyInput struct {
|
||||||
PolicyDocument *string `type:"string"`
|
PolicyDocument *string `type:"string"`
|
||||||
|
|
||||||
// The status of the Verified Access policy.
|
// The status of the Verified Access policy.
|
||||||
//
|
PolicyEnabled *bool `type:"boolean"`
|
||||||
// PolicyEnabled is a required field
|
|
||||||
PolicyEnabled *bool `type:"boolean" required:"true"`
|
// Options for server side encryption.
|
||||||
|
SseSpecification *VerifiedAccessSseSpecificationRequest `type:"structure"`
|
||||||
|
|
||||||
// The ID of the Verified Access endpoint.
|
// The ID of the Verified Access endpoint.
|
||||||
//
|
//
|
||||||
|
|
@ -147426,9 +147539,6 @@ func (s ModifyVerifiedAccessEndpointPolicyInput) GoString() string {
|
||||||
// Validate inspects the fields of the type to determine if they are valid.
|
// Validate inspects the fields of the type to determine if they are valid.
|
||||||
func (s *ModifyVerifiedAccessEndpointPolicyInput) Validate() error {
|
func (s *ModifyVerifiedAccessEndpointPolicyInput) Validate() error {
|
||||||
invalidParams := request.ErrInvalidParams{Context: "ModifyVerifiedAccessEndpointPolicyInput"}
|
invalidParams := request.ErrInvalidParams{Context: "ModifyVerifiedAccessEndpointPolicyInput"}
|
||||||
if s.PolicyEnabled == nil {
|
|
||||||
invalidParams.Add(request.NewErrParamRequired("PolicyEnabled"))
|
|
||||||
}
|
|
||||||
if s.VerifiedAccessEndpointId == nil {
|
if s.VerifiedAccessEndpointId == nil {
|
||||||
invalidParams.Add(request.NewErrParamRequired("VerifiedAccessEndpointId"))
|
invalidParams.Add(request.NewErrParamRequired("VerifiedAccessEndpointId"))
|
||||||
}
|
}
|
||||||
|
|
@ -147463,6 +147573,12 @@ func (s *ModifyVerifiedAccessEndpointPolicyInput) SetPolicyEnabled(v bool) *Modi
|
||||||
return s
|
return s
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// SetSseSpecification sets the SseSpecification field's value.
|
||||||
|
func (s *ModifyVerifiedAccessEndpointPolicyInput) SetSseSpecification(v *VerifiedAccessSseSpecificationRequest) *ModifyVerifiedAccessEndpointPolicyInput {
|
||||||
|
s.SseSpecification = v
|
||||||
|
return s
|
||||||
|
}
|
||||||
|
|
||||||
// SetVerifiedAccessEndpointId sets the VerifiedAccessEndpointId field's value.
|
// SetVerifiedAccessEndpointId sets the VerifiedAccessEndpointId field's value.
|
||||||
func (s *ModifyVerifiedAccessEndpointPolicyInput) SetVerifiedAccessEndpointId(v string) *ModifyVerifiedAccessEndpointPolicyInput {
|
func (s *ModifyVerifiedAccessEndpointPolicyInput) SetVerifiedAccessEndpointId(v string) *ModifyVerifiedAccessEndpointPolicyInput {
|
||||||
s.VerifiedAccessEndpointId = &v
|
s.VerifiedAccessEndpointId = &v
|
||||||
|
|
@ -147477,6 +147593,9 @@ type ModifyVerifiedAccessEndpointPolicyOutput struct {
|
||||||
|
|
||||||
// The status of the Verified Access policy.
|
// The status of the Verified Access policy.
|
||||||
PolicyEnabled *bool `locationName:"policyEnabled" type:"boolean"`
|
PolicyEnabled *bool `locationName:"policyEnabled" type:"boolean"`
|
||||||
|
|
||||||
|
// Describes the options in use for server side encryption.
|
||||||
|
SseSpecification *VerifiedAccessSseSpecificationResponse `locationName:"sseSpecification" type:"structure"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// String returns the string representation.
|
// String returns the string representation.
|
||||||
|
|
@ -147509,6 +147628,12 @@ func (s *ModifyVerifiedAccessEndpointPolicyOutput) SetPolicyEnabled(v bool) *Mod
|
||||||
return s
|
return s
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// SetSseSpecification sets the SseSpecification field's value.
|
||||||
|
func (s *ModifyVerifiedAccessEndpointPolicyOutput) SetSseSpecification(v *VerifiedAccessSseSpecificationResponse) *ModifyVerifiedAccessEndpointPolicyOutput {
|
||||||
|
s.SseSpecification = v
|
||||||
|
return s
|
||||||
|
}
|
||||||
|
|
||||||
type ModifyVerifiedAccessGroupInput struct {
|
type ModifyVerifiedAccessGroupInput struct {
|
||||||
_ struct{} `type:"structure"`
|
_ struct{} `type:"structure"`
|
||||||
|
|
||||||
|
|
@ -147645,9 +147770,10 @@ type ModifyVerifiedAccessGroupPolicyInput struct {
|
||||||
PolicyDocument *string `type:"string"`
|
PolicyDocument *string `type:"string"`
|
||||||
|
|
||||||
// The status of the Verified Access policy.
|
// The status of the Verified Access policy.
|
||||||
//
|
PolicyEnabled *bool `type:"boolean"`
|
||||||
// PolicyEnabled is a required field
|
|
||||||
PolicyEnabled *bool `type:"boolean" required:"true"`
|
// Options for server side encryption.
|
||||||
|
SseSpecification *VerifiedAccessSseSpecificationRequest `type:"structure"`
|
||||||
|
|
||||||
// The ID of the Verified Access group.
|
// The ID of the Verified Access group.
|
||||||
//
|
//
|
||||||
|
|
@ -147676,9 +147802,6 @@ func (s ModifyVerifiedAccessGroupPolicyInput) GoString() string {
|
||||||
// Validate inspects the fields of the type to determine if they are valid.
|
// Validate inspects the fields of the type to determine if they are valid.
|
||||||
func (s *ModifyVerifiedAccessGroupPolicyInput) Validate() error {
|
func (s *ModifyVerifiedAccessGroupPolicyInput) Validate() error {
|
||||||
invalidParams := request.ErrInvalidParams{Context: "ModifyVerifiedAccessGroupPolicyInput"}
|
invalidParams := request.ErrInvalidParams{Context: "ModifyVerifiedAccessGroupPolicyInput"}
|
||||||
if s.PolicyEnabled == nil {
|
|
||||||
invalidParams.Add(request.NewErrParamRequired("PolicyEnabled"))
|
|
||||||
}
|
|
||||||
if s.VerifiedAccessGroupId == nil {
|
if s.VerifiedAccessGroupId == nil {
|
||||||
invalidParams.Add(request.NewErrParamRequired("VerifiedAccessGroupId"))
|
invalidParams.Add(request.NewErrParamRequired("VerifiedAccessGroupId"))
|
||||||
}
|
}
|
||||||
|
|
@ -147713,6 +147836,12 @@ func (s *ModifyVerifiedAccessGroupPolicyInput) SetPolicyEnabled(v bool) *ModifyV
|
||||||
return s
|
return s
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// SetSseSpecification sets the SseSpecification field's value.
|
||||||
|
func (s *ModifyVerifiedAccessGroupPolicyInput) SetSseSpecification(v *VerifiedAccessSseSpecificationRequest) *ModifyVerifiedAccessGroupPolicyInput {
|
||||||
|
s.SseSpecification = v
|
||||||
|
return s
|
||||||
|
}
|
||||||
|
|
||||||
// SetVerifiedAccessGroupId sets the VerifiedAccessGroupId field's value.
|
// SetVerifiedAccessGroupId sets the VerifiedAccessGroupId field's value.
|
||||||
func (s *ModifyVerifiedAccessGroupPolicyInput) SetVerifiedAccessGroupId(v string) *ModifyVerifiedAccessGroupPolicyInput {
|
func (s *ModifyVerifiedAccessGroupPolicyInput) SetVerifiedAccessGroupId(v string) *ModifyVerifiedAccessGroupPolicyInput {
|
||||||
s.VerifiedAccessGroupId = &v
|
s.VerifiedAccessGroupId = &v
|
||||||
|
|
@ -147727,6 +147856,9 @@ type ModifyVerifiedAccessGroupPolicyOutput struct {
|
||||||
|
|
||||||
// The status of the Verified Access policy.
|
// The status of the Verified Access policy.
|
||||||
PolicyEnabled *bool `locationName:"policyEnabled" type:"boolean"`
|
PolicyEnabled *bool `locationName:"policyEnabled" type:"boolean"`
|
||||||
|
|
||||||
|
// Describes the options in use for server side encryption.
|
||||||
|
SseSpecification *VerifiedAccessSseSpecificationResponse `locationName:"sseSpecification" type:"structure"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// String returns the string representation.
|
// String returns the string representation.
|
||||||
|
|
@ -147759,6 +147891,12 @@ func (s *ModifyVerifiedAccessGroupPolicyOutput) SetPolicyEnabled(v bool) *Modify
|
||||||
return s
|
return s
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// SetSseSpecification sets the SseSpecification field's value.
|
||||||
|
func (s *ModifyVerifiedAccessGroupPolicyOutput) SetSseSpecification(v *VerifiedAccessSseSpecificationResponse) *ModifyVerifiedAccessGroupPolicyOutput {
|
||||||
|
s.SseSpecification = v
|
||||||
|
return s
|
||||||
|
}
|
||||||
|
|
||||||
type ModifyVerifiedAccessInstanceInput struct {
|
type ModifyVerifiedAccessInstanceInput struct {
|
||||||
_ struct{} `type:"structure"`
|
_ struct{} `type:"structure"`
|
||||||
|
|
||||||
|
|
@ -148007,6 +148145,9 @@ type ModifyVerifiedAccessTrustProviderInput struct {
|
||||||
// The options for an OpenID Connect-compatible user-identity trust provider.
|
// The options for an OpenID Connect-compatible user-identity trust provider.
|
||||||
OidcOptions *ModifyVerifiedAccessTrustProviderOidcOptions `type:"structure"`
|
OidcOptions *ModifyVerifiedAccessTrustProviderOidcOptions `type:"structure"`
|
||||||
|
|
||||||
|
// Options for server side encryption.
|
||||||
|
SseSpecification *VerifiedAccessSseSpecificationRequest `type:"structure"`
|
||||||
|
|
||||||
// The ID of the Verified Access trust provider.
|
// The ID of the Verified Access trust provider.
|
||||||
//
|
//
|
||||||
// VerifiedAccessTrustProviderId is a required field
|
// VerifiedAccessTrustProviderId is a required field
|
||||||
|
|
@ -148068,6 +148209,12 @@ func (s *ModifyVerifiedAccessTrustProviderInput) SetOidcOptions(v *ModifyVerifie
|
||||||
return s
|
return s
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// SetSseSpecification sets the SseSpecification field's value.
|
||||||
|
func (s *ModifyVerifiedAccessTrustProviderInput) SetSseSpecification(v *VerifiedAccessSseSpecificationRequest) *ModifyVerifiedAccessTrustProviderInput {
|
||||||
|
s.SseSpecification = v
|
||||||
|
return s
|
||||||
|
}
|
||||||
|
|
||||||
// SetVerifiedAccessTrustProviderId sets the VerifiedAccessTrustProviderId field's value.
|
// SetVerifiedAccessTrustProviderId sets the VerifiedAccessTrustProviderId field's value.
|
||||||
func (s *ModifyVerifiedAccessTrustProviderInput) SetVerifiedAccessTrustProviderId(v string) *ModifyVerifiedAccessTrustProviderInput {
|
func (s *ModifyVerifiedAccessTrustProviderInput) SetVerifiedAccessTrustProviderId(v string) *ModifyVerifiedAccessTrustProviderInput {
|
||||||
s.VerifiedAccessTrustProviderId = &v
|
s.VerifiedAccessTrustProviderId = &v
|
||||||
|
|
@ -153027,6 +153174,14 @@ type OnDemandOptions struct {
|
||||||
|
|
||||||
// The maximum amount per hour for On-Demand Instances that you're willing to
|
// The maximum amount per hour for On-Demand Instances that you're willing to
|
||||||
// pay.
|
// pay.
|
||||||
|
//
|
||||||
|
// If your fleet includes T instances that are configured as unlimited, and
|
||||||
|
// if their average CPU usage exceeds the baseline utilization, you will incur
|
||||||
|
// a charge for surplus credits. The maxTotalPrice does not account for surplus
|
||||||
|
// credits, and, if you use surplus credits, your final cost might be higher
|
||||||
|
// than what you specified for maxTotalPrice. For more information, see Surplus
|
||||||
|
// credits can incur charges (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances-unlimited-mode-concepts.html#unlimited-mode-surplus-credits)
|
||||||
|
// in the EC2 User Guide.
|
||||||
MaxTotalPrice *string `locationName:"maxTotalPrice" type:"string"`
|
MaxTotalPrice *string `locationName:"maxTotalPrice" type:"string"`
|
||||||
|
|
||||||
// The minimum target capacity for On-Demand Instances in the fleet. If the
|
// The minimum target capacity for On-Demand Instances in the fleet. If the
|
||||||
|
|
@ -153129,6 +153284,14 @@ type OnDemandOptionsRequest struct {
|
||||||
|
|
||||||
// The maximum amount per hour for On-Demand Instances that you're willing to
|
// The maximum amount per hour for On-Demand Instances that you're willing to
|
||||||
// pay.
|
// pay.
|
||||||
|
//
|
||||||
|
// If your fleet includes T instances that are configured as unlimited, and
|
||||||
|
// if their average CPU usage exceeds the baseline utilization, you will incur
|
||||||
|
// a charge for surplus credits. The MaxTotalPrice does not account for surplus
|
||||||
|
// credits, and, if you use surplus credits, your final cost might be higher
|
||||||
|
// than what you specified for MaxTotalPrice. For more information, see Surplus
|
||||||
|
// credits can incur charges (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances-unlimited-mode-concepts.html#unlimited-mode-surplus-credits)
|
||||||
|
// in the EC2 User Guide.
|
||||||
MaxTotalPrice *string `type:"string"`
|
MaxTotalPrice *string `type:"string"`
|
||||||
|
|
||||||
// The minimum target capacity for On-Demand Instances in the fleet. If the
|
// The minimum target capacity for On-Demand Instances in the fleet. If the
|
||||||
|
|
@ -158227,9 +158390,6 @@ type ReleaseAddressInput struct {
|
||||||
//
|
//
|
||||||
// If you provide an incorrect network border group, you receive an InvalidAddress.NotFound
|
// If you provide an incorrect network border group, you receive an InvalidAddress.NotFound
|
||||||
// error.
|
// error.
|
||||||
//
|
|
||||||
// You cannot use a network border group with EC2 Classic. If you attempt this
|
|
||||||
// operation on EC2 classic, you receive an InvalidParameterCombination error.
|
|
||||||
NetworkBorderGroup *string `type:"string"`
|
NetworkBorderGroup *string `type:"string"`
|
||||||
|
|
||||||
// Deprecated.
|
// Deprecated.
|
||||||
|
|
@ -159937,7 +160097,19 @@ type RequestLaunchTemplateData struct {
|
||||||
// An elastic GPU to associate with the instance.
|
// An elastic GPU to associate with the instance.
|
||||||
ElasticGpuSpecifications []*ElasticGpuSpecification `locationName:"ElasticGpuSpecification" locationNameList:"ElasticGpuSpecification" type:"list"`
|
ElasticGpuSpecifications []*ElasticGpuSpecification `locationName:"ElasticGpuSpecification" locationNameList:"ElasticGpuSpecification" type:"list"`
|
||||||
|
|
||||||
// The elastic inference accelerator for the instance.
|
// An elastic inference accelerator to associate with the instance. Elastic
|
||||||
|
// inference accelerators are a resource you can attach to your Amazon EC2 instances
|
||||||
|
// to accelerate your Deep Learning (DL) inference workloads.
|
||||||
|
//
|
||||||
|
// You cannot specify accelerators from different generations in the same request.
|
||||||
|
//
|
||||||
|
// Starting April 15, 2023, Amazon Web Services will not onboard new customers
|
||||||
|
// to Amazon Elastic Inference (EI), and will help current customers migrate
|
||||||
|
// their workloads to options that offer better price and performance. After
|
||||||
|
// April 15, 2023, new customers will not be able to launch instances with Amazon
|
||||||
|
// EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2. However,
|
||||||
|
// customers who have used Amazon EI at least once during the past 30-day period
|
||||||
|
// are considered current customers and will be able to continue using the service.
|
||||||
ElasticInferenceAccelerators []*LaunchTemplateElasticInferenceAccelerator `locationName:"ElasticInferenceAccelerator" locationNameList:"item" type:"list"`
|
ElasticInferenceAccelerators []*LaunchTemplateElasticInferenceAccelerator `locationName:"ElasticInferenceAccelerator" locationNameList:"item" type:"list"`
|
||||||
|
|
||||||
// Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.
|
// Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.
|
||||||
|
|
@ -162753,7 +162925,19 @@ type ResponseLaunchTemplateData struct {
|
||||||
// The elastic GPU specification.
|
// The elastic GPU specification.
|
||||||
ElasticGpuSpecifications []*ElasticGpuSpecificationResponse `locationName:"elasticGpuSpecificationSet" locationNameList:"item" type:"list"`
|
ElasticGpuSpecifications []*ElasticGpuSpecificationResponse `locationName:"elasticGpuSpecificationSet" locationNameList:"item" type:"list"`
|
||||||
|
|
||||||
// The elastic inference accelerator for the instance.
|
// An elastic inference accelerator to associate with the instance. Elastic
|
||||||
|
// inference accelerators are a resource you can attach to your Amazon EC2 instances
|
||||||
|
// to accelerate your Deep Learning (DL) inference workloads.
|
||||||
|
//
|
||||||
|
// You cannot specify accelerators from different generations in the same request.
|
||||||
|
//
|
||||||
|
// Starting April 15, 2023, Amazon Web Services will not onboard new customers
|
||||||
|
// to Amazon Elastic Inference (EI), and will help current customers migrate
|
||||||
|
// their workloads to options that offer better price and performance. After
|
||||||
|
// April 15, 2023, new customers will not be able to launch instances with Amazon
|
||||||
|
// EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2. However,
|
||||||
|
// customers who have used Amazon EI at least once during the past 30-day period
|
||||||
|
// are considered current customers and will be able to continue using the service.
|
||||||
ElasticInferenceAccelerators []*LaunchTemplateElasticInferenceAcceleratorResponse `locationName:"elasticInferenceAcceleratorSet" locationNameList:"item" type:"list"`
|
ElasticInferenceAccelerators []*LaunchTemplateElasticInferenceAcceleratorResponse `locationName:"elasticInferenceAcceleratorSet" locationNameList:"item" type:"list"`
|
||||||
|
|
||||||
// Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.
|
// Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.
|
||||||
|
|
@ -169721,6 +169905,14 @@ type SpotFleetRequestConfigData struct {
|
||||||
// it reaches the maximum amount you're willing to pay. When the maximum amount
|
// it reaches the maximum amount you're willing to pay. When the maximum amount
|
||||||
// you're willing to pay is reached, the fleet stops launching instances even
|
// you're willing to pay is reached, the fleet stops launching instances even
|
||||||
// if it hasn’t met the target capacity.
|
// if it hasn’t met the target capacity.
|
||||||
|
//
|
||||||
|
// If your fleet includes T instances that are configured as unlimited, and
|
||||||
|
// if their average CPU usage exceeds the baseline utilization, you will incur
|
||||||
|
// a charge for surplus credits. The onDemandMaxTotalPrice does not account
|
||||||
|
// for surplus credits, and, if you use surplus credits, your final cost might
|
||||||
|
// be higher than what you specified for onDemandMaxTotalPrice. For more information,
|
||||||
|
// see Surplus credits can incur charges (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances-unlimited-mode-concepts.html#unlimited-mode-surplus-credits)
|
||||||
|
// in the EC2 User Guide.
|
||||||
OnDemandMaxTotalPrice *string `locationName:"onDemandMaxTotalPrice" type:"string"`
|
OnDemandMaxTotalPrice *string `locationName:"onDemandMaxTotalPrice" type:"string"`
|
||||||
|
|
||||||
// The number of On-Demand units to request. You can choose to set the target
|
// The number of On-Demand units to request. You can choose to set the target
|
||||||
|
|
@ -169738,13 +169930,21 @@ type SpotFleetRequestConfigData struct {
|
||||||
SpotMaintenanceStrategies *SpotMaintenanceStrategies `locationName:"spotMaintenanceStrategies" type:"structure"`
|
SpotMaintenanceStrategies *SpotMaintenanceStrategies `locationName:"spotMaintenanceStrategies" type:"structure"`
|
||||||
|
|
||||||
// The maximum amount per hour for Spot Instances that you're willing to pay.
|
// The maximum amount per hour for Spot Instances that you're willing to pay.
|
||||||
// You can use the spotdMaxTotalPrice parameter, the onDemandMaxTotalPrice parameter,
|
// You can use the spotMaxTotalPrice parameter, the onDemandMaxTotalPrice parameter,
|
||||||
// or both parameters to ensure that your fleet cost does not exceed your budget.
|
// or both parameters to ensure that your fleet cost does not exceed your budget.
|
||||||
// If you set a maximum price per hour for the On-Demand Instances and Spot
|
// If you set a maximum price per hour for the On-Demand Instances and Spot
|
||||||
// Instances in your request, Spot Fleet will launch instances until it reaches
|
// Instances in your request, Spot Fleet will launch instances until it reaches
|
||||||
// the maximum amount you're willing to pay. When the maximum amount you're
|
// the maximum amount you're willing to pay. When the maximum amount you're
|
||||||
// willing to pay is reached, the fleet stops launching instances even if it
|
// willing to pay is reached, the fleet stops launching instances even if it
|
||||||
// hasn’t met the target capacity.
|
// hasn’t met the target capacity.
|
||||||
|
//
|
||||||
|
// If your fleet includes T instances that are configured as unlimited, and
|
||||||
|
// if their average CPU usage exceeds the baseline utilization, you will incur
|
||||||
|
// a charge for surplus credits. The spotMaxTotalPrice does not account for
|
||||||
|
// surplus credits, and, if you use surplus credits, your final cost might be
|
||||||
|
// higher than what you specified for spotMaxTotalPrice. For more information,
|
||||||
|
// see Surplus credits can incur charges (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances-unlimited-mode-concepts.html#unlimited-mode-surplus-credits)
|
||||||
|
// in the EC2 User Guide.
|
||||||
SpotMaxTotalPrice *string `locationName:"spotMaxTotalPrice" type:"string"`
|
SpotMaxTotalPrice *string `locationName:"spotMaxTotalPrice" type:"string"`
|
||||||
|
|
||||||
// The maximum price per unit hour that you are willing to pay for a Spot Instance.
|
// The maximum price per unit hour that you are willing to pay for a Spot Instance.
|
||||||
|
|
@ -169763,7 +169963,7 @@ type SpotFleetRequestConfigData struct {
|
||||||
// (valid only if you use LaunchTemplateConfigs) or in the SpotFleetTagSpecification
|
// (valid only if you use LaunchTemplateConfigs) or in the SpotFleetTagSpecification
|
||||||
// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SpotFleetTagSpecification.html)
|
// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SpotFleetTagSpecification.html)
|
||||||
// (valid only if you use LaunchSpecifications). For information about tagging
|
// (valid only if you use LaunchSpecifications). For information about tagging
|
||||||
// after launch, see Tagging Your Resources (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#tag-resources).
|
// after launch, see Tag your resources (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#tag-resources).
|
||||||
TagSpecifications []*TagSpecification `locationName:"TagSpecification" locationNameList:"item" type:"list"`
|
TagSpecifications []*TagSpecification `locationName:"TagSpecification" locationNameList:"item" type:"list"`
|
||||||
|
|
||||||
// The number of units to request for the Spot Fleet. You can choose to set
|
// The number of units to request for the Spot Fleet. You can choose to set
|
||||||
|
|
@ -170568,6 +170768,14 @@ type SpotOptions struct {
|
||||||
//
|
//
|
||||||
// If you specify a maximum price, your Spot Instances will be interrupted more
|
// If you specify a maximum price, your Spot Instances will be interrupted more
|
||||||
// frequently than if you do not specify this parameter.
|
// frequently than if you do not specify this parameter.
|
||||||
|
//
|
||||||
|
// If your fleet includes T instances that are configured as unlimited, and
|
||||||
|
// if their average CPU usage exceeds the baseline utilization, you will incur
|
||||||
|
// a charge for surplus credits. The maxTotalPrice does not account for surplus
|
||||||
|
// credits, and, if you use surplus credits, your final cost might be higher
|
||||||
|
// than what you specified for maxTotalPrice. For more information, see Surplus
|
||||||
|
// credits can incur charges (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances-unlimited-mode-concepts.html#unlimited-mode-surplus-credits)
|
||||||
|
// in the EC2 User Guide.
|
||||||
MaxTotalPrice *string `locationName:"maxTotalPrice" type:"string"`
|
MaxTotalPrice *string `locationName:"maxTotalPrice" type:"string"`
|
||||||
|
|
||||||
// The minimum target capacity for Spot Instances in the fleet. If the minimum
|
// The minimum target capacity for Spot Instances in the fleet. If the minimum
|
||||||
|
|
@ -170740,6 +170948,14 @@ type SpotOptionsRequest struct {
|
||||||
//
|
//
|
||||||
// If you specify a maximum price, your Spot Instances will be interrupted more
|
// If you specify a maximum price, your Spot Instances will be interrupted more
|
||||||
// frequently than if you do not specify this parameter.
|
// frequently than if you do not specify this parameter.
|
||||||
|
//
|
||||||
|
// If your fleet includes T instances that are configured as unlimited, and
|
||||||
|
// if their average CPU usage exceeds the baseline utilization, you will incur
|
||||||
|
// a charge for surplus credits. The MaxTotalPrice does not account for surplus
|
||||||
|
// credits, and, if you use surplus credits, your final cost might be higher
|
||||||
|
// than what you specified for MaxTotalPrice. For more information, see Surplus
|
||||||
|
// credits can incur charges (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances-unlimited-mode-concepts.html#unlimited-mode-surplus-credits)
|
||||||
|
// in the EC2 User Guide.
|
||||||
MaxTotalPrice *string `type:"string"`
|
MaxTotalPrice *string `type:"string"`
|
||||||
|
|
||||||
// The minimum target capacity for Spot Instances in the fleet. If the minimum
|
// The minimum target capacity for Spot Instances in the fleet. If the minimum
|
||||||
|
|
@ -178690,6 +178906,9 @@ type VerifiedAccessEndpoint struct {
|
||||||
// The IDs of the security groups for the endpoint.
|
// The IDs of the security groups for the endpoint.
|
||||||
SecurityGroupIds []*string `locationName:"securityGroupIdSet" locationNameList:"item" type:"list"`
|
SecurityGroupIds []*string `locationName:"securityGroupIdSet" locationNameList:"item" type:"list"`
|
||||||
|
|
||||||
|
// Describes the options in use for server side encryption.
|
||||||
|
SseSpecification *VerifiedAccessSseSpecificationResponse `locationName:"sseSpecification" type:"structure"`
|
||||||
|
|
||||||
// The endpoint status.
|
// The endpoint status.
|
||||||
Status *VerifiedAccessEndpointStatus `locationName:"status" type:"structure"`
|
Status *VerifiedAccessEndpointStatus `locationName:"status" type:"structure"`
|
||||||
|
|
||||||
|
|
@ -178802,6 +179021,12 @@ func (s *VerifiedAccessEndpoint) SetSecurityGroupIds(v []*string) *VerifiedAcces
|
||||||
return s
|
return s
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// SetSseSpecification sets the SseSpecification field's value.
|
||||||
|
func (s *VerifiedAccessEndpoint) SetSseSpecification(v *VerifiedAccessSseSpecificationResponse) *VerifiedAccessEndpoint {
|
||||||
|
s.SseSpecification = v
|
||||||
|
return s
|
||||||
|
}
|
||||||
|
|
||||||
// SetStatus sets the Status field's value.
|
// SetStatus sets the Status field's value.
|
||||||
func (s *VerifiedAccessEndpoint) SetStatus(v *VerifiedAccessEndpointStatus) *VerifiedAccessEndpoint {
|
func (s *VerifiedAccessEndpoint) SetStatus(v *VerifiedAccessEndpointStatus) *VerifiedAccessEndpoint {
|
||||||
s.Status = v
|
s.Status = v
|
||||||
|
|
@ -179002,6 +179227,9 @@ type VerifiedAccessGroup struct {
|
||||||
// The Amazon Web Services account number that owns the group.
|
// The Amazon Web Services account number that owns the group.
|
||||||
Owner *string `locationName:"owner" type:"string"`
|
Owner *string `locationName:"owner" type:"string"`
|
||||||
|
|
||||||
|
// Describes the options in use for server side encryption.
|
||||||
|
SseSpecification *VerifiedAccessSseSpecificationResponse `locationName:"sseSpecification" type:"structure"`
|
||||||
|
|
||||||
// The tags.
|
// The tags.
|
||||||
Tags []*Tag `locationName:"tagSet" locationNameList:"item" type:"list"`
|
Tags []*Tag `locationName:"tagSet" locationNameList:"item" type:"list"`
|
||||||
|
|
||||||
|
|
@ -179063,6 +179291,12 @@ func (s *VerifiedAccessGroup) SetOwner(v string) *VerifiedAccessGroup {
|
||||||
return s
|
return s
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// SetSseSpecification sets the SseSpecification field's value.
|
||||||
|
func (s *VerifiedAccessGroup) SetSseSpecification(v *VerifiedAccessSseSpecificationResponse) *VerifiedAccessGroup {
|
||||||
|
s.SseSpecification = v
|
||||||
|
return s
|
||||||
|
}
|
||||||
|
|
||||||
// SetTags sets the Tags field's value.
|
// SetTags sets the Tags field's value.
|
||||||
func (s *VerifiedAccessGroup) SetTags(v []*Tag) *VerifiedAccessGroup {
|
func (s *VerifiedAccessGroup) SetTags(v []*Tag) *VerifiedAccessGroup {
|
||||||
s.Tags = v
|
s.Tags = v
|
||||||
|
|
@ -179097,7 +179331,7 @@ type VerifiedAccessInstance struct {
|
||||||
// A description for the Amazon Web Services Verified Access instance.
|
// A description for the Amazon Web Services Verified Access instance.
|
||||||
Description *string `locationName:"description" type:"string"`
|
Description *string `locationName:"description" type:"string"`
|
||||||
|
|
||||||
// Describes if support for Federal Information Processing Standards (FIPS)
|
// Describes whether support for Federal Information Processing Standards (FIPS)
|
||||||
// is enabled on the instance.
|
// is enabled on the instance.
|
||||||
FipsEnabled *bool `locationName:"fipsEnabled" type:"boolean"`
|
FipsEnabled *bool `locationName:"fipsEnabled" type:"boolean"`
|
||||||
|
|
||||||
|
|
@ -179773,6 +180007,94 @@ func (s *VerifiedAccessLogs) SetS3(v *VerifiedAccessLogS3Destination) *VerifiedA
|
||||||
return s
|
return s
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Verified Access provides server side encryption by default to data at rest
|
||||||
|
// using Amazon Web Services-owned KMS keys. You also have the option of using
|
||||||
|
// customer managed KMS keys, which can be specified using the options below.
|
||||||
|
type VerifiedAccessSseSpecificationRequest struct {
|
||||||
|
_ struct{} `type:"structure"`
|
||||||
|
|
||||||
|
// Enable or disable the use of customer managed KMS keys for server side encryption.
|
||||||
|
//
|
||||||
|
// Valid values: True | False
|
||||||
|
CustomerManagedKeyEnabled *bool `type:"boolean"`
|
||||||
|
|
||||||
|
// The ARN of the KMS key.
|
||||||
|
KmsKeyArn *string `type:"string"`
|
||||||
|
}
|
||||||
|
|
||||||
|
// String returns the string representation.
|
||||||
|
//
|
||||||
|
// API parameter values that are decorated as "sensitive" in the API will not
|
||||||
|
// be included in the string output. The member name will be present, but the
|
||||||
|
// value will be replaced with "sensitive".
|
||||||
|
func (s VerifiedAccessSseSpecificationRequest) String() string {
|
||||||
|
return awsutil.Prettify(s)
|
||||||
|
}
|
||||||
|
|
||||||
|
// GoString returns the string representation.
|
||||||
|
//
|
||||||
|
// API parameter values that are decorated as "sensitive" in the API will not
|
||||||
|
// be included in the string output. The member name will be present, but the
|
||||||
|
// value will be replaced with "sensitive".
|
||||||
|
func (s VerifiedAccessSseSpecificationRequest) GoString() string {
|
||||||
|
return s.String()
|
||||||
|
}
|
||||||
|
|
||||||
|
// SetCustomerManagedKeyEnabled sets the CustomerManagedKeyEnabled field's value.
|
||||||
|
func (s *VerifiedAccessSseSpecificationRequest) SetCustomerManagedKeyEnabled(v bool) *VerifiedAccessSseSpecificationRequest {
|
||||||
|
s.CustomerManagedKeyEnabled = &v
|
||||||
|
return s
|
||||||
|
}
|
||||||
|
|
||||||
|
// SetKmsKeyArn sets the KmsKeyArn field's value.
|
||||||
|
func (s *VerifiedAccessSseSpecificationRequest) SetKmsKeyArn(v string) *VerifiedAccessSseSpecificationRequest {
|
||||||
|
s.KmsKeyArn = &v
|
||||||
|
return s
|
||||||
|
}
|
||||||
|
|
||||||
|
// Describes the options in use for server side encryption.
|
||||||
|
type VerifiedAccessSseSpecificationResponse struct {
|
||||||
|
_ struct{} `type:"structure"`
|
||||||
|
|
||||||
|
// Describes the use of customer managed KMS keys for server side encryption.
|
||||||
|
//
|
||||||
|
// Valid values: True | False
|
||||||
|
CustomerManagedKeyEnabled *bool `locationName:"customerManagedKeyEnabled" type:"boolean"`
|
||||||
|
|
||||||
|
// Describes the ARN of the KMS key.
|
||||||
|
KmsKeyArn *string `locationName:"kmsKeyArn" type:"string"`
|
||||||
|
}
|
||||||
|
|
||||||
|
// String returns the string representation.
|
||||||
|
//
|
||||||
|
// API parameter values that are decorated as "sensitive" in the API will not
|
||||||
|
// be included in the string output. The member name will be present, but the
|
||||||
|
// value will be replaced with "sensitive".
|
||||||
|
func (s VerifiedAccessSseSpecificationResponse) String() string {
|
||||||
|
return awsutil.Prettify(s)
|
||||||
|
}
|
||||||
|
|
||||||
|
// GoString returns the string representation.
|
||||||
|
//
|
||||||
|
// API parameter values that are decorated as "sensitive" in the API will not
|
||||||
|
// be included in the string output. The member name will be present, but the
|
||||||
|
// value will be replaced with "sensitive".
|
||||||
|
func (s VerifiedAccessSseSpecificationResponse) GoString() string {
|
||||||
|
return s.String()
|
||||||
|
}
|
||||||
|
|
||||||
|
// SetCustomerManagedKeyEnabled sets the CustomerManagedKeyEnabled field's value.
|
||||||
|
func (s *VerifiedAccessSseSpecificationResponse) SetCustomerManagedKeyEnabled(v bool) *VerifiedAccessSseSpecificationResponse {
|
||||||
|
s.CustomerManagedKeyEnabled = &v
|
||||||
|
return s
|
||||||
|
}
|
||||||
|
|
||||||
|
// SetKmsKeyArn sets the KmsKeyArn field's value.
|
||||||
|
func (s *VerifiedAccessSseSpecificationResponse) SetKmsKeyArn(v string) *VerifiedAccessSseSpecificationResponse {
|
||||||
|
s.KmsKeyArn = &v
|
||||||
|
return s
|
||||||
|
}
|
||||||
|
|
||||||
// Describes a Verified Access trust provider.
|
// Describes a Verified Access trust provider.
|
||||||
type VerifiedAccessTrustProvider struct {
|
type VerifiedAccessTrustProvider struct {
|
||||||
_ struct{} `type:"structure"`
|
_ struct{} `type:"structure"`
|
||||||
|
|
@ -179798,6 +180120,9 @@ type VerifiedAccessTrustProvider struct {
|
||||||
// The identifier to be used when working with policy rules.
|
// The identifier to be used when working with policy rules.
|
||||||
PolicyReferenceName *string `locationName:"policyReferenceName" type:"string"`
|
PolicyReferenceName *string `locationName:"policyReferenceName" type:"string"`
|
||||||
|
|
||||||
|
// Describes the options in use for server side encryption.
|
||||||
|
SseSpecification *VerifiedAccessSseSpecificationResponse `locationName:"sseSpecification" type:"structure"`
|
||||||
|
|
||||||
// The tags.
|
// The tags.
|
||||||
Tags []*Tag `locationName:"tagSet" locationNameList:"item" type:"list"`
|
Tags []*Tag `locationName:"tagSet" locationNameList:"item" type:"list"`
|
||||||
|
|
||||||
|
|
@ -179871,6 +180196,12 @@ func (s *VerifiedAccessTrustProvider) SetPolicyReferenceName(v string) *Verified
|
||||||
return s
|
return s
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// SetSseSpecification sets the SseSpecification field's value.
|
||||||
|
func (s *VerifiedAccessTrustProvider) SetSseSpecification(v *VerifiedAccessSseSpecificationResponse) *VerifiedAccessTrustProvider {
|
||||||
|
s.SseSpecification = v
|
||||||
|
return s
|
||||||
|
}
|
||||||
|
|
||||||
// SetTags sets the Tags field's value.
|
// SetTags sets the Tags field's value.
|
||||||
func (s *VerifiedAccessTrustProvider) SetTags(v []*Tag) *VerifiedAccessTrustProvider {
|
func (s *VerifiedAccessTrustProvider) SetTags(v []*Tag) *VerifiedAccessTrustProvider {
|
||||||
s.Tags = v
|
s.Tags = v
|
||||||
|
|
@ -187952,6 +188283,30 @@ const (
|
||||||
|
|
||||||
// InstanceTypeMac2M2proMetal is a InstanceType enum value
|
// InstanceTypeMac2M2proMetal is a InstanceType enum value
|
||||||
InstanceTypeMac2M2proMetal = "mac2-m2pro.metal"
|
InstanceTypeMac2M2proMetal = "mac2-m2pro.metal"
|
||||||
|
|
||||||
|
// InstanceTypeR7izLarge is a InstanceType enum value
|
||||||
|
InstanceTypeR7izLarge = "r7iz.large"
|
||||||
|
|
||||||
|
// InstanceTypeR7izXlarge is a InstanceType enum value
|
||||||
|
InstanceTypeR7izXlarge = "r7iz.xlarge"
|
||||||
|
|
||||||
|
// InstanceTypeR7iz2xlarge is a InstanceType enum value
|
||||||
|
InstanceTypeR7iz2xlarge = "r7iz.2xlarge"
|
||||||
|
|
||||||
|
// InstanceTypeR7iz4xlarge is a InstanceType enum value
|
||||||
|
InstanceTypeR7iz4xlarge = "r7iz.4xlarge"
|
||||||
|
|
||||||
|
// InstanceTypeR7iz8xlarge is a InstanceType enum value
|
||||||
|
InstanceTypeR7iz8xlarge = "r7iz.8xlarge"
|
||||||
|
|
||||||
|
// InstanceTypeR7iz12xlarge is a InstanceType enum value
|
||||||
|
InstanceTypeR7iz12xlarge = "r7iz.12xlarge"
|
||||||
|
|
||||||
|
// InstanceTypeR7iz16xlarge is a InstanceType enum value
|
||||||
|
InstanceTypeR7iz16xlarge = "r7iz.16xlarge"
|
||||||
|
|
||||||
|
// InstanceTypeR7iz32xlarge is a InstanceType enum value
|
||||||
|
InstanceTypeR7iz32xlarge = "r7iz.32xlarge"
|
||||||
)
|
)
|
||||||
|
|
||||||
// InstanceType_Values returns all elements of the InstanceType enum
|
// InstanceType_Values returns all elements of the InstanceType enum
|
||||||
|
|
@ -188698,6 +189053,14 @@ func InstanceType_Values() []string {
|
||||||
InstanceTypeC7i24xlarge,
|
InstanceTypeC7i24xlarge,
|
||||||
InstanceTypeC7i48xlarge,
|
InstanceTypeC7i48xlarge,
|
||||||
InstanceTypeMac2M2proMetal,
|
InstanceTypeMac2M2proMetal,
|
||||||
|
InstanceTypeR7izLarge,
|
||||||
|
InstanceTypeR7izXlarge,
|
||||||
|
InstanceTypeR7iz2xlarge,
|
||||||
|
InstanceTypeR7iz4xlarge,
|
||||||
|
InstanceTypeR7iz8xlarge,
|
||||||
|
InstanceTypeR7iz12xlarge,
|
||||||
|
InstanceTypeR7iz16xlarge,
|
||||||
|
InstanceTypeR7iz32xlarge,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
13
vendor/github.com/osbuild/images/internal/environment/azure.go
generated
vendored
13
vendor/github.com/osbuild/images/internal/environment/azure.go
generated
vendored
|
|
@ -5,9 +5,18 @@ type Azure struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *Azure) GetPackages() []string {
|
func (p *Azure) GetPackages() []string {
|
||||||
return []string{"WALinuxAgent"}
|
return []string{
|
||||||
|
"cloud-init",
|
||||||
|
"WALinuxAgent",
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *Azure) GetServices() []string {
|
func (p *Azure) GetServices() []string {
|
||||||
return []string{"waagent"}
|
return []string{
|
||||||
|
"cloud-init.service",
|
||||||
|
"cloud-config.service",
|
||||||
|
"cloud-final.service",
|
||||||
|
"cloud-init-local.service",
|
||||||
|
"waagent",
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
7
vendor/github.com/osbuild/images/internal/environment/ec2.go
generated
vendored
7
vendor/github.com/osbuild/images/internal/environment/ec2.go
generated
vendored
|
|
@ -9,5 +9,10 @@ func (p *EC2) GetPackages() []string {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *EC2) GetServices() []string {
|
func (p *EC2) GetServices() []string {
|
||||||
return []string{"cloud-init.service"}
|
return []string{
|
||||||
|
"cloud-init.service",
|
||||||
|
"cloud-config.service",
|
||||||
|
"cloud-final.service",
|
||||||
|
"cloud-init-local.service",
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
21
vendor/github.com/osbuild/images/internal/environment/kvm.go
generated
vendored
Normal file
21
vendor/github.com/osbuild/images/internal/environment/kvm.go
generated
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
package environment
|
||||||
|
|
||||||
|
type KVM struct {
|
||||||
|
BaseEnvironment
|
||||||
|
}
|
||||||
|
|
||||||
|
func (e *KVM) GetPackages() []string {
|
||||||
|
return []string{
|
||||||
|
"cloud-init",
|
||||||
|
"qemu-guest-agent",
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (e *KVM) GetServices() []string {
|
||||||
|
return []string{
|
||||||
|
"cloud-init.service",
|
||||||
|
"cloud-config.service",
|
||||||
|
"cloud-final.service",
|
||||||
|
"cloud-init-local.service",
|
||||||
|
}
|
||||||
|
}
|
||||||
9
vendor/github.com/osbuild/images/pkg/blueprint/blueprint.go
generated
vendored
9
vendor/github.com/osbuild/images/pkg/blueprint/blueprint.go
generated
vendored
|
|
@ -12,14 +12,9 @@ type Blueprint struct {
|
||||||
Containers []Container `json:"containers,omitempty" toml:"containers,omitempty"`
|
Containers []Container `json:"containers,omitempty" toml:"containers,omitempty"`
|
||||||
Customizations *Customizations `json:"customizations,omitempty" toml:"customizations"`
|
Customizations *Customizations `json:"customizations,omitempty" toml:"customizations"`
|
||||||
Distro string `json:"distro" toml:"distro"`
|
Distro string `json:"distro" toml:"distro"`
|
||||||
}
|
|
||||||
|
|
||||||
type Change struct {
|
// EXPERIMENTAL
|
||||||
Commit string `json:"commit" toml:"commit"`
|
Minimal bool `json:"minimal" toml:"minimal"`
|
||||||
Message string `json:"message" toml:"message"`
|
|
||||||
Revision *int `json:"revision" toml:"revision"`
|
|
||||||
Timestamp string `json:"timestamp" toml:"timestamp"`
|
|
||||||
Blueprint Blueprint `json:"-" toml:"-"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// A Package specifies an RPM package.
|
// A Package specifies an RPM package.
|
||||||
|
|
|
||||||
13
vendor/github.com/osbuild/images/pkg/distro/fedora/distro.go
generated
vendored
13
vendor/github.com/osbuild/images/pkg/distro/fedora/distro.go
generated
vendored
|
|
@ -233,20 +233,15 @@ var (
|
||||||
}
|
}
|
||||||
|
|
||||||
qcow2ImgType = imageType{
|
qcow2ImgType = imageType{
|
||||||
name: "qcow2",
|
name: "qcow2",
|
||||||
filename: "disk.qcow2",
|
filename: "disk.qcow2",
|
||||||
mimeType: "application/x-qemu-disk",
|
mimeType: "application/x-qemu-disk",
|
||||||
|
environment: &environment.KVM{},
|
||||||
packageSets: map[string]packageSetFunc{
|
packageSets: map[string]packageSetFunc{
|
||||||
osPkgsKey: qcow2CommonPackageSet,
|
osPkgsKey: qcow2CommonPackageSet,
|
||||||
},
|
},
|
||||||
defaultImageConfig: &distro.ImageConfig{
|
defaultImageConfig: &distro.ImageConfig{
|
||||||
DefaultTarget: common.ToPtr("multi-user.target"),
|
DefaultTarget: common.ToPtr("multi-user.target"),
|
||||||
EnabledServices: []string{
|
|
||||||
"cloud-init.service",
|
|
||||||
"cloud-config.service",
|
|
||||||
"cloud-final.service",
|
|
||||||
"cloud-init-local.service",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
kernelOptions: cloudKernelOptions,
|
kernelOptions: cloudKernelOptions,
|
||||||
bootable: true,
|
bootable: true,
|
||||||
|
|
|
||||||
36
vendor/github.com/osbuild/images/pkg/distro/fedora/images.go
generated
vendored
36
vendor/github.com/osbuild/images/pkg/distro/fedora/images.go
generated
vendored
|
|
@ -235,7 +235,7 @@ func osCustomizations(
|
||||||
|
|
||||||
func diskImage(workload workload.Workload,
|
func diskImage(workload workload.Workload,
|
||||||
t *imageType,
|
t *imageType,
|
||||||
customizations *blueprint.Customizations,
|
bp *blueprint.Blueprint,
|
||||||
options distro.ImageOptions,
|
options distro.ImageOptions,
|
||||||
packageSets map[string]rpmmd.PackageSet,
|
packageSets map[string]rpmmd.PackageSet,
|
||||||
containers []container.SourceSpec,
|
containers []container.SourceSpec,
|
||||||
|
|
@ -243,12 +243,16 @@ func diskImage(workload workload.Workload,
|
||||||
|
|
||||||
img := image.NewDiskImage()
|
img := image.NewDiskImage()
|
||||||
img.Platform = t.platform
|
img.Platform = t.platform
|
||||||
img.OSCustomizations = osCustomizations(t, packageSets[osPkgsKey], containers, customizations)
|
img.OSCustomizations = osCustomizations(t, packageSets[osPkgsKey], containers, bp.Customizations)
|
||||||
img.Environment = t.environment
|
img.Environment = t.environment
|
||||||
img.Workload = workload
|
img.Workload = workload
|
||||||
img.Compression = t.compression
|
img.Compression = t.compression
|
||||||
|
if bp.Minimal {
|
||||||
|
// Disable weak dependencies if the 'minimal' option is enabled
|
||||||
|
img.InstallWeakDeps = common.ToPtr(false)
|
||||||
|
}
|
||||||
// TODO: move generation into LiveImage
|
// TODO: move generation into LiveImage
|
||||||
pt, err := t.getPartitionTable(customizations.GetFilesystems(), options, rng)
|
pt, err := t.getPartitionTable(bp.Customizations.GetFilesystems(), options, rng)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
@ -261,7 +265,7 @@ func diskImage(workload workload.Workload,
|
||||||
|
|
||||||
func containerImage(workload workload.Workload,
|
func containerImage(workload workload.Workload,
|
||||||
t *imageType,
|
t *imageType,
|
||||||
c *blueprint.Customizations,
|
bp *blueprint.Blueprint,
|
||||||
options distro.ImageOptions,
|
options distro.ImageOptions,
|
||||||
packageSets map[string]rpmmd.PackageSet,
|
packageSets map[string]rpmmd.PackageSet,
|
||||||
containers []container.SourceSpec,
|
containers []container.SourceSpec,
|
||||||
|
|
@ -269,7 +273,7 @@ func containerImage(workload workload.Workload,
|
||||||
img := image.NewBaseContainer()
|
img := image.NewBaseContainer()
|
||||||
|
|
||||||
img.Platform = t.platform
|
img.Platform = t.platform
|
||||||
img.OSCustomizations = osCustomizations(t, packageSets[osPkgsKey], containers, c)
|
img.OSCustomizations = osCustomizations(t, packageSets[osPkgsKey], containers, bp.Customizations)
|
||||||
img.Environment = t.environment
|
img.Environment = t.environment
|
||||||
img.Workload = workload
|
img.Workload = workload
|
||||||
|
|
||||||
|
|
@ -280,7 +284,7 @@ func containerImage(workload workload.Workload,
|
||||||
|
|
||||||
func liveInstallerImage(workload workload.Workload,
|
func liveInstallerImage(workload workload.Workload,
|
||||||
t *imageType,
|
t *imageType,
|
||||||
customizations *blueprint.Customizations,
|
bp *blueprint.Blueprint,
|
||||||
options distro.ImageOptions,
|
options distro.ImageOptions,
|
||||||
packageSets map[string]rpmmd.PackageSet,
|
packageSets map[string]rpmmd.PackageSet,
|
||||||
containers []container.SourceSpec,
|
containers []container.SourceSpec,
|
||||||
|
|
@ -307,7 +311,7 @@ func liveInstallerImage(workload workload.Workload,
|
||||||
|
|
||||||
func imageInstallerImage(workload workload.Workload,
|
func imageInstallerImage(workload workload.Workload,
|
||||||
t *imageType,
|
t *imageType,
|
||||||
customizations *blueprint.Customizations,
|
bp *blueprint.Blueprint,
|
||||||
options distro.ImageOptions,
|
options distro.ImageOptions,
|
||||||
packageSets map[string]rpmmd.PackageSet,
|
packageSets map[string]rpmmd.PackageSet,
|
||||||
containers []container.SourceSpec,
|
containers []container.SourceSpec,
|
||||||
|
|
@ -327,6 +331,7 @@ func imageInstallerImage(workload workload.Workload,
|
||||||
}
|
}
|
||||||
img.AdditionalAnacondaModules = append(img.AdditionalAnacondaModules, "org.fedoraproject.Anaconda.Modules.Users")
|
img.AdditionalAnacondaModules = append(img.AdditionalAnacondaModules, "org.fedoraproject.Anaconda.Modules.Users")
|
||||||
|
|
||||||
|
customizations := bp.Customizations
|
||||||
img.Platform = t.platform
|
img.Platform = t.platform
|
||||||
img.Workload = workload
|
img.Workload = workload
|
||||||
img.OSCustomizations = osCustomizations(t, packageSets[osPkgsKey], containers, customizations)
|
img.OSCustomizations = osCustomizations(t, packageSets[osPkgsKey], containers, customizations)
|
||||||
|
|
@ -351,7 +356,7 @@ func imageInstallerImage(workload workload.Workload,
|
||||||
|
|
||||||
func iotCommitImage(workload workload.Workload,
|
func iotCommitImage(workload workload.Workload,
|
||||||
t *imageType,
|
t *imageType,
|
||||||
customizations *blueprint.Customizations,
|
bp *blueprint.Blueprint,
|
||||||
options distro.ImageOptions,
|
options distro.ImageOptions,
|
||||||
packageSets map[string]rpmmd.PackageSet,
|
packageSets map[string]rpmmd.PackageSet,
|
||||||
containers []container.SourceSpec,
|
containers []container.SourceSpec,
|
||||||
|
|
@ -363,7 +368,7 @@ func iotCommitImage(workload workload.Workload,
|
||||||
d := t.arch.distro
|
d := t.arch.distro
|
||||||
|
|
||||||
img.Platform = t.platform
|
img.Platform = t.platform
|
||||||
img.OSCustomizations = osCustomizations(t, packageSets[osPkgsKey], containers, customizations)
|
img.OSCustomizations = osCustomizations(t, packageSets[osPkgsKey], containers, bp.Customizations)
|
||||||
if !common.VersionLessThan(d.Releasever(), "38") {
|
if !common.VersionLessThan(d.Releasever(), "38") {
|
||||||
// see https://github.com/ostreedev/ostree/issues/2840
|
// see https://github.com/ostreedev/ostree/issues/2840
|
||||||
img.OSCustomizations.Presets = []osbuild.Preset{
|
img.OSCustomizations.Presets = []osbuild.Preset{
|
||||||
|
|
@ -393,7 +398,7 @@ func iotCommitImage(workload workload.Workload,
|
||||||
|
|
||||||
func iotContainerImage(workload workload.Workload,
|
func iotContainerImage(workload workload.Workload,
|
||||||
t *imageType,
|
t *imageType,
|
||||||
customizations *blueprint.Customizations,
|
bp *blueprint.Blueprint,
|
||||||
options distro.ImageOptions,
|
options distro.ImageOptions,
|
||||||
packageSets map[string]rpmmd.PackageSet,
|
packageSets map[string]rpmmd.PackageSet,
|
||||||
containers []container.SourceSpec,
|
containers []container.SourceSpec,
|
||||||
|
|
@ -403,7 +408,7 @@ func iotContainerImage(workload workload.Workload,
|
||||||
img := image.NewOSTreeContainer(commitRef)
|
img := image.NewOSTreeContainer(commitRef)
|
||||||
d := t.arch.distro
|
d := t.arch.distro
|
||||||
img.Platform = t.platform
|
img.Platform = t.platform
|
||||||
img.OSCustomizations = osCustomizations(t, packageSets[osPkgsKey], containers, customizations)
|
img.OSCustomizations = osCustomizations(t, packageSets[osPkgsKey], containers, bp.Customizations)
|
||||||
if !common.VersionLessThan(d.Releasever(), "38") {
|
if !common.VersionLessThan(d.Releasever(), "38") {
|
||||||
// see https://github.com/ostreedev/ostree/issues/2840
|
// see https://github.com/ostreedev/ostree/issues/2840
|
||||||
img.OSCustomizations.Presets = []osbuild.Preset{
|
img.OSCustomizations.Presets = []osbuild.Preset{
|
||||||
|
|
@ -434,7 +439,7 @@ func iotContainerImage(workload workload.Workload,
|
||||||
|
|
||||||
func iotInstallerImage(workload workload.Workload,
|
func iotInstallerImage(workload workload.Workload,
|
||||||
t *imageType,
|
t *imageType,
|
||||||
customizations *blueprint.Customizations,
|
bp *blueprint.Blueprint,
|
||||||
options distro.ImageOptions,
|
options distro.ImageOptions,
|
||||||
packageSets map[string]rpmmd.PackageSet,
|
packageSets map[string]rpmmd.PackageSet,
|
||||||
containers []container.SourceSpec,
|
containers []container.SourceSpec,
|
||||||
|
|
@ -449,6 +454,7 @@ func iotInstallerImage(workload workload.Workload,
|
||||||
|
|
||||||
img := image.NewAnacondaOSTreeInstaller(commit)
|
img := image.NewAnacondaOSTreeInstaller(commit)
|
||||||
|
|
||||||
|
customizations := bp.Customizations
|
||||||
img.Platform = t.platform
|
img.Platform = t.platform
|
||||||
img.ExtraBasePackages = packageSets[installerPkgsKey]
|
img.ExtraBasePackages = packageSets[installerPkgsKey]
|
||||||
img.Users = users.UsersFromBP(customizations.GetUsers())
|
img.Users = users.UsersFromBP(customizations.GetUsers())
|
||||||
|
|
@ -475,7 +481,7 @@ func iotInstallerImage(workload workload.Workload,
|
||||||
|
|
||||||
func iotImage(workload workload.Workload,
|
func iotImage(workload workload.Workload,
|
||||||
t *imageType,
|
t *imageType,
|
||||||
customizations *blueprint.Customizations,
|
bp *blueprint.Blueprint,
|
||||||
options distro.ImageOptions,
|
options distro.ImageOptions,
|
||||||
packageSets map[string]rpmmd.PackageSet,
|
packageSets map[string]rpmmd.PackageSet,
|
||||||
containers []container.SourceSpec,
|
containers []container.SourceSpec,
|
||||||
|
|
@ -489,6 +495,7 @@ func iotImage(workload workload.Workload,
|
||||||
|
|
||||||
distro := t.Arch().Distro()
|
distro := t.Arch().Distro()
|
||||||
|
|
||||||
|
customizations := bp.Customizations
|
||||||
img.Users = users.UsersFromBP(customizations.GetUsers())
|
img.Users = users.UsersFromBP(customizations.GetUsers())
|
||||||
img.Groups = users.GroupsFromBP(customizations.GetGroups())
|
img.Groups = users.GroupsFromBP(customizations.GetGroups())
|
||||||
|
|
||||||
|
|
@ -551,7 +558,7 @@ func iotImage(workload workload.Workload,
|
||||||
|
|
||||||
func iotSimplifiedInstallerImage(workload workload.Workload,
|
func iotSimplifiedInstallerImage(workload workload.Workload,
|
||||||
t *imageType,
|
t *imageType,
|
||||||
customizations *blueprint.Customizations,
|
bp *blueprint.Blueprint,
|
||||||
options distro.ImageOptions,
|
options distro.ImageOptions,
|
||||||
packageSets map[string]rpmmd.PackageSet,
|
packageSets map[string]rpmmd.PackageSet,
|
||||||
containers []container.SourceSpec,
|
containers []container.SourceSpec,
|
||||||
|
|
@ -563,6 +570,7 @@ func iotSimplifiedInstallerImage(workload workload.Workload,
|
||||||
}
|
}
|
||||||
rawImg := image.NewOSTreeDiskImage(commit)
|
rawImg := image.NewOSTreeDiskImage(commit)
|
||||||
|
|
||||||
|
customizations := bp.Customizations
|
||||||
rawImg.Users = users.UsersFromBP(customizations.GetUsers())
|
rawImg.Users = users.UsersFromBP(customizations.GetUsers())
|
||||||
rawImg.Groups = users.GroupsFromBP(customizations.GetGroups())
|
rawImg.Groups = users.GroupsFromBP(customizations.GetGroups())
|
||||||
|
|
||||||
|
|
|
||||||
11
vendor/github.com/osbuild/images/pkg/distro/fedora/imagetype.go
generated
vendored
11
vendor/github.com/osbuild/images/pkg/distro/fedora/imagetype.go
generated
vendored
|
|
@ -21,7 +21,7 @@ import (
|
||||||
"golang.org/x/exp/slices"
|
"golang.org/x/exp/slices"
|
||||||
)
|
)
|
||||||
|
|
||||||
type imageFunc func(workload workload.Workload, t *imageType, customizations *blueprint.Customizations, options distro.ImageOptions, packageSets map[string]rpmmd.PackageSet, containers []container.SourceSpec, rng *rand.Rand) (image.ImageKind, error)
|
type imageFunc func(workload workload.Workload, t *imageType, bp *blueprint.Blueprint, options distro.ImageOptions, packageSets map[string]rpmmd.PackageSet, containers []container.SourceSpec, rng *rand.Rand) (image.ImageKind, error)
|
||||||
|
|
||||||
type packageSetFunc func(t *imageType) rpmmd.PackageSet
|
type packageSetFunc func(t *imageType) rpmmd.PackageSet
|
||||||
|
|
||||||
|
|
@ -174,8 +174,11 @@ func (t *imageType) Manifest(bp *blueprint.Blueprint,
|
||||||
// of the same name from the distro and arch
|
// of the same name from the distro and arch
|
||||||
staticPackageSets := make(map[string]rpmmd.PackageSet)
|
staticPackageSets := make(map[string]rpmmd.PackageSet)
|
||||||
|
|
||||||
for name, getter := range t.packageSets {
|
// don't add any static packages if Minimal was selected
|
||||||
staticPackageSets[name] = getter(t)
|
if !bp.Minimal {
|
||||||
|
for name, getter := range t.packageSets {
|
||||||
|
staticPackageSets[name] = getter(t)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// amend with repository information and collect payload repos
|
// amend with repository information and collect payload repos
|
||||||
|
|
@ -219,7 +222,7 @@ func (t *imageType) Manifest(bp *blueprint.Blueprint,
|
||||||
/* #nosec G404 */
|
/* #nosec G404 */
|
||||||
rng := rand.New(source)
|
rng := rand.New(source)
|
||||||
|
|
||||||
img, err := t.image(w, t, bp.Customizations, options, staticPackageSets, containerSources, rng)
|
img, err := t.image(w, t, bp, options, staticPackageSets, containerSources, rng)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, nil, err
|
return nil, nil, err
|
||||||
}
|
}
|
||||||
|
|
|
||||||
1
vendor/github.com/osbuild/images/pkg/distro/fedora/package_sets.go
generated
vendored
1
vendor/github.com/osbuild/images/pkg/distro/fedora/package_sets.go
generated
vendored
|
|
@ -434,6 +434,7 @@ func liveInstallerPackageSet(t *imageType) rpmmd.PackageSet {
|
||||||
"fcoe-utils",
|
"fcoe-utils",
|
||||||
"gfs2-utils",
|
"gfs2-utils",
|
||||||
"reiserfs-utils",
|
"reiserfs-utils",
|
||||||
|
"sdubby",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
390
vendor/github.com/osbuild/images/pkg/distro/rhel9/azure.go
generated
vendored
390
vendor/github.com/osbuild/images/pkg/distro/rhel9/azure.go
generated
vendored
|
|
@ -176,217 +176,229 @@ func azureRhuiPackageSet(t *imageType) rpmmd.PackageSet {
|
||||||
|
|
||||||
// PARTITION TABLES
|
// PARTITION TABLES
|
||||||
|
|
||||||
var azureRhuiBasePartitionTables = distro.BasePartitionTableMap{
|
func azureRhuiBasePartitionTables(t *imageType) (disk.PartitionTable, bool) {
|
||||||
platform.ARCH_X86_64.String(): disk.PartitionTable{
|
// RHEL >= 9.3 needs to have a bigger /boot, see RHEL-7999
|
||||||
UUID: "D209C89E-EA5E-4FBD-B161-B461CCE297E0",
|
bootSize := uint64(600) * common.MebiByte
|
||||||
Type: "gpt",
|
if common.VersionLessThan(t.arch.distro.osVersion, "9.3") && t.arch.distro.isRHEL() {
|
||||||
Size: 64 * common.GibiByte,
|
bootSize = 500 * common.MebiByte
|
||||||
Partitions: []disk.Partition{
|
}
|
||||||
{
|
|
||||||
Size: 500 * common.MebiByte,
|
switch t.platform.GetArch() {
|
||||||
Type: disk.EFISystemPartitionGUID,
|
case platform.ARCH_X86_64:
|
||||||
UUID: disk.EFISystemPartitionUUID,
|
return disk.PartitionTable{
|
||||||
Payload: &disk.Filesystem{
|
UUID: "D209C89E-EA5E-4FBD-B161-B461CCE297E0",
|
||||||
Type: "vfat",
|
Type: "gpt",
|
||||||
UUID: disk.EFIFilesystemUUID,
|
Size: 64 * common.GibiByte,
|
||||||
Mountpoint: "/boot/efi",
|
Partitions: []disk.Partition{
|
||||||
FSTabOptions: "defaults,uid=0,gid=0,umask=077,shortname=winnt",
|
{
|
||||||
FSTabFreq: 0,
|
Size: 500 * common.MebiByte,
|
||||||
FSTabPassNo: 2,
|
Type: disk.EFISystemPartitionGUID,
|
||||||
|
UUID: disk.EFISystemPartitionUUID,
|
||||||
|
Payload: &disk.Filesystem{
|
||||||
|
Type: "vfat",
|
||||||
|
UUID: disk.EFIFilesystemUUID,
|
||||||
|
Mountpoint: "/boot/efi",
|
||||||
|
FSTabOptions: "defaults,uid=0,gid=0,umask=077,shortname=winnt",
|
||||||
|
FSTabFreq: 0,
|
||||||
|
FSTabPassNo: 2,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
{
|
||||||
{
|
Size: bootSize,
|
||||||
Size: 500 * common.MebiByte,
|
Type: disk.FilesystemDataGUID,
|
||||||
Type: disk.FilesystemDataGUID,
|
UUID: disk.FilesystemDataUUID,
|
||||||
UUID: disk.FilesystemDataUUID,
|
Payload: &disk.Filesystem{
|
||||||
Payload: &disk.Filesystem{
|
Type: "xfs",
|
||||||
Type: "xfs",
|
Mountpoint: "/boot",
|
||||||
Mountpoint: "/boot",
|
FSTabOptions: "defaults",
|
||||||
FSTabOptions: "defaults",
|
FSTabFreq: 0,
|
||||||
FSTabFreq: 0,
|
FSTabPassNo: 0,
|
||||||
FSTabPassNo: 0,
|
},
|
||||||
},
|
},
|
||||||
},
|
{
|
||||||
{
|
Size: 2 * common.MebiByte,
|
||||||
Size: 2 * common.MebiByte,
|
Bootable: true,
|
||||||
Bootable: true,
|
Type: disk.BIOSBootPartitionGUID,
|
||||||
Type: disk.BIOSBootPartitionGUID,
|
UUID: disk.BIOSBootPartitionUUID,
|
||||||
UUID: disk.BIOSBootPartitionUUID,
|
},
|
||||||
},
|
{
|
||||||
{
|
Type: disk.LVMPartitionGUID,
|
||||||
Type: disk.LVMPartitionGUID,
|
UUID: disk.RootPartitionUUID,
|
||||||
UUID: disk.RootPartitionUUID,
|
Payload: &disk.LVMVolumeGroup{
|
||||||
Payload: &disk.LVMVolumeGroup{
|
Name: "rootvg",
|
||||||
Name: "rootvg",
|
Description: "built with lvm2 and osbuild",
|
||||||
Description: "built with lvm2 and osbuild",
|
LogicalVolumes: []disk.LVMLogicalVolume{
|
||||||
LogicalVolumes: []disk.LVMLogicalVolume{
|
{
|
||||||
{
|
Size: 1 * common.GibiByte,
|
||||||
Size: 1 * common.GibiByte,
|
Name: "homelv",
|
||||||
Name: "homelv",
|
Payload: &disk.Filesystem{
|
||||||
Payload: &disk.Filesystem{
|
Type: "xfs",
|
||||||
Type: "xfs",
|
Label: "home",
|
||||||
Label: "home",
|
Mountpoint: "/home",
|
||||||
Mountpoint: "/home",
|
FSTabOptions: "defaults",
|
||||||
FSTabOptions: "defaults",
|
FSTabFreq: 0,
|
||||||
FSTabFreq: 0,
|
FSTabPassNo: 0,
|
||||||
FSTabPassNo: 0,
|
},
|
||||||
},
|
},
|
||||||
},
|
{
|
||||||
{
|
Size: 2 * common.GibiByte,
|
||||||
Size: 2 * common.GibiByte,
|
Name: "rootlv",
|
||||||
Name: "rootlv",
|
Payload: &disk.Filesystem{
|
||||||
Payload: &disk.Filesystem{
|
Type: "xfs",
|
||||||
Type: "xfs",
|
Label: "root",
|
||||||
Label: "root",
|
Mountpoint: "/",
|
||||||
Mountpoint: "/",
|
FSTabOptions: "defaults",
|
||||||
FSTabOptions: "defaults",
|
FSTabFreq: 0,
|
||||||
FSTabFreq: 0,
|
FSTabPassNo: 0,
|
||||||
FSTabPassNo: 0,
|
},
|
||||||
},
|
},
|
||||||
},
|
{
|
||||||
{
|
Size: 2 * common.GibiByte,
|
||||||
Size: 2 * common.GibiByte,
|
Name: "tmplv",
|
||||||
Name: "tmplv",
|
Payload: &disk.Filesystem{
|
||||||
Payload: &disk.Filesystem{
|
Type: "xfs",
|
||||||
Type: "xfs",
|
Label: "tmp",
|
||||||
Label: "tmp",
|
Mountpoint: "/tmp",
|
||||||
Mountpoint: "/tmp",
|
FSTabOptions: "defaults",
|
||||||
FSTabOptions: "defaults",
|
FSTabFreq: 0,
|
||||||
FSTabFreq: 0,
|
FSTabPassNo: 0,
|
||||||
FSTabPassNo: 0,
|
},
|
||||||
},
|
},
|
||||||
},
|
{
|
||||||
{
|
Size: 10 * common.GibiByte,
|
||||||
Size: 10 * common.GibiByte,
|
Name: "usrlv",
|
||||||
Name: "usrlv",
|
Payload: &disk.Filesystem{
|
||||||
Payload: &disk.Filesystem{
|
Type: "xfs",
|
||||||
Type: "xfs",
|
Label: "usr",
|
||||||
Label: "usr",
|
Mountpoint: "/usr",
|
||||||
Mountpoint: "/usr",
|
FSTabOptions: "defaults",
|
||||||
FSTabOptions: "defaults",
|
FSTabFreq: 0,
|
||||||
FSTabFreq: 0,
|
FSTabPassNo: 0,
|
||||||
FSTabPassNo: 0,
|
},
|
||||||
},
|
},
|
||||||
},
|
{
|
||||||
{
|
Size: 10 * common.GibiByte,
|
||||||
Size: 10 * common.GibiByte,
|
Name: "varlv",
|
||||||
Name: "varlv",
|
Payload: &disk.Filesystem{
|
||||||
Payload: &disk.Filesystem{
|
Type: "xfs",
|
||||||
Type: "xfs",
|
Label: "var",
|
||||||
Label: "var",
|
Mountpoint: "/var",
|
||||||
Mountpoint: "/var",
|
FSTabOptions: "defaults",
|
||||||
FSTabOptions: "defaults",
|
FSTabFreq: 0,
|
||||||
FSTabFreq: 0,
|
FSTabPassNo: 0,
|
||||||
FSTabPassNo: 0,
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
}, true
|
||||||
},
|
case platform.ARCH_AARCH64:
|
||||||
platform.ARCH_AARCH64.String(): disk.PartitionTable{
|
return disk.PartitionTable{
|
||||||
UUID: "D209C89E-EA5E-4FBD-B161-B461CCE297E0",
|
UUID: "D209C89E-EA5E-4FBD-B161-B461CCE297E0",
|
||||||
Type: "gpt",
|
Type: "gpt",
|
||||||
Size: 64 * common.GibiByte,
|
Size: 64 * common.GibiByte,
|
||||||
Partitions: []disk.Partition{
|
Partitions: []disk.Partition{
|
||||||
{
|
{
|
||||||
Size: 500 * common.MebiByte,
|
Size: 500 * common.MebiByte,
|
||||||
Type: disk.EFISystemPartitionGUID,
|
Type: disk.EFISystemPartitionGUID,
|
||||||
UUID: disk.EFISystemPartitionUUID,
|
UUID: disk.EFISystemPartitionUUID,
|
||||||
Payload: &disk.Filesystem{
|
Payload: &disk.Filesystem{
|
||||||
Type: "vfat",
|
Type: "vfat",
|
||||||
UUID: disk.EFIFilesystemUUID,
|
UUID: disk.EFIFilesystemUUID,
|
||||||
Mountpoint: "/boot/efi",
|
Mountpoint: "/boot/efi",
|
||||||
FSTabOptions: "defaults,uid=0,gid=0,umask=077,shortname=winnt",
|
FSTabOptions: "defaults,uid=0,gid=0,umask=077,shortname=winnt",
|
||||||
FSTabFreq: 0,
|
FSTabFreq: 0,
|
||||||
FSTabPassNo: 2,
|
FSTabPassNo: 2,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
{
|
||||||
{
|
Size: bootSize,
|
||||||
Size: 500 * common.MebiByte,
|
Type: disk.FilesystemDataGUID,
|
||||||
Type: disk.FilesystemDataGUID,
|
UUID: disk.FilesystemDataUUID,
|
||||||
UUID: disk.FilesystemDataUUID,
|
Payload: &disk.Filesystem{
|
||||||
Payload: &disk.Filesystem{
|
Type: "xfs",
|
||||||
Type: "xfs",
|
Mountpoint: "/boot",
|
||||||
Mountpoint: "/boot",
|
FSTabOptions: "defaults",
|
||||||
FSTabOptions: "defaults",
|
FSTabFreq: 0,
|
||||||
FSTabFreq: 0,
|
FSTabPassNo: 0,
|
||||||
FSTabPassNo: 0,
|
},
|
||||||
},
|
},
|
||||||
},
|
{
|
||||||
{
|
Type: disk.LVMPartitionGUID,
|
||||||
Type: disk.LVMPartitionGUID,
|
UUID: disk.RootPartitionUUID,
|
||||||
UUID: disk.RootPartitionUUID,
|
Payload: &disk.LVMVolumeGroup{
|
||||||
Payload: &disk.LVMVolumeGroup{
|
Name: "rootvg",
|
||||||
Name: "rootvg",
|
Description: "built with lvm2 and osbuild",
|
||||||
Description: "built with lvm2 and osbuild",
|
LogicalVolumes: []disk.LVMLogicalVolume{
|
||||||
LogicalVolumes: []disk.LVMLogicalVolume{
|
{
|
||||||
{
|
Size: 1 * common.GibiByte,
|
||||||
Size: 1 * common.GibiByte,
|
Name: "homelv",
|
||||||
Name: "homelv",
|
Payload: &disk.Filesystem{
|
||||||
Payload: &disk.Filesystem{
|
Type: "xfs",
|
||||||
Type: "xfs",
|
Label: "home",
|
||||||
Label: "home",
|
Mountpoint: "/home",
|
||||||
Mountpoint: "/home",
|
FSTabOptions: "defaults",
|
||||||
FSTabOptions: "defaults",
|
FSTabFreq: 0,
|
||||||
FSTabFreq: 0,
|
FSTabPassNo: 0,
|
||||||
FSTabPassNo: 0,
|
},
|
||||||
},
|
},
|
||||||
},
|
{
|
||||||
{
|
Size: 2 * common.GibiByte,
|
||||||
Size: 2 * common.GibiByte,
|
Name: "rootlv",
|
||||||
Name: "rootlv",
|
Payload: &disk.Filesystem{
|
||||||
Payload: &disk.Filesystem{
|
Type: "xfs",
|
||||||
Type: "xfs",
|
Label: "root",
|
||||||
Label: "root",
|
Mountpoint: "/",
|
||||||
Mountpoint: "/",
|
FSTabOptions: "defaults",
|
||||||
FSTabOptions: "defaults",
|
FSTabFreq: 0,
|
||||||
FSTabFreq: 0,
|
FSTabPassNo: 0,
|
||||||
FSTabPassNo: 0,
|
},
|
||||||
},
|
},
|
||||||
},
|
{
|
||||||
{
|
Size: 2 * common.GibiByte,
|
||||||
Size: 2 * common.GibiByte,
|
Name: "tmplv",
|
||||||
Name: "tmplv",
|
Payload: &disk.Filesystem{
|
||||||
Payload: &disk.Filesystem{
|
Type: "xfs",
|
||||||
Type: "xfs",
|
Label: "tmp",
|
||||||
Label: "tmp",
|
Mountpoint: "/tmp",
|
||||||
Mountpoint: "/tmp",
|
FSTabOptions: "defaults",
|
||||||
FSTabOptions: "defaults",
|
FSTabFreq: 0,
|
||||||
FSTabFreq: 0,
|
FSTabPassNo: 0,
|
||||||
FSTabPassNo: 0,
|
},
|
||||||
},
|
},
|
||||||
},
|
{
|
||||||
{
|
Size: 10 * common.GibiByte,
|
||||||
Size: 10 * common.GibiByte,
|
Name: "usrlv",
|
||||||
Name: "usrlv",
|
Payload: &disk.Filesystem{
|
||||||
Payload: &disk.Filesystem{
|
Type: "xfs",
|
||||||
Type: "xfs",
|
Label: "usr",
|
||||||
Label: "usr",
|
Mountpoint: "/usr",
|
||||||
Mountpoint: "/usr",
|
FSTabOptions: "defaults",
|
||||||
FSTabOptions: "defaults",
|
FSTabFreq: 0,
|
||||||
FSTabFreq: 0,
|
FSTabPassNo: 0,
|
||||||
FSTabPassNo: 0,
|
},
|
||||||
},
|
},
|
||||||
},
|
{
|
||||||
{
|
Size: 10 * common.GibiByte,
|
||||||
Size: 10 * common.GibiByte,
|
Name: "varlv",
|
||||||
Name: "varlv",
|
Payload: &disk.Filesystem{
|
||||||
Payload: &disk.Filesystem{
|
Type: "xfs",
|
||||||
Type: "xfs",
|
Label: "var",
|
||||||
Label: "var",
|
Mountpoint: "/var",
|
||||||
Mountpoint: "/var",
|
FSTabOptions: "defaults",
|
||||||
FSTabOptions: "defaults",
|
FSTabFreq: 0,
|
||||||
FSTabFreq: 0,
|
FSTabPassNo: 0,
|
||||||
FSTabPassNo: 0,
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
}, true
|
||||||
},
|
default:
|
||||||
|
return disk.PartitionTable{}, false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var defaultAzureKernelOptions = "ro console=tty1 console=ttyS0 earlyprintk=ttyS0 rootdelay=300"
|
var defaultAzureKernelOptions = "ro console=tty1 console=ttyS0 earlyprintk=ttyS0 rootdelay=300"
|
||||||
|
|
|
||||||
225
vendor/github.com/osbuild/images/pkg/distro/rhel9/edge.go
generated
vendored
225
vendor/github.com/osbuild/images/pkg/distro/rhel9/edge.go
generated
vendored
|
|
@ -223,105 +223,122 @@ var (
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
// Partition tables
|
)
|
||||||
minimalrawPartitionTables = distro.BasePartitionTableMap{
|
|
||||||
platform.ARCH_X86_64.String(): disk.PartitionTable{
|
// Partition tables
|
||||||
UUID: "D209C89E-EA5E-4FBD-B161-B461CCE297E0",
|
func minimalrawPartitionTables(t *imageType) (disk.PartitionTable, bool) {
|
||||||
Type: "gpt",
|
// RHEL >= 9.3 needs to have a bigger /boot, see RHEL-7999
|
||||||
StartOffset: 8 * common.MebiByte,
|
bootSize := uint64(600) * common.MebiByte
|
||||||
Partitions: []disk.Partition{
|
if common.VersionLessThan(t.arch.distro.osVersion, "9.3") && t.arch.distro.isRHEL() {
|
||||||
{
|
bootSize = 500 * common.MebiByte
|
||||||
Size: 200 * common.MebiByte,
|
|
||||||
Type: disk.EFISystemPartitionGUID,
|
|
||||||
UUID: disk.EFISystemPartitionUUID,
|
|
||||||
Payload: &disk.Filesystem{
|
|
||||||
Type: "vfat",
|
|
||||||
UUID: disk.EFIFilesystemUUID,
|
|
||||||
Mountpoint: "/boot/efi",
|
|
||||||
Label: "EFI-SYSTEM",
|
|
||||||
FSTabOptions: "defaults,uid=0,gid=0,umask=077,shortname=winnt",
|
|
||||||
FSTabFreq: 0,
|
|
||||||
FSTabPassNo: 2,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
Size: 500 * common.MebiByte,
|
|
||||||
Type: disk.XBootLDRPartitionGUID,
|
|
||||||
UUID: disk.FilesystemDataUUID,
|
|
||||||
Payload: &disk.Filesystem{
|
|
||||||
Type: "xfs",
|
|
||||||
Mountpoint: "/boot",
|
|
||||||
Label: "boot",
|
|
||||||
FSTabOptions: "defaults",
|
|
||||||
FSTabFreq: 0,
|
|
||||||
FSTabPassNo: 0,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
Size: 2 * common.GibiByte,
|
|
||||||
Type: disk.FilesystemDataGUID,
|
|
||||||
UUID: disk.RootPartitionUUID,
|
|
||||||
Payload: &disk.Filesystem{
|
|
||||||
Type: "xfs",
|
|
||||||
Label: "root",
|
|
||||||
Mountpoint: "/",
|
|
||||||
FSTabOptions: "defaults",
|
|
||||||
FSTabFreq: 0,
|
|
||||||
FSTabPassNo: 0,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
platform.ARCH_AARCH64.String(): disk.PartitionTable{
|
|
||||||
UUID: "D209C89E-EA5E-4FBD-B161-B461CCE297E0",
|
|
||||||
Type: "gpt",
|
|
||||||
StartOffset: 8 * common.MebiByte,
|
|
||||||
Partitions: []disk.Partition{
|
|
||||||
{
|
|
||||||
Size: 200 * common.MebiByte,
|
|
||||||
Type: disk.EFISystemPartitionGUID,
|
|
||||||
UUID: disk.EFISystemPartitionUUID,
|
|
||||||
Payload: &disk.Filesystem{
|
|
||||||
Type: "vfat",
|
|
||||||
UUID: disk.EFIFilesystemUUID,
|
|
||||||
Mountpoint: "/boot/efi",
|
|
||||||
Label: "EFI-SYSTEM",
|
|
||||||
FSTabOptions: "defaults,uid=0,gid=0,umask=077,shortname=winnt",
|
|
||||||
FSTabFreq: 0,
|
|
||||||
FSTabPassNo: 2,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
Size: 500 * common.MebiByte,
|
|
||||||
Type: disk.XBootLDRPartitionGUID,
|
|
||||||
UUID: disk.FilesystemDataUUID,
|
|
||||||
Payload: &disk.Filesystem{
|
|
||||||
Type: "xfs",
|
|
||||||
Mountpoint: "/boot",
|
|
||||||
Label: "boot",
|
|
||||||
FSTabOptions: "defaults",
|
|
||||||
FSTabFreq: 0,
|
|
||||||
FSTabPassNo: 0,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
Size: 2 * common.GibiByte,
|
|
||||||
Type: disk.FilesystemDataGUID,
|
|
||||||
UUID: disk.RootPartitionUUID,
|
|
||||||
Payload: &disk.Filesystem{
|
|
||||||
Type: "xfs",
|
|
||||||
Label: "root",
|
|
||||||
Mountpoint: "/",
|
|
||||||
FSTabOptions: "defaults",
|
|
||||||
FSTabFreq: 0,
|
|
||||||
FSTabPassNo: 0,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
edgeBasePartitionTables = distro.BasePartitionTableMap{
|
|
||||||
platform.ARCH_X86_64.String(): disk.PartitionTable{
|
switch t.platform.GetArch() {
|
||||||
|
case platform.ARCH_X86_64:
|
||||||
|
return disk.PartitionTable{
|
||||||
|
UUID: "D209C89E-EA5E-4FBD-B161-B461CCE297E0",
|
||||||
|
Type: "gpt",
|
||||||
|
StartOffset: 8 * common.MebiByte,
|
||||||
|
Partitions: []disk.Partition{
|
||||||
|
{
|
||||||
|
Size: 200 * common.MebiByte,
|
||||||
|
Type: disk.EFISystemPartitionGUID,
|
||||||
|
UUID: disk.EFISystemPartitionUUID,
|
||||||
|
Payload: &disk.Filesystem{
|
||||||
|
Type: "vfat",
|
||||||
|
UUID: disk.EFIFilesystemUUID,
|
||||||
|
Mountpoint: "/boot/efi",
|
||||||
|
Label: "EFI-SYSTEM",
|
||||||
|
FSTabOptions: "defaults,uid=0,gid=0,umask=077,shortname=winnt",
|
||||||
|
FSTabFreq: 0,
|
||||||
|
FSTabPassNo: 2,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Size: bootSize,
|
||||||
|
Type: disk.XBootLDRPartitionGUID,
|
||||||
|
UUID: disk.FilesystemDataUUID,
|
||||||
|
Payload: &disk.Filesystem{
|
||||||
|
Type: "xfs",
|
||||||
|
Mountpoint: "/boot",
|
||||||
|
Label: "boot",
|
||||||
|
FSTabOptions: "defaults",
|
||||||
|
FSTabFreq: 0,
|
||||||
|
FSTabPassNo: 0,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Size: 2 * common.GibiByte,
|
||||||
|
Type: disk.FilesystemDataGUID,
|
||||||
|
UUID: disk.RootPartitionUUID,
|
||||||
|
Payload: &disk.Filesystem{
|
||||||
|
Type: "xfs",
|
||||||
|
Label: "root",
|
||||||
|
Mountpoint: "/",
|
||||||
|
FSTabOptions: "defaults",
|
||||||
|
FSTabFreq: 0,
|
||||||
|
FSTabPassNo: 0,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}, true
|
||||||
|
case platform.ARCH_AARCH64:
|
||||||
|
return disk.PartitionTable{
|
||||||
|
UUID: "D209C89E-EA5E-4FBD-B161-B461CCE297E0",
|
||||||
|
Type: "gpt",
|
||||||
|
StartOffset: 8 * common.MebiByte,
|
||||||
|
Partitions: []disk.Partition{
|
||||||
|
{
|
||||||
|
Size: 200 * common.MebiByte,
|
||||||
|
Type: disk.EFISystemPartitionGUID,
|
||||||
|
UUID: disk.EFISystemPartitionUUID,
|
||||||
|
Payload: &disk.Filesystem{
|
||||||
|
Type: "vfat",
|
||||||
|
UUID: disk.EFIFilesystemUUID,
|
||||||
|
Mountpoint: "/boot/efi",
|
||||||
|
Label: "EFI-SYSTEM",
|
||||||
|
FSTabOptions: "defaults,uid=0,gid=0,umask=077,shortname=winnt",
|
||||||
|
FSTabFreq: 0,
|
||||||
|
FSTabPassNo: 2,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Size: bootSize,
|
||||||
|
Type: disk.XBootLDRPartitionGUID,
|
||||||
|
UUID: disk.FilesystemDataUUID,
|
||||||
|
Payload: &disk.Filesystem{
|
||||||
|
Type: "xfs",
|
||||||
|
Mountpoint: "/boot",
|
||||||
|
Label: "boot",
|
||||||
|
FSTabOptions: "defaults",
|
||||||
|
FSTabFreq: 0,
|
||||||
|
FSTabPassNo: 0,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Size: 2 * common.GibiByte,
|
||||||
|
Type: disk.FilesystemDataGUID,
|
||||||
|
UUID: disk.RootPartitionUUID,
|
||||||
|
Payload: &disk.Filesystem{
|
||||||
|
Type: "xfs",
|
||||||
|
Label: "root",
|
||||||
|
Mountpoint: "/",
|
||||||
|
FSTabOptions: "defaults",
|
||||||
|
FSTabFreq: 0,
|
||||||
|
FSTabPassNo: 0,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}, true
|
||||||
|
default:
|
||||||
|
return disk.PartitionTable{}, false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func edgeBasePartitionTables(t *imageType) (disk.PartitionTable, bool) {
|
||||||
|
switch t.platform.GetArch() {
|
||||||
|
case platform.ARCH_X86_64:
|
||||||
|
return disk.PartitionTable{
|
||||||
UUID: "D209C89E-EA5E-4FBD-B161-B461CCE297E0",
|
UUID: "D209C89E-EA5E-4FBD-B161-B461CCE297E0",
|
||||||
Type: "gpt",
|
Type: "gpt",
|
||||||
Partitions: []disk.Partition{
|
Partitions: []disk.Partition{
|
||||||
|
|
@ -396,8 +413,9 @@ var (
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
}, true
|
||||||
platform.ARCH_AARCH64.String(): disk.PartitionTable{
|
case platform.ARCH_AARCH64:
|
||||||
|
return disk.PartitionTable{
|
||||||
UUID: "D209C89E-EA5E-4FBD-B161-B461CCE297E0",
|
UUID: "D209C89E-EA5E-4FBD-B161-B461CCE297E0",
|
||||||
Type: "gpt",
|
Type: "gpt",
|
||||||
Partitions: []disk.Partition{
|
Partitions: []disk.Partition{
|
||||||
|
|
@ -466,9 +484,12 @@ var (
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
}, true
|
||||||
|
|
||||||
|
default:
|
||||||
|
return disk.PartitionTable{}, false
|
||||||
}
|
}
|
||||||
)
|
}
|
||||||
|
|
||||||
// Package Sets
|
// Package Sets
|
||||||
|
|
||||||
|
|
|
||||||
9
vendor/github.com/osbuild/images/pkg/distro/rhel9/imagetype.go
generated
vendored
9
vendor/github.com/osbuild/images/pkg/distro/rhel9/imagetype.go
generated
vendored
|
|
@ -46,6 +46,8 @@ type imageFunc func(workload workload.Workload, t *imageType, customizations *bl
|
||||||
|
|
||||||
type packageSetFunc func(t *imageType) rpmmd.PackageSet
|
type packageSetFunc func(t *imageType) rpmmd.PackageSet
|
||||||
|
|
||||||
|
type basePartitionTableFunc func(t *imageType) (disk.PartitionTable, bool)
|
||||||
|
|
||||||
type imageType struct {
|
type imageType struct {
|
||||||
arch *architecture
|
arch *architecture
|
||||||
platform platform.Platform
|
platform platform.Platform
|
||||||
|
|
@ -72,7 +74,7 @@ type imageType struct {
|
||||||
// bootable image
|
// bootable image
|
||||||
bootable bool
|
bootable bool
|
||||||
// List of valid arches for the image type
|
// List of valid arches for the image type
|
||||||
basePartitionTables distro.BasePartitionTableMap
|
basePartitionTables basePartitionTableFunc
|
||||||
}
|
}
|
||||||
|
|
||||||
func (t *imageType) Name() string {
|
func (t *imageType) Name() string {
|
||||||
|
|
@ -151,7 +153,7 @@ func (t *imageType) getPartitionTable(
|
||||||
) (*disk.PartitionTable, error) {
|
) (*disk.PartitionTable, error) {
|
||||||
archName := t.arch.Name()
|
archName := t.arch.Name()
|
||||||
|
|
||||||
basePartitionTable, exists := t.basePartitionTables[archName]
|
basePartitionTable, exists := t.basePartitionTables(t)
|
||||||
|
|
||||||
if !exists {
|
if !exists {
|
||||||
return nil, fmt.Errorf("no partition table defined for architecture %q for image type %q", archName, t.Name())
|
return nil, fmt.Errorf("no partition table defined for architecture %q for image type %q", archName, t.Name())
|
||||||
|
|
@ -175,8 +177,7 @@ func (t *imageType) getDefaultImageConfig() *distro.ImageConfig {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (t *imageType) PartitionType() string {
|
func (t *imageType) PartitionType() string {
|
||||||
archName := t.arch.Name()
|
basePartitionTable, exists := t.basePartitionTables(t)
|
||||||
basePartitionTable, exists := t.basePartitionTables[archName]
|
|
||||||
if !exists {
|
if !exists {
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
|
|
|
||||||
319
vendor/github.com/osbuild/images/pkg/distro/rhel9/partition_tables.go
generated
vendored
319
vendor/github.com/osbuild/images/pkg/distro/rhel9/partition_tables.go
generated
vendored
|
|
@ -3,167 +3,182 @@ package rhel9
|
||||||
import (
|
import (
|
||||||
"github.com/osbuild/images/internal/common"
|
"github.com/osbuild/images/internal/common"
|
||||||
"github.com/osbuild/images/pkg/disk"
|
"github.com/osbuild/images/pkg/disk"
|
||||||
"github.com/osbuild/images/pkg/distro"
|
|
||||||
"github.com/osbuild/images/pkg/platform"
|
"github.com/osbuild/images/pkg/platform"
|
||||||
)
|
)
|
||||||
|
|
||||||
var defaultBasePartitionTables = distro.BasePartitionTableMap{
|
func defaultBasePartitionTables(t *imageType) (disk.PartitionTable, bool) {
|
||||||
platform.ARCH_X86_64.String(): disk.PartitionTable{
|
// RHEL >= 9.3 needs to have a bigger /boot, see RHEL-7999
|
||||||
UUID: "D209C89E-EA5E-4FBD-B161-B461CCE297E0",
|
bootSize := uint64(600) * common.MebiByte
|
||||||
Type: "gpt",
|
if common.VersionLessThan(t.arch.distro.osVersion, "9.3") && t.arch.distro.isRHEL() {
|
||||||
Partitions: []disk.Partition{
|
bootSize = 500 * common.MebiByte
|
||||||
{
|
}
|
||||||
Size: 1 * common.MebiByte,
|
|
||||||
Bootable: true,
|
switch t.platform.GetArch() {
|
||||||
Type: disk.BIOSBootPartitionGUID,
|
case platform.ARCH_X86_64:
|
||||||
UUID: disk.BIOSBootPartitionUUID,
|
return disk.PartitionTable{
|
||||||
},
|
UUID: "D209C89E-EA5E-4FBD-B161-B461CCE297E0",
|
||||||
{
|
Type: "gpt",
|
||||||
Size: 200 * common.MebiByte,
|
Partitions: []disk.Partition{
|
||||||
Type: disk.EFISystemPartitionGUID,
|
{
|
||||||
UUID: disk.EFISystemPartitionUUID,
|
Size: 1 * common.MebiByte,
|
||||||
Payload: &disk.Filesystem{
|
Bootable: true,
|
||||||
Type: "vfat",
|
Type: disk.BIOSBootPartitionGUID,
|
||||||
UUID: disk.EFIFilesystemUUID,
|
UUID: disk.BIOSBootPartitionUUID,
|
||||||
Mountpoint: "/boot/efi",
|
},
|
||||||
Label: "EFI-SYSTEM",
|
{
|
||||||
FSTabOptions: "defaults,uid=0,gid=0,umask=077,shortname=winnt",
|
Size: 200 * common.MebiByte,
|
||||||
FSTabFreq: 0,
|
Type: disk.EFISystemPartitionGUID,
|
||||||
FSTabPassNo: 2,
|
UUID: disk.EFISystemPartitionUUID,
|
||||||
|
Payload: &disk.Filesystem{
|
||||||
|
Type: "vfat",
|
||||||
|
UUID: disk.EFIFilesystemUUID,
|
||||||
|
Mountpoint: "/boot/efi",
|
||||||
|
Label: "EFI-SYSTEM",
|
||||||
|
FSTabOptions: "defaults,uid=0,gid=0,umask=077,shortname=winnt",
|
||||||
|
FSTabFreq: 0,
|
||||||
|
FSTabPassNo: 2,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Size: bootSize,
|
||||||
|
Type: disk.XBootLDRPartitionGUID,
|
||||||
|
UUID: disk.FilesystemDataUUID,
|
||||||
|
Payload: &disk.Filesystem{
|
||||||
|
Type: "xfs",
|
||||||
|
Mountpoint: "/boot",
|
||||||
|
Label: "boot",
|
||||||
|
FSTabOptions: "defaults",
|
||||||
|
FSTabFreq: 0,
|
||||||
|
FSTabPassNo: 0,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Size: 2 * common.GibiByte,
|
||||||
|
Type: disk.FilesystemDataGUID,
|
||||||
|
UUID: disk.RootPartitionUUID,
|
||||||
|
Payload: &disk.Filesystem{
|
||||||
|
Type: "xfs",
|
||||||
|
Label: "root",
|
||||||
|
Mountpoint: "/",
|
||||||
|
FSTabOptions: "defaults",
|
||||||
|
FSTabFreq: 0,
|
||||||
|
FSTabPassNo: 0,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
}, true
|
||||||
Size: 500 * common.MebiByte,
|
case platform.ARCH_AARCH64:
|
||||||
Type: disk.XBootLDRPartitionGUID,
|
return disk.PartitionTable{
|
||||||
UUID: disk.FilesystemDataUUID,
|
UUID: "D209C89E-EA5E-4FBD-B161-B461CCE297E0",
|
||||||
Payload: &disk.Filesystem{
|
Type: "gpt",
|
||||||
Type: "xfs",
|
Partitions: []disk.Partition{
|
||||||
Mountpoint: "/boot",
|
{
|
||||||
Label: "boot",
|
Size: 200 * common.MebiByte,
|
||||||
FSTabOptions: "defaults",
|
Type: disk.EFISystemPartitionGUID,
|
||||||
FSTabFreq: 0,
|
UUID: disk.EFISystemPartitionUUID,
|
||||||
FSTabPassNo: 0,
|
Payload: &disk.Filesystem{
|
||||||
|
Type: "vfat",
|
||||||
|
UUID: disk.EFIFilesystemUUID,
|
||||||
|
Mountpoint: "/boot/efi",
|
||||||
|
Label: "EFI-SYSTEM",
|
||||||
|
FSTabOptions: "defaults,uid=0,gid=0,umask=077,shortname=winnt",
|
||||||
|
FSTabFreq: 0,
|
||||||
|
FSTabPassNo: 2,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Size: bootSize,
|
||||||
|
Type: disk.XBootLDRPartitionGUID,
|
||||||
|
UUID: disk.FilesystemDataUUID,
|
||||||
|
Payload: &disk.Filesystem{
|
||||||
|
Type: "xfs",
|
||||||
|
Mountpoint: "/boot",
|
||||||
|
Label: "boot",
|
||||||
|
FSTabOptions: "defaults",
|
||||||
|
FSTabFreq: 0,
|
||||||
|
FSTabPassNo: 0,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Size: 2 * common.GibiByte,
|
||||||
|
Type: disk.FilesystemDataGUID,
|
||||||
|
UUID: disk.RootPartitionUUID,
|
||||||
|
Payload: &disk.Filesystem{
|
||||||
|
Type: "xfs",
|
||||||
|
Label: "root",
|
||||||
|
Mountpoint: "/",
|
||||||
|
FSTabOptions: "defaults",
|
||||||
|
FSTabFreq: 0,
|
||||||
|
FSTabPassNo: 0,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
}, true
|
||||||
Size: 2 * common.GibiByte,
|
case platform.ARCH_PPC64LE:
|
||||||
Type: disk.FilesystemDataGUID,
|
return disk.PartitionTable{
|
||||||
UUID: disk.RootPartitionUUID,
|
UUID: "0x14fc63d2",
|
||||||
Payload: &disk.Filesystem{
|
Type: "dos",
|
||||||
Type: "xfs",
|
Partitions: []disk.Partition{
|
||||||
Label: "root",
|
{
|
||||||
Mountpoint: "/",
|
Size: 4 * common.MebiByte,
|
||||||
FSTabOptions: "defaults",
|
Type: "41",
|
||||||
FSTabFreq: 0,
|
Bootable: true,
|
||||||
FSTabPassNo: 0,
|
},
|
||||||
|
{
|
||||||
|
Size: bootSize,
|
||||||
|
Payload: &disk.Filesystem{
|
||||||
|
Type: "xfs",
|
||||||
|
Mountpoint: "/boot",
|
||||||
|
Label: "boot",
|
||||||
|
FSTabOptions: "defaults",
|
||||||
|
FSTabFreq: 0,
|
||||||
|
FSTabPassNo: 0,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Size: 2 * common.GibiByte,
|
||||||
|
Payload: &disk.Filesystem{
|
||||||
|
Type: "xfs",
|
||||||
|
Mountpoint: "/",
|
||||||
|
FSTabOptions: "defaults",
|
||||||
|
FSTabFreq: 0,
|
||||||
|
FSTabPassNo: 0,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
}, true
|
||||||
},
|
|
||||||
platform.ARCH_AARCH64.String(): disk.PartitionTable{
|
case platform.ARCH_S390X:
|
||||||
UUID: "D209C89E-EA5E-4FBD-B161-B461CCE297E0",
|
return disk.PartitionTable{
|
||||||
Type: "gpt",
|
UUID: "0x14fc63d2",
|
||||||
Partitions: []disk.Partition{
|
Type: "dos",
|
||||||
{
|
Partitions: []disk.Partition{
|
||||||
Size: 200 * common.MebiByte,
|
{
|
||||||
Type: disk.EFISystemPartitionGUID,
|
Size: bootSize,
|
||||||
UUID: disk.EFISystemPartitionUUID,
|
Payload: &disk.Filesystem{
|
||||||
Payload: &disk.Filesystem{
|
Type: "xfs",
|
||||||
Type: "vfat",
|
Mountpoint: "/boot",
|
||||||
UUID: disk.EFIFilesystemUUID,
|
Label: "boot",
|
||||||
Mountpoint: "/boot/efi",
|
FSTabOptions: "defaults",
|
||||||
Label: "EFI-SYSTEM",
|
FSTabFreq: 0,
|
||||||
FSTabOptions: "defaults,uid=0,gid=0,umask=077,shortname=winnt",
|
FSTabPassNo: 0,
|
||||||
FSTabFreq: 0,
|
},
|
||||||
FSTabPassNo: 2,
|
},
|
||||||
|
{
|
||||||
|
Size: 2 * common.GibiByte,
|
||||||
|
Bootable: true,
|
||||||
|
Payload: &disk.Filesystem{
|
||||||
|
Type: "xfs",
|
||||||
|
Mountpoint: "/",
|
||||||
|
FSTabOptions: "defaults",
|
||||||
|
FSTabFreq: 0,
|
||||||
|
FSTabPassNo: 0,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
}, true
|
||||||
Size: 500 * common.MebiByte,
|
|
||||||
Type: disk.XBootLDRPartitionGUID,
|
default:
|
||||||
UUID: disk.FilesystemDataUUID,
|
return disk.PartitionTable{}, false
|
||||||
Payload: &disk.Filesystem{
|
}
|
||||||
Type: "xfs",
|
|
||||||
Mountpoint: "/boot",
|
|
||||||
Label: "boot",
|
|
||||||
FSTabOptions: "defaults",
|
|
||||||
FSTabFreq: 0,
|
|
||||||
FSTabPassNo: 0,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
Size: 2 * common.GibiByte,
|
|
||||||
Type: disk.FilesystemDataGUID,
|
|
||||||
UUID: disk.RootPartitionUUID,
|
|
||||||
Payload: &disk.Filesystem{
|
|
||||||
Type: "xfs",
|
|
||||||
Label: "root",
|
|
||||||
Mountpoint: "/",
|
|
||||||
FSTabOptions: "defaults",
|
|
||||||
FSTabFreq: 0,
|
|
||||||
FSTabPassNo: 0,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
platform.ARCH_PPC64LE.String(): disk.PartitionTable{
|
|
||||||
UUID: "0x14fc63d2",
|
|
||||||
Type: "dos",
|
|
||||||
Partitions: []disk.Partition{
|
|
||||||
{
|
|
||||||
Size: 4 * common.MebiByte,
|
|
||||||
Type: "41",
|
|
||||||
Bootable: true,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
Size: 500 * common.MebiByte,
|
|
||||||
Payload: &disk.Filesystem{
|
|
||||||
Type: "xfs",
|
|
||||||
Mountpoint: "/boot",
|
|
||||||
Label: "boot",
|
|
||||||
FSTabOptions: "defaults",
|
|
||||||
FSTabFreq: 0,
|
|
||||||
FSTabPassNo: 0,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
Size: 2 * common.GibiByte,
|
|
||||||
Payload: &disk.Filesystem{
|
|
||||||
Type: "xfs",
|
|
||||||
Mountpoint: "/",
|
|
||||||
FSTabOptions: "defaults",
|
|
||||||
FSTabFreq: 0,
|
|
||||||
FSTabPassNo: 0,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
platform.ARCH_S390X.String(): disk.PartitionTable{
|
|
||||||
UUID: "0x14fc63d2",
|
|
||||||
Type: "dos",
|
|
||||||
Partitions: []disk.Partition{
|
|
||||||
{
|
|
||||||
Size: 500 * common.MebiByte,
|
|
||||||
Payload: &disk.Filesystem{
|
|
||||||
Type: "xfs",
|
|
||||||
Mountpoint: "/boot",
|
|
||||||
Label: "boot",
|
|
||||||
FSTabOptions: "defaults",
|
|
||||||
FSTabFreq: 0,
|
|
||||||
FSTabPassNo: 0,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
Size: 2 * common.GibiByte,
|
|
||||||
Bootable: true,
|
|
||||||
Payload: &disk.Filesystem{
|
|
||||||
Type: "xfs",
|
|
||||||
Mountpoint: "/",
|
|
||||||
FSTabOptions: "defaults",
|
|
||||||
FSTabFreq: 0,
|
|
||||||
FSTabPassNo: 0,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
7
vendor/github.com/osbuild/images/pkg/image/disk.go
generated
vendored
7
vendor/github.com/osbuild/images/pkg/image/disk.go
generated
vendored
|
|
@ -32,6 +32,10 @@ type DiskImage struct {
|
||||||
OSProduct string
|
OSProduct string
|
||||||
OSVersion string
|
OSVersion string
|
||||||
OSNick string
|
OSNick string
|
||||||
|
|
||||||
|
// InstallWeakDeps enables installation of weak dependencies for packages
|
||||||
|
// that are statically defined for the payload pipeline of the image.
|
||||||
|
InstallWeakDeps *bool
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewDiskImage() *DiskImage {
|
func NewDiskImage() *DiskImage {
|
||||||
|
|
@ -57,6 +61,9 @@ func (img *DiskImage) InstantiateManifest(m *manifest.Manifest,
|
||||||
osPipeline.OSProduct = img.OSProduct
|
osPipeline.OSProduct = img.OSProduct
|
||||||
osPipeline.OSVersion = img.OSVersion
|
osPipeline.OSVersion = img.OSVersion
|
||||||
osPipeline.OSNick = img.OSNick
|
osPipeline.OSNick = img.OSNick
|
||||||
|
if img.InstallWeakDeps != nil {
|
||||||
|
osPipeline.InstallWeakDeps = *img.InstallWeakDeps
|
||||||
|
}
|
||||||
|
|
||||||
rawImagePipeline := manifest.NewRawImage(buildPipeline, osPipeline)
|
rawImagePipeline := manifest.NewRawImage(buildPipeline, osPipeline)
|
||||||
rawImagePipeline.PartTool = img.PartTool
|
rawImagePipeline.PartTool = img.PartTool
|
||||||
|
|
|
||||||
3
vendor/github.com/osbuild/images/pkg/manifest/os.go
generated
vendored
3
vendor/github.com/osbuild/images/pkg/manifest/os.go
generated
vendored
|
|
@ -167,6 +167,9 @@ type OS struct {
|
||||||
OSVersion string
|
OSVersion string
|
||||||
OSNick string
|
OSNick string
|
||||||
|
|
||||||
|
// InstallWeakDeps enables installation of weak dependencies for packages
|
||||||
|
// that are statically defined for the pipeline.
|
||||||
|
// Defaults to True.
|
||||||
InstallWeakDeps bool
|
InstallWeakDeps bool
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
6
vendor/github.com/osbuild/images/pkg/osbuild/result.go
generated
vendored
6
vendor/github.com/osbuild/images/pkg/osbuild/result.go
generated
vendored
|
|
@ -147,10 +147,10 @@ func (res *Result) Write(writer io.Writer) error {
|
||||||
sort.Strings(pipelineNames)
|
sort.Strings(pipelineNames)
|
||||||
|
|
||||||
for _, pipelineName := range pipelineNames {
|
for _, pipelineName := range pipelineNames {
|
||||||
fmt.Fprintf(writer, "Pipeline %s\n", pipelineName)
|
fmt.Fprintf(writer, "Pipeline: %s\n", pipelineName)
|
||||||
pipelineMD := res.Metadata[pipelineName]
|
pipelineMD := res.Metadata[pipelineName]
|
||||||
for _, stage := range res.Log[pipelineName] {
|
for _, stage := range res.Log[pipelineName] {
|
||||||
fmt.Fprintf(writer, "Stage %s\n", stage.Type)
|
fmt.Fprintf(writer, "Stage: %s\n", stage.Type)
|
||||||
fmt.Fprintf(writer, "Output:\n%s\n", stage.Output)
|
fmt.Fprintf(writer, "Output:\n%s\n", stage.Output)
|
||||||
|
|
||||||
// print structured stage metadata if available
|
// print structured stage metadata if available
|
||||||
|
|
@ -164,8 +164,8 @@ func (res *Result) Write(writer io.Writer) error {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fmt.Fprint(writer, "\n")
|
|
||||||
}
|
}
|
||||||
|
fmt.Fprint(writer, "\n")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
6
vendor/github.com/vmware/govmomi/govc/datastore/info.go
generated
vendored
6
vendor/github.com/vmware/govmomi/govc/datastore/info.go
generated
vendored
|
|
@ -1,11 +1,11 @@
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2015 VMware, Inc. All Rights Reserved.
|
Copyright (c) 2015-2023 VMware, Inc. All Rights Reserved.
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
You may obtain a copy of the License at
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
Unless required by applicable law or agreed to in writing, software
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
|
@ -180,7 +180,7 @@ func (cmd *info) Run(ctx context.Context, f *flag.FlagSet) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
type infoResult struct {
|
type infoResult struct {
|
||||||
Datastores []mo.Datastore
|
Datastores []mo.Datastore `json:"datastores"`
|
||||||
objects []*object.Datastore
|
objects []*object.Datastore
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
94
vendor/github.com/vmware/govmomi/govc/flags/env.go
generated
vendored
Normal file
94
vendor/github.com/vmware/govmomi/govc/flags/env.go
generated
vendored
Normal file
|
|
@ -0,0 +1,94 @@
|
||||||
|
/*
|
||||||
|
Copyright (c) 2023-2023 VMware, Inc. All Rights Reserved.
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package flags
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
"flag"
|
||||||
|
|
||||||
|
"github.com/vmware/govmomi/object"
|
||||||
|
"github.com/vmware/govmomi/vim25/mo"
|
||||||
|
)
|
||||||
|
|
||||||
|
type EnvBrowser struct {
|
||||||
|
*ClusterFlag
|
||||||
|
*HostSystemFlag
|
||||||
|
*VirtualMachineFlag
|
||||||
|
}
|
||||||
|
|
||||||
|
func (cmd *EnvBrowser) Register(ctx context.Context, f *flag.FlagSet) {
|
||||||
|
cmd.ClusterFlag, ctx = NewClusterFlag(ctx)
|
||||||
|
cmd.ClusterFlag.Register(ctx, f)
|
||||||
|
|
||||||
|
cmd.HostSystemFlag, ctx = NewHostSystemFlag(ctx)
|
||||||
|
cmd.HostSystemFlag.Register(ctx, f)
|
||||||
|
|
||||||
|
cmd.VirtualMachineFlag, ctx = NewVirtualMachineFlag(ctx)
|
||||||
|
cmd.VirtualMachineFlag.Register(ctx, f)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (cmd *EnvBrowser) Process(ctx context.Context) error {
|
||||||
|
if err := cmd.ClusterFlag.Process(ctx); err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
if err := cmd.HostSystemFlag.Process(ctx); err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
return cmd.VirtualMachineFlag.Process(ctx)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (cmd *EnvBrowser) Browser(ctx context.Context) (*object.EnvironmentBrowser, error) {
|
||||||
|
c, err := cmd.VirtualMachineFlag.Client()
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
vm, err := cmd.VirtualMachine()
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
if vm != nil {
|
||||||
|
return vm.EnvironmentBrowser(ctx)
|
||||||
|
}
|
||||||
|
|
||||||
|
host, err := cmd.HostSystemIfSpecified()
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
if host != nil {
|
||||||
|
var h mo.HostSystem
|
||||||
|
err = host.Properties(ctx, host.Reference(), []string{"parent"}, &h)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
return object.NewComputeResource(c, *h.Parent).EnvironmentBrowser(ctx)
|
||||||
|
}
|
||||||
|
|
||||||
|
finder, ferr := cmd.ClusterFlag.Finder()
|
||||||
|
if ferr != nil {
|
||||||
|
return nil, ferr
|
||||||
|
}
|
||||||
|
|
||||||
|
cr, ferr := finder.ComputeResourceOrDefault(ctx, cmd.ClusterFlag.Name)
|
||||||
|
if ferr != nil {
|
||||||
|
return nil, ferr
|
||||||
|
}
|
||||||
|
|
||||||
|
return cr.EnvironmentBrowser(ctx)
|
||||||
|
}
|
||||||
24
vendor/github.com/vmware/govmomi/govc/host/esxcli/command.go
generated
vendored
24
vendor/github.com/vmware/govmomi/govc/host/esxcli/command.go
generated
vendored
|
|
@ -1,11 +1,11 @@
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2014 VMware, Inc. All Rights Reserved.
|
Copyright (c) 2014-2023 VMware, Inc. All Rights Reserved.
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
You may obtain a copy of the License at
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
Unless required by applicable law or agreed to in writing, software
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
|
@ -31,33 +31,33 @@ type Command struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type CommandInfoItem struct {
|
type CommandInfoItem struct {
|
||||||
Name string `xml:"name"`
|
Name string `xml:"name" json:"name"`
|
||||||
DisplayName string `xml:"displayName"`
|
DisplayName string `xml:"displayName" json:"displayName"`
|
||||||
Help string `xml:"help"`
|
Help string `xml:"help" json:"help"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type CommandInfoParam struct {
|
type CommandInfoParam struct {
|
||||||
CommandInfoItem
|
CommandInfoItem
|
||||||
Aliases []string `xml:"aliases"`
|
Aliases []string `xml:"aliases" json:"aliases"`
|
||||||
Flag bool `xml:"flag"`
|
Flag bool `xml:"flag" json:"flag"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type CommandInfoHint struct {
|
type CommandInfoHint struct {
|
||||||
Key string `xml:"key"`
|
Key string `xml:"key" json:"key"`
|
||||||
Value string `xml:"value"`
|
Value string `xml:"value" json:"value"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type CommandInfoHints []CommandInfoHint
|
type CommandInfoHints []CommandInfoHint
|
||||||
|
|
||||||
type CommandInfoMethod struct {
|
type CommandInfoMethod struct {
|
||||||
CommandInfoItem
|
CommandInfoItem
|
||||||
Param []CommandInfoParam `xml:"param"`
|
Param []CommandInfoParam `xml:"param" json:"param"`
|
||||||
Hints CommandInfoHints `xml:"hints"`
|
Hints CommandInfoHints `xml:"hints" json:"hints"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type CommandInfo struct {
|
type CommandInfo struct {
|
||||||
CommandInfoItem
|
CommandInfoItem
|
||||||
Method []*CommandInfoMethod `xml:"method"`
|
Method []*CommandInfoMethod `xml:"method" json:"method"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewCommand(args []string) *Command {
|
func NewCommand(args []string) *Command {
|
||||||
|
|
|
||||||
4
vendor/github.com/vmware/govmomi/govc/host/esxcli/executor.go
generated
vendored
4
vendor/github.com/vmware/govmomi/govc/host/esxcli/executor.go
generated
vendored
|
|
@ -27,8 +27,8 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
type Fault struct {
|
type Fault struct {
|
||||||
Message string
|
Message string `json:"message"`
|
||||||
Detail string
|
Detail string `json:"detail"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (f Fault) Error() string {
|
func (f Fault) Error() string {
|
||||||
|
|
|
||||||
10
vendor/github.com/vmware/govmomi/govc/host/esxcli/firewall_info.go
generated
vendored
10
vendor/github.com/vmware/govmomi/govc/host/esxcli/firewall_info.go
generated
vendored
|
|
@ -1,11 +1,11 @@
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2015 VMware, Inc. All Rights Reserved.
|
Copyright (c) 2015-2023 VMware, Inc. All Rights Reserved.
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
You may obtain a copy of the License at
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
Unless required by applicable law or agreed to in writing, software
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
|
@ -19,9 +19,9 @@ package esxcli
|
||||||
import "github.com/vmware/govmomi/object"
|
import "github.com/vmware/govmomi/object"
|
||||||
|
|
||||||
type FirewallInfo struct {
|
type FirewallInfo struct {
|
||||||
Loaded bool
|
Loaded bool `json:"loaded"`
|
||||||
Enabled bool
|
Enabled bool `json:"enabled"`
|
||||||
DefaultAction string
|
DefaultAction string `json:"defaultAction"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetFirewallInfo via 'esxcli network firewall get'
|
// GetFirewallInfo via 'esxcli network firewall get'
|
||||||
|
|
|
||||||
6
vendor/github.com/vmware/govmomi/govc/host/esxcli/response.go
generated
vendored
6
vendor/github.com/vmware/govmomi/govc/host/esxcli/response.go
generated
vendored
|
|
@ -24,9 +24,9 @@ import (
|
||||||
type Values map[string][]string
|
type Values map[string][]string
|
||||||
|
|
||||||
type Response struct {
|
type Response struct {
|
||||||
Info *CommandInfoMethod
|
Info *CommandInfoMethod `json:"info"`
|
||||||
Values []Values
|
Values []Values `json:"values"`
|
||||||
String string
|
String string `json:"string"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (v Values) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error {
|
func (v Values) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error {
|
||||||
|
|
|
||||||
35
vendor/github.com/vmware/govmomi/govc/importx/options.go
generated
vendored
35
vendor/github.com/vmware/govmomi/govc/importx/options.go
generated
vendored
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2015 VMware, Inc. All Rights Reserved.
|
Copyright (c) 2015-2023 VMware, Inc. All Rights Reserved.
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
|
@ -29,8 +29,39 @@ import (
|
||||||
"github.com/vmware/govmomi/vim25/types"
|
"github.com/vmware/govmomi/vim25/types"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
type KeyValue struct {
|
||||||
|
Key string
|
||||||
|
Value string
|
||||||
|
}
|
||||||
|
|
||||||
|
// case insensitive for Key + Value
|
||||||
|
func (kv *KeyValue) UnmarshalJSON(b []byte) error {
|
||||||
|
e := struct {
|
||||||
|
types.KeyValue
|
||||||
|
Key *string
|
||||||
|
Value *string
|
||||||
|
}{
|
||||||
|
types.KeyValue{}, &kv.Key, &kv.Value,
|
||||||
|
}
|
||||||
|
|
||||||
|
err := json.Unmarshal(b, &e)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
if kv.Key == "" {
|
||||||
|
kv.Key = e.KeyValue.Key // "key"
|
||||||
|
}
|
||||||
|
|
||||||
|
if kv.Value == "" {
|
||||||
|
kv.Value = e.KeyValue.Value // "value"
|
||||||
|
}
|
||||||
|
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
type Property struct {
|
type Property struct {
|
||||||
types.KeyValue
|
KeyValue
|
||||||
Spec *ovf.Property `json:",omitempty"`
|
Spec *ovf.Property `json:",omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
7
vendor/github.com/vmware/govmomi/govc/importx/ovf.go
generated
vendored
7
vendor/github.com/vmware/govmomi/govc/importx/ovf.go
generated
vendored
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2014-2015 VMware, Inc. All Rights Reserved.
|
Copyright (c) 2014-2023 VMware, Inc. All Rights Reserved.
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
|
@ -161,7 +161,10 @@ func (cmd *ovfx) Prepare(f *flag.FlagSet) (string, error) {
|
||||||
|
|
||||||
func (cmd *ovfx) Map(op []Property) (p []types.KeyValue) {
|
func (cmd *ovfx) Map(op []Property) (p []types.KeyValue) {
|
||||||
for _, v := range op {
|
for _, v := range op {
|
||||||
p = append(p, v.KeyValue)
|
p = append(p, types.KeyValue{
|
||||||
|
Key: v.Key,
|
||||||
|
Value: v.Value,
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
|
||||||
4
vendor/github.com/vmware/govmomi/govc/importx/spec.go
generated
vendored
4
vendor/github.com/vmware/govmomi/govc/importx/spec.go
generated
vendored
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2015-2016 VMware, Inc. All Rights Reserved.
|
Copyright (c) 2015-2023 VMware, Inc. All Rights Reserved.
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
|
@ -171,7 +171,7 @@ func (cmd *spec) Map(e *ovf.Envelope) (res []Property) {
|
||||||
k = fmt.Sprintf("%s.%s", k, *p.Instance)
|
k = fmt.Sprintf("%s.%s", k, *p.Instance)
|
||||||
}
|
}
|
||||||
|
|
||||||
np := Property{KeyValue: types.KeyValue{Key: k, Value: d}}
|
np := Property{KeyValue: KeyValue{Key: k, Value: d}}
|
||||||
if cmd.Verbose() {
|
if cmd.Verbose() {
|
||||||
np.Spec = &p.Property[i]
|
np.Spec = &p.Property[i]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
6
vendor/github.com/vmware/govmomi/govc/vm/guest/ps.go
generated
vendored
6
vendor/github.com/vmware/govmomi/govc/vm/guest/ps.go
generated
vendored
|
|
@ -1,11 +1,11 @@
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2014-2017 VMware, Inc. All Rights Reserved.
|
Copyright (c) 2014-2023 VMware, Inc. All Rights Reserved.
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
You may obtain a copy of the License at
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
Unless required by applicable law or agreed to in writing, software
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
|
@ -159,7 +159,7 @@ func (cmd *ps) Run(ctx context.Context, f *flag.FlagSet) error {
|
||||||
|
|
||||||
type psResult struct {
|
type psResult struct {
|
||||||
cmd *ps
|
cmd *ps
|
||||||
ProcessInfo []types.GuestProcessInfo
|
ProcessInfo []types.GuestProcessInfo `json:"processInfo"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (r *psResult) Write(w io.Writer) error {
|
func (r *psResult) Write(w io.Writer) error {
|
||||||
|
|
|
||||||
6
vendor/github.com/vmware/govmomi/govc/vm/info.go
generated
vendored
6
vendor/github.com/vmware/govmomi/govc/vm/info.go
generated
vendored
|
|
@ -1,11 +1,11 @@
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2014-2015 VMware, Inc. All Rights Reserved.
|
Copyright (c) 2014-2023 VMware, Inc. All Rights Reserved.
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
You may obtain a copy of the License at
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
Unless required by applicable law or agreed to in writing, software
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
|
@ -175,7 +175,7 @@ func (cmd *info) Run(ctx context.Context, f *flag.FlagSet) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
type infoResult struct {
|
type infoResult struct {
|
||||||
VirtualMachines []mo.VirtualMachine
|
VirtualMachines []mo.VirtualMachine `json:"virtualMachines"`
|
||||||
objects []*object.VirtualMachine
|
objects []*object.VirtualMachine
|
||||||
entities map[types.ManagedObjectReference]string
|
entities map[types.ManagedObjectReference]string
|
||||||
cmd *info
|
cmd *info
|
||||||
|
|
|
||||||
8
vendor/github.com/vmware/govmomi/govc/vm/ip.go
generated
vendored
8
vendor/github.com/vmware/govmomi/govc/vm/ip.go
generated
vendored
|
|
@ -1,11 +1,11 @@
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2014-2015 VMware, Inc. All Rights Reserved.
|
Copyright (c) 2014-2023 VMware, Inc. All Rights Reserved.
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
You may obtain a copy of the License at
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
Unless required by applicable law or agreed to in writing, software
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
|
@ -68,7 +68,7 @@ func (cmd *ip) Description() string {
|
||||||
By default the vm.ip command depends on vmware-tools to report the 'guest.ipAddress' field and will
|
By default the vm.ip command depends on vmware-tools to report the 'guest.ipAddress' field and will
|
||||||
wait until it has done so. This value can also be obtained using:
|
wait until it has done so. This value can also be obtained using:
|
||||||
|
|
||||||
govc vm.info -json $vm | jq -r .VirtualMachines[].Guest.IpAddress
|
govc vm.info -json $vm | jq -r .virtualMachines[].guest.ipAddress
|
||||||
|
|
||||||
When given the '-a' flag, only IP addresses for which there is a corresponding virtual nic are listed.
|
When given the '-a' flag, only IP addresses for which there is a corresponding virtual nic are listed.
|
||||||
If there are multiple nics, the listed addresses will be comma delimited. The '-a' flag depends on
|
If there are multiple nics, the listed addresses will be comma delimited. The '-a' flag depends on
|
||||||
|
|
@ -78,7 +78,7 @@ by tools for which there is no virtual nic are not included, for example that of
|
||||||
|
|
||||||
These values can also be obtained using:
|
These values can also be obtained using:
|
||||||
|
|
||||||
govc vm.info -json $vm | jq -r .VirtualMachines[].Guest.Net[].IpConfig.IpAddress[].IpAddress
|
govc vm.info -json $vm | jq -r .virtualMachines[].guest.net[].ipConfig.ipAddress[].ipAddress
|
||||||
|
|
||||||
When given the '-n' flag, filters '-a' behavior to the nic specified by MAC address or device name.
|
When given the '-n' flag, filters '-a' behavior to the nic specified by MAC address or device name.
|
||||||
|
|
||||||
|
|
|
||||||
3
vendor/github.com/vmware/govmomi/guest/toolbox/client.go
generated
vendored
3
vendor/github.com/vmware/govmomi/guest/toolbox/client.go
generated
vendored
|
|
@ -284,6 +284,7 @@ func (c *Client) Download(ctx context.Context, src string) (io.ReadCloser, int64
|
||||||
}
|
}
|
||||||
|
|
||||||
p := soap.DefaultDownload
|
p := soap.DefaultDownload
|
||||||
|
p.Close = true // disable Keep-Alive connection to ESX
|
||||||
|
|
||||||
if internal.UsingEnvoySidecar(c.ProcessManager.Client()) {
|
if internal.UsingEnvoySidecar(c.ProcessManager.Client()) {
|
||||||
vc = internal.ClientWithEnvoyHostGateway(vc)
|
vc = internal.ClientWithEnvoyHostGateway(vc)
|
||||||
|
|
@ -346,6 +347,8 @@ func (c *Client) Upload(ctx context.Context, src io.Reader, dst string, p soap.U
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p.Close = true // disable Keep-Alive connection to ESX
|
||||||
|
|
||||||
if internal.UsingEnvoySidecar(c.ProcessManager.Client()) {
|
if internal.UsingEnvoySidecar(c.ProcessManager.Client()) {
|
||||||
vc = internal.ClientWithEnvoyHostGateway(vc)
|
vc = internal.ClientWithEnvoyHostGateway(vc)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
2
vendor/github.com/vmware/govmomi/internal/version/version.go
generated
vendored
2
vendor/github.com/vmware/govmomi/internal/version/version.go
generated
vendored
|
|
@ -21,5 +21,5 @@ const (
|
||||||
ClientName = "govmomi"
|
ClientName = "govmomi"
|
||||||
|
|
||||||
// ClientVersion is the version of this SDK
|
// ClientVersion is the version of this SDK
|
||||||
ClientVersion = "0.31.0"
|
ClientVersion = "0.32.0"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
20
vendor/github.com/vmware/govmomi/object/compute_resource.go
generated
vendored
20
vendor/github.com/vmware/govmomi/object/compute_resource.go
generated
vendored
|
|
@ -1,11 +1,11 @@
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2015 VMware, Inc. All Rights Reserved.
|
Copyright (c) 2015-2023 VMware, Inc. All Rights Reserved.
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
You may obtain a copy of the License at
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
Unless required by applicable law or agreed to in writing, software
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
|
@ -18,6 +18,7 @@ package object
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
"fmt"
|
||||||
"path"
|
"path"
|
||||||
|
|
||||||
"github.com/vmware/govmomi/property"
|
"github.com/vmware/govmomi/property"
|
||||||
|
|
@ -84,6 +85,21 @@ func (c ComputeResource) Datastores(ctx context.Context) ([]*Datastore, error) {
|
||||||
return dss, nil
|
return dss, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (c ComputeResource) EnvironmentBrowser(ctx context.Context) (*EnvironmentBrowser, error) {
|
||||||
|
var cr mo.ComputeResource
|
||||||
|
|
||||||
|
err := c.Properties(ctx, c.Reference(), []string{"environmentBrowser"}, &cr)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
if cr.EnvironmentBrowser == nil {
|
||||||
|
return nil, fmt.Errorf("%s: nil environmentBrowser", c.Reference())
|
||||||
|
}
|
||||||
|
|
||||||
|
return NewEnvironmentBrowser(c.c, *cr.EnvironmentBrowser), nil
|
||||||
|
}
|
||||||
|
|
||||||
func (c ComputeResource) ResourcePool(ctx context.Context) (*ResourcePool, error) {
|
func (c ComputeResource) ResourcePool(ctx context.Context) (*ResourcePool, error) {
|
||||||
var cr mo.ComputeResource
|
var cr mo.ComputeResource
|
||||||
|
|
||||||
|
|
|
||||||
10
vendor/github.com/vmware/govmomi/object/datastore.go
generated
vendored
10
vendor/github.com/vmware/govmomi/object/datastore.go
generated
vendored
|
|
@ -278,7 +278,10 @@ func (d Datastore) uploadTicket(ctx context.Context, path string, param *soap.Up
|
||||||
return nil, nil, err
|
return nil, nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
p.Ticket = ticket
|
if ticket != nil {
|
||||||
|
p.Ticket = ticket
|
||||||
|
p.Close = true // disable Keep-Alive connection to ESX
|
||||||
|
}
|
||||||
|
|
||||||
return u, &p, nil
|
return u, &p, nil
|
||||||
}
|
}
|
||||||
|
|
@ -294,7 +297,10 @@ func (d Datastore) downloadTicket(ctx context.Context, path string, param *soap.
|
||||||
return nil, nil, err
|
return nil, nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
p.Ticket = ticket
|
if ticket != nil {
|
||||||
|
p.Ticket = ticket
|
||||||
|
p.Close = true // disable Keep-Alive connection to ESX
|
||||||
|
}
|
||||||
|
|
||||||
return u, &p, nil
|
return u, &p, nil
|
||||||
}
|
}
|
||||||
|
|
|
||||||
98
vendor/github.com/vmware/govmomi/object/environment_browser.go
generated
vendored
Normal file
98
vendor/github.com/vmware/govmomi/object/environment_browser.go
generated
vendored
Normal file
|
|
@ -0,0 +1,98 @@
|
||||||
|
/*
|
||||||
|
Copyright (c) 2023-2023 VMware, Inc. All Rights Reserved.
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package object
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
|
||||||
|
"github.com/vmware/govmomi/vim25"
|
||||||
|
"github.com/vmware/govmomi/vim25/methods"
|
||||||
|
"github.com/vmware/govmomi/vim25/types"
|
||||||
|
)
|
||||||
|
|
||||||
|
type EnvironmentBrowser struct {
|
||||||
|
Common
|
||||||
|
}
|
||||||
|
|
||||||
|
func NewEnvironmentBrowser(c *vim25.Client, ref types.ManagedObjectReference) *EnvironmentBrowser {
|
||||||
|
return &EnvironmentBrowser{
|
||||||
|
Common: NewCommon(c, ref),
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (b EnvironmentBrowser) QueryConfigTarget(ctx context.Context, host *HostSystem) (*types.ConfigTarget, error) {
|
||||||
|
req := types.QueryConfigTarget{
|
||||||
|
This: b.Reference(),
|
||||||
|
}
|
||||||
|
|
||||||
|
if host != nil {
|
||||||
|
ref := host.Reference()
|
||||||
|
req.Host = &ref
|
||||||
|
}
|
||||||
|
|
||||||
|
res, err := methods.QueryConfigTarget(ctx, b.Client(), &req)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
return res.Returnval, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (b EnvironmentBrowser) QueryTargetCapabilities(ctx context.Context, host *HostSystem) (*types.HostCapability, error) {
|
||||||
|
req := types.QueryTargetCapabilities{
|
||||||
|
This: b.Reference(),
|
||||||
|
}
|
||||||
|
|
||||||
|
if host != nil {
|
||||||
|
ref := host.Reference()
|
||||||
|
req.Host = &ref
|
||||||
|
}
|
||||||
|
|
||||||
|
res, err := methods.QueryTargetCapabilities(ctx, b.Client(), &req)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
return res.Returnval, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (b EnvironmentBrowser) QueryConfigOption(ctx context.Context, spec *types.EnvironmentBrowserConfigOptionQuerySpec) (*types.VirtualMachineConfigOption, error) {
|
||||||
|
req := types.QueryConfigOptionEx{
|
||||||
|
This: b.Reference(),
|
||||||
|
Spec: spec,
|
||||||
|
}
|
||||||
|
|
||||||
|
res, err := methods.QueryConfigOptionEx(ctx, b.Client(), &req)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
return res.Returnval, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (b EnvironmentBrowser) QueryConfigOptionDescriptor(ctx context.Context) ([]types.VirtualMachineConfigOptionDescriptor, error) {
|
||||||
|
req := types.QueryConfigOptionDescriptor{
|
||||||
|
This: b.Reference(),
|
||||||
|
}
|
||||||
|
|
||||||
|
res, err := methods.QueryConfigOptionDescriptor(ctx, b.Client(), &req)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
return res.Returnval, nil
|
||||||
|
}
|
||||||
10
vendor/github.com/vmware/govmomi/object/host_certificate_info.go
generated
vendored
10
vendor/github.com/vmware/govmomi/object/host_certificate_info.go
generated
vendored
|
|
@ -1,11 +1,11 @@
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2016 VMware, Inc. All Rights Reserved.
|
Copyright (c) 2016-2023 VMware, Inc. All Rights Reserved.
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
You may obtain a copy of the License at
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
Unless required by applicable law or agreed to in writing, software
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
|
@ -36,10 +36,10 @@ import (
|
||||||
type HostCertificateInfo struct {
|
type HostCertificateInfo struct {
|
||||||
types.HostCertificateManagerCertificateInfo
|
types.HostCertificateManagerCertificateInfo
|
||||||
|
|
||||||
ThumbprintSHA1 string
|
ThumbprintSHA1 string `json:"thumbprintSHA1"`
|
||||||
ThumbprintSHA256 string
|
ThumbprintSHA256 string `json:"thumbprintSHA256"`
|
||||||
|
|
||||||
Err error
|
Err error `json:"err"`
|
||||||
Certificate *x509.Certificate `json:"-"`
|
Certificate *x509.Certificate `json:"-"`
|
||||||
|
|
||||||
subjectName *pkix.Name
|
subjectName *pkix.Name
|
||||||
|
|
|
||||||
32
vendor/github.com/vmware/govmomi/object/virtual_machine.go
generated
vendored
32
vendor/github.com/vmware/govmomi/object/virtual_machine.go
generated
vendored
|
|
@ -438,6 +438,17 @@ func (v VirtualMachine) Device(ctx context.Context) (VirtualDeviceList, error) {
|
||||||
return VirtualDeviceList(o.Config.Hardware.Device), nil
|
return VirtualDeviceList(o.Config.Hardware.Device), nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (v VirtualMachine) EnvironmentBrowser(ctx context.Context) (*EnvironmentBrowser, error) {
|
||||||
|
var vm mo.VirtualMachine
|
||||||
|
|
||||||
|
err := v.Properties(ctx, v.Reference(), []string{"environmentBrowser"}, &vm)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
return NewEnvironmentBrowser(v.c, vm.EnvironmentBrowser), nil
|
||||||
|
}
|
||||||
|
|
||||||
func (v VirtualMachine) HostSystem(ctx context.Context) (*HostSystem, error) {
|
func (v VirtualMachine) HostSystem(ctx context.Context) (*HostSystem, error) {
|
||||||
var o mo.VirtualMachine
|
var o mo.VirtualMachine
|
||||||
|
|
||||||
|
|
@ -918,27 +929,6 @@ func (v VirtualMachine) Unregister(ctx context.Context) error {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
// QueryEnvironmentBrowser is a helper to get the environmentBrowser property.
|
|
||||||
func (v VirtualMachine) QueryConfigTarget(ctx context.Context) (*types.ConfigTarget, error) {
|
|
||||||
var vm mo.VirtualMachine
|
|
||||||
|
|
||||||
err := v.Properties(ctx, v.Reference(), []string{"environmentBrowser"}, &vm)
|
|
||||||
if err != nil {
|
|
||||||
return nil, err
|
|
||||||
}
|
|
||||||
|
|
||||||
req := types.QueryConfigTarget{
|
|
||||||
This: vm.EnvironmentBrowser,
|
|
||||||
}
|
|
||||||
|
|
||||||
res, err := methods.QueryConfigTarget(ctx, v.Client(), &req)
|
|
||||||
if err != nil {
|
|
||||||
return nil, err
|
|
||||||
}
|
|
||||||
|
|
||||||
return res.Returnval, nil
|
|
||||||
}
|
|
||||||
|
|
||||||
func (v VirtualMachine) MountToolsInstaller(ctx context.Context) error {
|
func (v VirtualMachine) MountToolsInstaller(ctx context.Context) error {
|
||||||
req := types.MountToolsInstaller{
|
req := types.MountToolsInstaller{
|
||||||
This: v.Reference(),
|
This: v.Reference(),
|
||||||
|
|
|
||||||
23
vendor/github.com/vmware/govmomi/vim25/soap/client.go
generated
vendored
23
vendor/github.com/vmware/govmomi/vim25/soap/client.go
generated
vendored
|
|
@ -79,10 +79,10 @@ type Client struct {
|
||||||
hostsMu sync.Mutex
|
hostsMu sync.Mutex
|
||||||
hosts map[string]string
|
hosts map[string]string
|
||||||
|
|
||||||
Namespace string // Vim namespace
|
Namespace string `json:"namespace"` // Vim namespace
|
||||||
Version string // Vim version
|
Version string `json:"version"` // Vim version
|
||||||
Types types.Func
|
Types types.Func `json:"types"`
|
||||||
UserAgent string
|
UserAgent string `json:"userAgent"`
|
||||||
|
|
||||||
cookie string
|
cookie string
|
||||||
insecureCookies bool
|
insecureCookies bool
|
||||||
|
|
@ -487,11 +487,11 @@ func (c *Client) URL() *url.URL {
|
||||||
}
|
}
|
||||||
|
|
||||||
type marshaledClient struct {
|
type marshaledClient struct {
|
||||||
Cookies []*http.Cookie
|
Cookies []*http.Cookie `json:"cookies"`
|
||||||
URL *url.URL
|
URL *url.URL `json:"url"`
|
||||||
Insecure bool
|
Insecure bool `json:"insecure"`
|
||||||
Version string
|
Version string `json:"version"`
|
||||||
UseJSON bool
|
UseJSON bool `json:"useJSON"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// MarshalJSON writes the Client configuration to JSON.
|
// MarshalJSON writes the Client configuration to JSON.
|
||||||
|
|
@ -727,6 +727,7 @@ type Upload struct {
|
||||||
Headers map[string]string
|
Headers map[string]string
|
||||||
Ticket *http.Cookie
|
Ticket *http.Cookie
|
||||||
Progress progress.Sinker
|
Progress progress.Sinker
|
||||||
|
Close bool
|
||||||
}
|
}
|
||||||
|
|
||||||
var DefaultUpload = Upload{
|
var DefaultUpload = Upload{
|
||||||
|
|
@ -754,7 +755,7 @@ func (c *Client) Upload(ctx context.Context, f io.Reader, u *url.URL, param *Upl
|
||||||
}
|
}
|
||||||
|
|
||||||
req = req.WithContext(ctx)
|
req = req.WithContext(ctx)
|
||||||
|
req.Close = param.Close
|
||||||
req.ContentLength = param.ContentLength
|
req.ContentLength = param.ContentLength
|
||||||
req.Header.Set("Content-Type", param.Type)
|
req.Header.Set("Content-Type", param.Type)
|
||||||
|
|
||||||
|
|
@ -812,6 +813,7 @@ type Download struct {
|
||||||
Ticket *http.Cookie
|
Ticket *http.Cookie
|
||||||
Progress progress.Sinker
|
Progress progress.Sinker
|
||||||
Writer io.Writer
|
Writer io.Writer
|
||||||
|
Close bool
|
||||||
}
|
}
|
||||||
|
|
||||||
var DefaultDownload = Download{
|
var DefaultDownload = Download{
|
||||||
|
|
@ -826,6 +828,7 @@ func (c *Client) DownloadRequest(ctx context.Context, u *url.URL, param *Downloa
|
||||||
}
|
}
|
||||||
|
|
||||||
req = req.WithContext(ctx)
|
req = req.WithContext(ctx)
|
||||||
|
req.Close = param.Close
|
||||||
|
|
||||||
for k, v := range param.Headers {
|
for k, v := range param.Headers {
|
||||||
req.Header.Add(k, v)
|
req.Header.Add(k, v)
|
||||||
|
|
|
||||||
4
vendor/golang.org/x/crypto/chacha20/chacha_arm64.go
generated
vendored
4
vendor/golang.org/x/crypto/chacha20/chacha_arm64.go
generated
vendored
|
|
@ -2,8 +2,8 @@
|
||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build go1.11 && gc && !purego
|
//go:build gc && !purego
|
||||||
// +build go1.11,gc,!purego
|
// +build gc,!purego
|
||||||
|
|
||||||
package chacha20
|
package chacha20
|
||||||
|
|
||||||
|
|
|
||||||
4
vendor/golang.org/x/crypto/chacha20/chacha_arm64.s
generated
vendored
4
vendor/golang.org/x/crypto/chacha20/chacha_arm64.s
generated
vendored
|
|
@ -2,8 +2,8 @@
|
||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build go1.11 && gc && !purego
|
//go:build gc && !purego
|
||||||
// +build go1.11,gc,!purego
|
// +build gc,!purego
|
||||||
|
|
||||||
#include "textflag.h"
|
#include "textflag.h"
|
||||||
|
|
||||||
|
|
|
||||||
4
vendor/golang.org/x/crypto/chacha20/chacha_noasm.go
generated
vendored
4
vendor/golang.org/x/crypto/chacha20/chacha_noasm.go
generated
vendored
|
|
@ -2,8 +2,8 @@
|
||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build (!arm64 && !s390x && !ppc64le) || (arm64 && !go1.11) || !gc || purego
|
//go:build (!arm64 && !s390x && !ppc64le) || !gc || purego
|
||||||
// +build !arm64,!s390x,!ppc64le arm64,!go1.11 !gc purego
|
// +build !arm64,!s390x,!ppc64le !gc purego
|
||||||
|
|
||||||
package chacha20
|
package chacha20
|
||||||
|
|
||||||
|
|
|
||||||
5
vendor/golang.org/x/crypto/cryptobyte/builder.go
generated
vendored
5
vendor/golang.org/x/crypto/cryptobyte/builder.go
generated
vendored
|
|
@ -95,6 +95,11 @@ func (b *Builder) AddUint32(v uint32) {
|
||||||
b.add(byte(v>>24), byte(v>>16), byte(v>>8), byte(v))
|
b.add(byte(v>>24), byte(v>>16), byte(v>>8), byte(v))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// AddUint48 appends a big-endian, 48-bit value to the byte string.
|
||||||
|
func (b *Builder) AddUint48(v uint64) {
|
||||||
|
b.add(byte(v>>40), byte(v>>32), byte(v>>24), byte(v>>16), byte(v>>8), byte(v))
|
||||||
|
}
|
||||||
|
|
||||||
// AddUint64 appends a big-endian, 64-bit value to the byte string.
|
// AddUint64 appends a big-endian, 64-bit value to the byte string.
|
||||||
func (b *Builder) AddUint64(v uint64) {
|
func (b *Builder) AddUint64(v uint64) {
|
||||||
b.add(byte(v>>56), byte(v>>48), byte(v>>40), byte(v>>32), byte(v>>24), byte(v>>16), byte(v>>8), byte(v))
|
b.add(byte(v>>56), byte(v>>48), byte(v>>40), byte(v>>32), byte(v>>24), byte(v>>16), byte(v>>8), byte(v))
|
||||||
|
|
|
||||||
11
vendor/golang.org/x/crypto/cryptobyte/string.go
generated
vendored
11
vendor/golang.org/x/crypto/cryptobyte/string.go
generated
vendored
|
|
@ -81,6 +81,17 @@ func (s *String) ReadUint32(out *uint32) bool {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ReadUint48 decodes a big-endian, 48-bit value into out and advances over it.
|
||||||
|
// It reports whether the read was successful.
|
||||||
|
func (s *String) ReadUint48(out *uint64) bool {
|
||||||
|
v := s.read(6)
|
||||||
|
if v == nil {
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
*out = uint64(v[0])<<40 | uint64(v[1])<<32 | uint64(v[2])<<24 | uint64(v[3])<<16 | uint64(v[4])<<8 | uint64(v[5])
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
|
||||||
// ReadUint64 decodes a big-endian, 64-bit value into out and advances over it.
|
// ReadUint64 decodes a big-endian, 64-bit value into out and advances over it.
|
||||||
// It reports whether the read was successful.
|
// It reports whether the read was successful.
|
||||||
func (s *String) ReadUint64(out *uint64) bool {
|
func (s *String) ReadUint64(out *uint64) bool {
|
||||||
|
|
|
||||||
14
vendor/golang.org/x/crypto/sha3/sha3.go
generated
vendored
14
vendor/golang.org/x/crypto/sha3/sha3.go
generated
vendored
|
|
@ -121,11 +121,11 @@ func (d *state) padAndPermute(dsbyte byte) {
|
||||||
copyOut(d, d.buf)
|
copyOut(d, d.buf)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Write absorbs more data into the hash's state. It produces an error
|
// Write absorbs more data into the hash's state. It panics if any
|
||||||
// if more data is written to the ShakeHash after writing
|
// output has already been read.
|
||||||
func (d *state) Write(p []byte) (written int, err error) {
|
func (d *state) Write(p []byte) (written int, err error) {
|
||||||
if d.state != spongeAbsorbing {
|
if d.state != spongeAbsorbing {
|
||||||
panic("sha3: write to sponge after read")
|
panic("sha3: Write after Read")
|
||||||
}
|
}
|
||||||
if d.buf == nil {
|
if d.buf == nil {
|
||||||
d.buf = d.storage.asBytes()[:0]
|
d.buf = d.storage.asBytes()[:0]
|
||||||
|
|
@ -182,12 +182,16 @@ func (d *state) Read(out []byte) (n int, err error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Sum applies padding to the hash state and then squeezes out the desired
|
// Sum applies padding to the hash state and then squeezes out the desired
|
||||||
// number of output bytes.
|
// number of output bytes. It panics if any output has already been read.
|
||||||
func (d *state) Sum(in []byte) []byte {
|
func (d *state) Sum(in []byte) []byte {
|
||||||
|
if d.state != spongeAbsorbing {
|
||||||
|
panic("sha3: Sum after Read")
|
||||||
|
}
|
||||||
|
|
||||||
// Make a copy of the original hash so that caller can keep writing
|
// Make a copy of the original hash so that caller can keep writing
|
||||||
// and summing.
|
// and summing.
|
||||||
dup := d.clone()
|
dup := d.clone()
|
||||||
hash := make([]byte, dup.outputLen)
|
hash := make([]byte, dup.outputLen, 64) // explicit cap to allow stack allocation
|
||||||
dup.Read(hash)
|
dup.Read(hash)
|
||||||
return append(in, hash...)
|
return append(in, hash...)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
10
vendor/golang.org/x/crypto/sha3/sha3_s390x.go
generated
vendored
10
vendor/golang.org/x/crypto/sha3/sha3_s390x.go
generated
vendored
|
|
@ -49,7 +49,7 @@ type asmState struct {
|
||||||
buf []byte // care must be taken to ensure cap(buf) is a multiple of rate
|
buf []byte // care must be taken to ensure cap(buf) is a multiple of rate
|
||||||
rate int // equivalent to block size
|
rate int // equivalent to block size
|
||||||
storage [3072]byte // underlying storage for buf
|
storage [3072]byte // underlying storage for buf
|
||||||
outputLen int // output length if fixed, 0 if not
|
outputLen int // output length for full security
|
||||||
function code // KIMD/KLMD function code
|
function code // KIMD/KLMD function code
|
||||||
state spongeDirection // whether the sponge is absorbing or squeezing
|
state spongeDirection // whether the sponge is absorbing or squeezing
|
||||||
}
|
}
|
||||||
|
|
@ -72,8 +72,10 @@ func newAsmState(function code) *asmState {
|
||||||
s.outputLen = 64
|
s.outputLen = 64
|
||||||
case shake_128:
|
case shake_128:
|
||||||
s.rate = 168
|
s.rate = 168
|
||||||
|
s.outputLen = 32
|
||||||
case shake_256:
|
case shake_256:
|
||||||
s.rate = 136
|
s.rate = 136
|
||||||
|
s.outputLen = 64
|
||||||
default:
|
default:
|
||||||
panic("sha3: unrecognized function code")
|
panic("sha3: unrecognized function code")
|
||||||
}
|
}
|
||||||
|
|
@ -108,7 +110,7 @@ func (s *asmState) resetBuf() {
|
||||||
// It never returns an error.
|
// It never returns an error.
|
||||||
func (s *asmState) Write(b []byte) (int, error) {
|
func (s *asmState) Write(b []byte) (int, error) {
|
||||||
if s.state != spongeAbsorbing {
|
if s.state != spongeAbsorbing {
|
||||||
panic("sha3: write to sponge after read")
|
panic("sha3: Write after Read")
|
||||||
}
|
}
|
||||||
length := len(b)
|
length := len(b)
|
||||||
for len(b) > 0 {
|
for len(b) > 0 {
|
||||||
|
|
@ -192,8 +194,8 @@ func (s *asmState) Read(out []byte) (n int, err error) {
|
||||||
// Sum appends the current hash to b and returns the resulting slice.
|
// Sum appends the current hash to b and returns the resulting slice.
|
||||||
// It does not change the underlying hash state.
|
// It does not change the underlying hash state.
|
||||||
func (s *asmState) Sum(b []byte) []byte {
|
func (s *asmState) Sum(b []byte) []byte {
|
||||||
if s.outputLen == 0 {
|
if s.state != spongeAbsorbing {
|
||||||
panic("sha3: cannot call Sum on SHAKE functions")
|
panic("sha3: Sum after Read")
|
||||||
}
|
}
|
||||||
|
|
||||||
// Copy the state to preserve the original.
|
// Copy the state to preserve the original.
|
||||||
|
|
|
||||||
29
vendor/golang.org/x/crypto/sha3/shake.go
generated
vendored
29
vendor/golang.org/x/crypto/sha3/shake.go
generated
vendored
|
|
@ -17,26 +17,25 @@ package sha3
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/binary"
|
"encoding/binary"
|
||||||
|
"hash"
|
||||||
"io"
|
"io"
|
||||||
)
|
)
|
||||||
|
|
||||||
// ShakeHash defines the interface to hash functions that
|
// ShakeHash defines the interface to hash functions that support
|
||||||
// support arbitrary-length output.
|
// arbitrary-length output. When used as a plain [hash.Hash], it
|
||||||
|
// produces minimum-length outputs that provide full-strength generic
|
||||||
|
// security.
|
||||||
type ShakeHash interface {
|
type ShakeHash interface {
|
||||||
// Write absorbs more data into the hash's state. It panics if input is
|
hash.Hash
|
||||||
// written to it after output has been read from it.
|
|
||||||
io.Writer
|
|
||||||
|
|
||||||
// Read reads more output from the hash; reading affects the hash's
|
// Read reads more output from the hash; reading affects the hash's
|
||||||
// state. (ShakeHash.Read is thus very different from Hash.Sum)
|
// state. (ShakeHash.Read is thus very different from Hash.Sum)
|
||||||
// It never returns an error.
|
// It never returns an error, but subsequent calls to Write or Sum
|
||||||
|
// will panic.
|
||||||
io.Reader
|
io.Reader
|
||||||
|
|
||||||
// Clone returns a copy of the ShakeHash in its current state.
|
// Clone returns a copy of the ShakeHash in its current state.
|
||||||
Clone() ShakeHash
|
Clone() ShakeHash
|
||||||
|
|
||||||
// Reset resets the ShakeHash to its initial state.
|
|
||||||
Reset()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// cSHAKE specific context
|
// cSHAKE specific context
|
||||||
|
|
@ -81,8 +80,8 @@ func leftEncode(value uint64) []byte {
|
||||||
return b[i-1:]
|
return b[i-1:]
|
||||||
}
|
}
|
||||||
|
|
||||||
func newCShake(N, S []byte, rate int, dsbyte byte) ShakeHash {
|
func newCShake(N, S []byte, rate, outputLen int, dsbyte byte) ShakeHash {
|
||||||
c := cshakeState{state: &state{rate: rate, dsbyte: dsbyte}}
|
c := cshakeState{state: &state{rate: rate, outputLen: outputLen, dsbyte: dsbyte}}
|
||||||
|
|
||||||
// leftEncode returns max 9 bytes
|
// leftEncode returns max 9 bytes
|
||||||
c.initBlock = make([]byte, 0, 9*2+len(N)+len(S))
|
c.initBlock = make([]byte, 0, 9*2+len(N)+len(S))
|
||||||
|
|
@ -119,7 +118,7 @@ func NewShake128() ShakeHash {
|
||||||
if h := newShake128Asm(); h != nil {
|
if h := newShake128Asm(); h != nil {
|
||||||
return h
|
return h
|
||||||
}
|
}
|
||||||
return &state{rate: rate128, dsbyte: dsbyteShake}
|
return &state{rate: rate128, outputLen: 32, dsbyte: dsbyteShake}
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewShake256 creates a new SHAKE256 variable-output-length ShakeHash.
|
// NewShake256 creates a new SHAKE256 variable-output-length ShakeHash.
|
||||||
|
|
@ -129,7 +128,7 @@ func NewShake256() ShakeHash {
|
||||||
if h := newShake256Asm(); h != nil {
|
if h := newShake256Asm(); h != nil {
|
||||||
return h
|
return h
|
||||||
}
|
}
|
||||||
return &state{rate: rate256, dsbyte: dsbyteShake}
|
return &state{rate: rate256, outputLen: 64, dsbyte: dsbyteShake}
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewCShake128 creates a new instance of cSHAKE128 variable-output-length ShakeHash,
|
// NewCShake128 creates a new instance of cSHAKE128 variable-output-length ShakeHash,
|
||||||
|
|
@ -142,7 +141,7 @@ func NewCShake128(N, S []byte) ShakeHash {
|
||||||
if len(N) == 0 && len(S) == 0 {
|
if len(N) == 0 && len(S) == 0 {
|
||||||
return NewShake128()
|
return NewShake128()
|
||||||
}
|
}
|
||||||
return newCShake(N, S, rate128, dsbyteCShake)
|
return newCShake(N, S, rate128, 32, dsbyteCShake)
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewCShake256 creates a new instance of cSHAKE256 variable-output-length ShakeHash,
|
// NewCShake256 creates a new instance of cSHAKE256 variable-output-length ShakeHash,
|
||||||
|
|
@ -155,7 +154,7 @@ func NewCShake256(N, S []byte) ShakeHash {
|
||||||
if len(N) == 0 && len(S) == 0 {
|
if len(N) == 0 && len(S) == 0 {
|
||||||
return NewShake256()
|
return NewShake256()
|
||||||
}
|
}
|
||||||
return newCShake(N, S, rate256, dsbyteCShake)
|
return newCShake(N, S, rate256, 64, dsbyteCShake)
|
||||||
}
|
}
|
||||||
|
|
||||||
// ShakeSum128 writes an arbitrary-length digest of data into hash.
|
// ShakeSum128 writes an arbitrary-length digest of data into hash.
|
||||||
|
|
|
||||||
12
vendor/golang.org/x/net/http2/server.go
generated
vendored
12
vendor/golang.org/x/net/http2/server.go
generated
vendored
|
|
@ -1892,9 +1892,11 @@ func (st *stream) copyTrailersToHandlerRequest() {
|
||||||
// onReadTimeout is run on its own goroutine (from time.AfterFunc)
|
// onReadTimeout is run on its own goroutine (from time.AfterFunc)
|
||||||
// when the stream's ReadTimeout has fired.
|
// when the stream's ReadTimeout has fired.
|
||||||
func (st *stream) onReadTimeout() {
|
func (st *stream) onReadTimeout() {
|
||||||
// Wrap the ErrDeadlineExceeded to avoid callers depending on us
|
if st.body != nil {
|
||||||
// returning the bare error.
|
// Wrap the ErrDeadlineExceeded to avoid callers depending on us
|
||||||
st.body.CloseWithError(fmt.Errorf("%w", os.ErrDeadlineExceeded))
|
// returning the bare error.
|
||||||
|
st.body.CloseWithError(fmt.Errorf("%w", os.ErrDeadlineExceeded))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// onWriteTimeout is run on its own goroutine (from time.AfterFunc)
|
// onWriteTimeout is run on its own goroutine (from time.AfterFunc)
|
||||||
|
|
@ -2012,9 +2014,7 @@ func (sc *serverConn) processHeaders(f *MetaHeadersFrame) error {
|
||||||
// (in Go 1.8), though. That's a more sane option anyway.
|
// (in Go 1.8), though. That's a more sane option anyway.
|
||||||
if sc.hs.ReadTimeout != 0 {
|
if sc.hs.ReadTimeout != 0 {
|
||||||
sc.conn.SetReadDeadline(time.Time{})
|
sc.conn.SetReadDeadline(time.Time{})
|
||||||
if st.body != nil {
|
st.readDeadline = time.AfterFunc(sc.hs.ReadTimeout, st.onReadTimeout)
|
||||||
st.readDeadline = time.AfterFunc(sc.hs.ReadTimeout, st.onReadTimeout)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
go sc.runHandler(rw, req, handler)
|
go sc.runHandler(rw, req, handler)
|
||||||
|
|
|
||||||
198
vendor/golang.org/x/oauth2/deviceauth.go
generated
vendored
Normal file
198
vendor/golang.org/x/oauth2/deviceauth.go
generated
vendored
Normal file
|
|
@ -0,0 +1,198 @@
|
||||||
|
package oauth2
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
"encoding/json"
|
||||||
|
"errors"
|
||||||
|
"fmt"
|
||||||
|
"io"
|
||||||
|
"net/http"
|
||||||
|
"net/url"
|
||||||
|
"strings"
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"golang.org/x/oauth2/internal"
|
||||||
|
)
|
||||||
|
|
||||||
|
// https://datatracker.ietf.org/doc/html/rfc8628#section-3.5
|
||||||
|
const (
|
||||||
|
errAuthorizationPending = "authorization_pending"
|
||||||
|
errSlowDown = "slow_down"
|
||||||
|
errAccessDenied = "access_denied"
|
||||||
|
errExpiredToken = "expired_token"
|
||||||
|
)
|
||||||
|
|
||||||
|
// DeviceAuthResponse describes a successful RFC 8628 Device Authorization Response
|
||||||
|
// https://datatracker.ietf.org/doc/html/rfc8628#section-3.2
|
||||||
|
type DeviceAuthResponse struct {
|
||||||
|
// DeviceCode
|
||||||
|
DeviceCode string `json:"device_code"`
|
||||||
|
// UserCode is the code the user should enter at the verification uri
|
||||||
|
UserCode string `json:"user_code"`
|
||||||
|
// VerificationURI is where user should enter the user code
|
||||||
|
VerificationURI string `json:"verification_uri"`
|
||||||
|
// VerificationURIComplete (if populated) includes the user code in the verification URI. This is typically shown to the user in non-textual form, such as a QR code.
|
||||||
|
VerificationURIComplete string `json:"verification_uri_complete,omitempty"`
|
||||||
|
// Expiry is when the device code and user code expire
|
||||||
|
Expiry time.Time `json:"expires_in,omitempty"`
|
||||||
|
// Interval is the duration in seconds that Poll should wait between requests
|
||||||
|
Interval int64 `json:"interval,omitempty"`
|
||||||
|
}
|
||||||
|
|
||||||
|
func (d DeviceAuthResponse) MarshalJSON() ([]byte, error) {
|
||||||
|
type Alias DeviceAuthResponse
|
||||||
|
var expiresIn int64
|
||||||
|
if !d.Expiry.IsZero() {
|
||||||
|
expiresIn = int64(time.Until(d.Expiry).Seconds())
|
||||||
|
}
|
||||||
|
return json.Marshal(&struct {
|
||||||
|
ExpiresIn int64 `json:"expires_in,omitempty"`
|
||||||
|
*Alias
|
||||||
|
}{
|
||||||
|
ExpiresIn: expiresIn,
|
||||||
|
Alias: (*Alias)(&d),
|
||||||
|
})
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
func (c *DeviceAuthResponse) UnmarshalJSON(data []byte) error {
|
||||||
|
type Alias DeviceAuthResponse
|
||||||
|
aux := &struct {
|
||||||
|
ExpiresIn int64 `json:"expires_in"`
|
||||||
|
// workaround misspelling of verification_uri
|
||||||
|
VerificationURL string `json:"verification_url"`
|
||||||
|
*Alias
|
||||||
|
}{
|
||||||
|
Alias: (*Alias)(c),
|
||||||
|
}
|
||||||
|
if err := json.Unmarshal(data, &aux); err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
if aux.ExpiresIn != 0 {
|
||||||
|
c.Expiry = time.Now().UTC().Add(time.Second * time.Duration(aux.ExpiresIn))
|
||||||
|
}
|
||||||
|
if c.VerificationURI == "" {
|
||||||
|
c.VerificationURI = aux.VerificationURL
|
||||||
|
}
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
// DeviceAuth returns a device auth struct which contains a device code
|
||||||
|
// and authorization information provided for users to enter on another device.
|
||||||
|
func (c *Config) DeviceAuth(ctx context.Context, opts ...AuthCodeOption) (*DeviceAuthResponse, error) {
|
||||||
|
// https://datatracker.ietf.org/doc/html/rfc8628#section-3.1
|
||||||
|
v := url.Values{
|
||||||
|
"client_id": {c.ClientID},
|
||||||
|
}
|
||||||
|
if len(c.Scopes) > 0 {
|
||||||
|
v.Set("scope", strings.Join(c.Scopes, " "))
|
||||||
|
}
|
||||||
|
for _, opt := range opts {
|
||||||
|
opt.setValue(v)
|
||||||
|
}
|
||||||
|
return retrieveDeviceAuth(ctx, c, v)
|
||||||
|
}
|
||||||
|
|
||||||
|
func retrieveDeviceAuth(ctx context.Context, c *Config, v url.Values) (*DeviceAuthResponse, error) {
|
||||||
|
if c.Endpoint.DeviceAuthURL == "" {
|
||||||
|
return nil, errors.New("endpoint missing DeviceAuthURL")
|
||||||
|
}
|
||||||
|
|
||||||
|
req, err := http.NewRequest("POST", c.Endpoint.DeviceAuthURL, strings.NewReader(v.Encode()))
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
req.Header.Set("Content-Type", "application/x-www-form-urlencoded")
|
||||||
|
req.Header.Set("Accept", "application/json")
|
||||||
|
|
||||||
|
t := time.Now()
|
||||||
|
r, err := internal.ContextClient(ctx).Do(req)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
body, err := io.ReadAll(io.LimitReader(r.Body, 1<<20))
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("oauth2: cannot auth device: %v", err)
|
||||||
|
}
|
||||||
|
if code := r.StatusCode; code < 200 || code > 299 {
|
||||||
|
return nil, &RetrieveError{
|
||||||
|
Response: r,
|
||||||
|
Body: body,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
da := &DeviceAuthResponse{}
|
||||||
|
err = json.Unmarshal(body, &da)
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("unmarshal %s", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
if !da.Expiry.IsZero() {
|
||||||
|
// Make a small adjustment to account for time taken by the request
|
||||||
|
da.Expiry = da.Expiry.Add(-time.Since(t))
|
||||||
|
}
|
||||||
|
|
||||||
|
return da, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
// DeviceAccessToken polls the server to exchange a device code for a token.
|
||||||
|
func (c *Config) DeviceAccessToken(ctx context.Context, da *DeviceAuthResponse, opts ...AuthCodeOption) (*Token, error) {
|
||||||
|
if !da.Expiry.IsZero() {
|
||||||
|
var cancel context.CancelFunc
|
||||||
|
ctx, cancel = context.WithDeadline(ctx, da.Expiry)
|
||||||
|
defer cancel()
|
||||||
|
}
|
||||||
|
|
||||||
|
// https://datatracker.ietf.org/doc/html/rfc8628#section-3.4
|
||||||
|
v := url.Values{
|
||||||
|
"client_id": {c.ClientID},
|
||||||
|
"grant_type": {"urn:ietf:params:oauth:grant-type:device_code"},
|
||||||
|
"device_code": {da.DeviceCode},
|
||||||
|
}
|
||||||
|
if len(c.Scopes) > 0 {
|
||||||
|
v.Set("scope", strings.Join(c.Scopes, " "))
|
||||||
|
}
|
||||||
|
for _, opt := range opts {
|
||||||
|
opt.setValue(v)
|
||||||
|
}
|
||||||
|
|
||||||
|
// "If no value is provided, clients MUST use 5 as the default."
|
||||||
|
// https://datatracker.ietf.org/doc/html/rfc8628#section-3.2
|
||||||
|
interval := da.Interval
|
||||||
|
if interval == 0 {
|
||||||
|
interval = 5
|
||||||
|
}
|
||||||
|
|
||||||
|
ticker := time.NewTicker(time.Duration(interval) * time.Second)
|
||||||
|
defer ticker.Stop()
|
||||||
|
for {
|
||||||
|
select {
|
||||||
|
case <-ctx.Done():
|
||||||
|
return nil, ctx.Err()
|
||||||
|
case <-ticker.C:
|
||||||
|
tok, err := retrieveToken(ctx, c, v)
|
||||||
|
if err == nil {
|
||||||
|
return tok, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
e, ok := err.(*RetrieveError)
|
||||||
|
if !ok {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
switch e.ErrorCode {
|
||||||
|
case errSlowDown:
|
||||||
|
// https://datatracker.ietf.org/doc/html/rfc8628#section-3.5
|
||||||
|
// "the interval MUST be increased by 5 seconds for this and all subsequent requests"
|
||||||
|
interval += 5
|
||||||
|
ticker.Reset(time.Duration(interval) * time.Second)
|
||||||
|
case errAuthorizationPending:
|
||||||
|
// Do nothing.
|
||||||
|
case errAccessDenied, errExpiredToken:
|
||||||
|
fallthrough
|
||||||
|
default:
|
||||||
|
return tok, err
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
31
vendor/golang.org/x/oauth2/google/default.go
generated
vendored
31
vendor/golang.org/x/oauth2/google/default.go
generated
vendored
|
|
@ -19,7 +19,10 @@ import (
|
||||||
"golang.org/x/oauth2/authhandler"
|
"golang.org/x/oauth2/authhandler"
|
||||||
)
|
)
|
||||||
|
|
||||||
const adcSetupURL = "https://cloud.google.com/docs/authentication/external/set-up-adc"
|
const (
|
||||||
|
adcSetupURL = "https://cloud.google.com/docs/authentication/external/set-up-adc"
|
||||||
|
universeDomainDefault = "googleapis.com"
|
||||||
|
)
|
||||||
|
|
||||||
// Credentials holds Google credentials, including "Application Default Credentials".
|
// Credentials holds Google credentials, including "Application Default Credentials".
|
||||||
// For more details, see:
|
// For more details, see:
|
||||||
|
|
@ -37,6 +40,18 @@ type Credentials struct {
|
||||||
// environment and not with a credentials file, e.g. when code is
|
// environment and not with a credentials file, e.g. when code is
|
||||||
// running on Google Cloud Platform.
|
// running on Google Cloud Platform.
|
||||||
JSON []byte
|
JSON []byte
|
||||||
|
|
||||||
|
// universeDomain is the default service domain for a given Cloud universe.
|
||||||
|
universeDomain string
|
||||||
|
}
|
||||||
|
|
||||||
|
// UniverseDomain returns the default service domain for a given Cloud universe.
|
||||||
|
// The default value is "googleapis.com".
|
||||||
|
func (c *Credentials) UniverseDomain() string {
|
||||||
|
if c.universeDomain == "" {
|
||||||
|
return universeDomainDefault
|
||||||
|
}
|
||||||
|
return c.universeDomain
|
||||||
}
|
}
|
||||||
|
|
||||||
// DefaultCredentials is the old name of Credentials.
|
// DefaultCredentials is the old name of Credentials.
|
||||||
|
|
@ -200,15 +215,23 @@ func CredentialsFromJSONWithParams(ctx context.Context, jsonData []byte, params
|
||||||
if err := json.Unmarshal(jsonData, &f); err != nil {
|
if err := json.Unmarshal(jsonData, &f); err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
universeDomain := f.UniverseDomain
|
||||||
|
// Authorized user credentials are only supported in the googleapis.com universe.
|
||||||
|
if f.Type == userCredentialsKey {
|
||||||
|
universeDomain = universeDomainDefault
|
||||||
|
}
|
||||||
|
|
||||||
ts, err := f.tokenSource(ctx, params)
|
ts, err := f.tokenSource(ctx, params)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
ts = newErrWrappingTokenSource(ts)
|
ts = newErrWrappingTokenSource(ts)
|
||||||
return &Credentials{
|
return &Credentials{
|
||||||
ProjectID: f.ProjectID,
|
ProjectID: f.ProjectID,
|
||||||
TokenSource: ts,
|
TokenSource: ts,
|
||||||
JSON: jsonData,
|
JSON: jsonData,
|
||||||
|
universeDomain: universeDomain,
|
||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
46
vendor/golang.org/x/oauth2/google/google.go
generated
vendored
46
vendor/golang.org/x/oauth2/google/google.go
generated
vendored
|
|
@ -16,14 +16,16 @@ import (
|
||||||
"cloud.google.com/go/compute/metadata"
|
"cloud.google.com/go/compute/metadata"
|
||||||
"golang.org/x/oauth2"
|
"golang.org/x/oauth2"
|
||||||
"golang.org/x/oauth2/google/internal/externalaccount"
|
"golang.org/x/oauth2/google/internal/externalaccount"
|
||||||
|
"golang.org/x/oauth2/google/internal/externalaccountauthorizeduser"
|
||||||
"golang.org/x/oauth2/jwt"
|
"golang.org/x/oauth2/jwt"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Endpoint is Google's OAuth 2.0 default endpoint.
|
// Endpoint is Google's OAuth 2.0 default endpoint.
|
||||||
var Endpoint = oauth2.Endpoint{
|
var Endpoint = oauth2.Endpoint{
|
||||||
AuthURL: "https://accounts.google.com/o/oauth2/auth",
|
AuthURL: "https://accounts.google.com/o/oauth2/auth",
|
||||||
TokenURL: "https://oauth2.googleapis.com/token",
|
TokenURL: "https://oauth2.googleapis.com/token",
|
||||||
AuthStyle: oauth2.AuthStyleInParams,
|
DeviceAuthURL: "https://oauth2.googleapis.com/device/code",
|
||||||
|
AuthStyle: oauth2.AuthStyleInParams,
|
||||||
}
|
}
|
||||||
|
|
||||||
// MTLSTokenURL is Google's OAuth 2.0 default mTLS endpoint.
|
// MTLSTokenURL is Google's OAuth 2.0 default mTLS endpoint.
|
||||||
|
|
@ -95,10 +97,11 @@ func JWTConfigFromJSON(jsonKey []byte, scope ...string) (*jwt.Config, error) {
|
||||||
|
|
||||||
// JSON key file types.
|
// JSON key file types.
|
||||||
const (
|
const (
|
||||||
serviceAccountKey = "service_account"
|
serviceAccountKey = "service_account"
|
||||||
userCredentialsKey = "authorized_user"
|
userCredentialsKey = "authorized_user"
|
||||||
externalAccountKey = "external_account"
|
externalAccountKey = "external_account"
|
||||||
impersonatedServiceAccount = "impersonated_service_account"
|
externalAccountAuthorizedUserKey = "external_account_authorized_user"
|
||||||
|
impersonatedServiceAccount = "impersonated_service_account"
|
||||||
)
|
)
|
||||||
|
|
||||||
// credentialsFile is the unmarshalled representation of a credentials file.
|
// credentialsFile is the unmarshalled representation of a credentials file.
|
||||||
|
|
@ -106,12 +109,13 @@ type credentialsFile struct {
|
||||||
Type string `json:"type"`
|
Type string `json:"type"`
|
||||||
|
|
||||||
// Service Account fields
|
// Service Account fields
|
||||||
ClientEmail string `json:"client_email"`
|
ClientEmail string `json:"client_email"`
|
||||||
PrivateKeyID string `json:"private_key_id"`
|
PrivateKeyID string `json:"private_key_id"`
|
||||||
PrivateKey string `json:"private_key"`
|
PrivateKey string `json:"private_key"`
|
||||||
AuthURL string `json:"auth_uri"`
|
AuthURL string `json:"auth_uri"`
|
||||||
TokenURL string `json:"token_uri"`
|
TokenURL string `json:"token_uri"`
|
||||||
ProjectID string `json:"project_id"`
|
ProjectID string `json:"project_id"`
|
||||||
|
UniverseDomain string `json:"universe_domain"`
|
||||||
|
|
||||||
// User Credential fields
|
// User Credential fields
|
||||||
// (These typically come from gcloud auth.)
|
// (These typically come from gcloud auth.)
|
||||||
|
|
@ -131,6 +135,9 @@ type credentialsFile struct {
|
||||||
QuotaProjectID string `json:"quota_project_id"`
|
QuotaProjectID string `json:"quota_project_id"`
|
||||||
WorkforcePoolUserProject string `json:"workforce_pool_user_project"`
|
WorkforcePoolUserProject string `json:"workforce_pool_user_project"`
|
||||||
|
|
||||||
|
// External Account Authorized User fields
|
||||||
|
RevokeURL string `json:"revoke_url"`
|
||||||
|
|
||||||
// Service account impersonation
|
// Service account impersonation
|
||||||
SourceCredentials *credentialsFile `json:"source_credentials"`
|
SourceCredentials *credentialsFile `json:"source_credentials"`
|
||||||
}
|
}
|
||||||
|
|
@ -199,6 +206,19 @@ func (f *credentialsFile) tokenSource(ctx context.Context, params CredentialsPar
|
||||||
WorkforcePoolUserProject: f.WorkforcePoolUserProject,
|
WorkforcePoolUserProject: f.WorkforcePoolUserProject,
|
||||||
}
|
}
|
||||||
return cfg.TokenSource(ctx)
|
return cfg.TokenSource(ctx)
|
||||||
|
case externalAccountAuthorizedUserKey:
|
||||||
|
cfg := &externalaccountauthorizeduser.Config{
|
||||||
|
Audience: f.Audience,
|
||||||
|
RefreshToken: f.RefreshToken,
|
||||||
|
TokenURL: f.TokenURLExternal,
|
||||||
|
TokenInfoURL: f.TokenInfoURL,
|
||||||
|
ClientID: f.ClientID,
|
||||||
|
ClientSecret: f.ClientSecret,
|
||||||
|
RevokeURL: f.RevokeURL,
|
||||||
|
QuotaProjectID: f.QuotaProjectID,
|
||||||
|
Scopes: params.Scopes,
|
||||||
|
}
|
||||||
|
return cfg.TokenSource(ctx)
|
||||||
case impersonatedServiceAccount:
|
case impersonatedServiceAccount:
|
||||||
if f.ServiceAccountImpersonationURL == "" || f.SourceCredentials == nil {
|
if f.ServiceAccountImpersonationURL == "" || f.SourceCredentials == nil {
|
||||||
return nil, errors.New("missing 'source_credentials' field or 'service_account_impersonation_url' in credentials")
|
return nil, errors.New("missing 'source_credentials' field or 'service_account_impersonation_url' in credentials")
|
||||||
|
|
|
||||||
47
vendor/golang.org/x/oauth2/google/internal/externalaccount/aws.go
generated
vendored
47
vendor/golang.org/x/oauth2/google/internal/externalaccount/aws.go
generated
vendored
|
|
@ -274,49 +274,6 @@ type awsRequest struct {
|
||||||
Headers []awsRequestHeader `json:"headers"`
|
Headers []awsRequestHeader `json:"headers"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (cs awsCredentialSource) validateMetadataServers() error {
|
|
||||||
if err := cs.validateMetadataServer(cs.RegionURL, "region_url"); err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
if err := cs.validateMetadataServer(cs.CredVerificationURL, "url"); err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
return cs.validateMetadataServer(cs.IMDSv2SessionTokenURL, "imdsv2_session_token_url")
|
|
||||||
}
|
|
||||||
|
|
||||||
var validHostnames []string = []string{"169.254.169.254", "fd00:ec2::254"}
|
|
||||||
|
|
||||||
func (cs awsCredentialSource) isValidMetadataServer(metadataUrl string) bool {
|
|
||||||
if metadataUrl == "" {
|
|
||||||
// Zero value means use default, which is valid.
|
|
||||||
return true
|
|
||||||
}
|
|
||||||
|
|
||||||
u, err := url.Parse(metadataUrl)
|
|
||||||
if err != nil {
|
|
||||||
// Unparseable URL means invalid
|
|
||||||
return false
|
|
||||||
}
|
|
||||||
|
|
||||||
for _, validHostname := range validHostnames {
|
|
||||||
if u.Hostname() == validHostname {
|
|
||||||
// If it's one of the valid hostnames, everything is good
|
|
||||||
return true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// hostname not found in our allowlist, so not valid
|
|
||||||
return false
|
|
||||||
}
|
|
||||||
|
|
||||||
func (cs awsCredentialSource) validateMetadataServer(metadataUrl, urlName string) error {
|
|
||||||
if !cs.isValidMetadataServer(metadataUrl) {
|
|
||||||
return fmt.Errorf("oauth2/google: invalid hostname %s for %s", metadataUrl, urlName)
|
|
||||||
}
|
|
||||||
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
|
||||||
func (cs awsCredentialSource) doRequest(req *http.Request) (*http.Response, error) {
|
func (cs awsCredentialSource) doRequest(req *http.Request) (*http.Response, error) {
|
||||||
if cs.client == nil {
|
if cs.client == nil {
|
||||||
cs.client = oauth2.NewClient(cs.ctx, nil)
|
cs.client = oauth2.NewClient(cs.ctx, nil)
|
||||||
|
|
@ -339,6 +296,10 @@ func shouldUseMetadataServer() bool {
|
||||||
return !canRetrieveRegionFromEnvironment() || !canRetrieveSecurityCredentialFromEnvironment()
|
return !canRetrieveRegionFromEnvironment() || !canRetrieveSecurityCredentialFromEnvironment()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (cs awsCredentialSource) credentialSourceType() string {
|
||||||
|
return "aws"
|
||||||
|
}
|
||||||
|
|
||||||
func (cs awsCredentialSource) subjectToken() (string, error) {
|
func (cs awsCredentialSource) subjectToken() (string, error) {
|
||||||
if cs.requestSigner == nil {
|
if cs.requestSigner == nil {
|
||||||
headers := make(map[string]string)
|
headers := make(map[string]string)
|
||||||
|
|
|
||||||
45
vendor/golang.org/x/oauth2/google/internal/externalaccount/basecredentials.go
generated
vendored
45
vendor/golang.org/x/oauth2/google/internal/externalaccount/basecredentials.go
generated
vendored
|
|
@ -8,13 +8,12 @@ import (
|
||||||
"context"
|
"context"
|
||||||
"fmt"
|
"fmt"
|
||||||
"net/http"
|
"net/http"
|
||||||
"net/url"
|
|
||||||
"regexp"
|
"regexp"
|
||||||
"strconv"
|
"strconv"
|
||||||
"strings"
|
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"golang.org/x/oauth2"
|
"golang.org/x/oauth2"
|
||||||
|
"golang.org/x/oauth2/google/internal/stsexchange"
|
||||||
)
|
)
|
||||||
|
|
||||||
// now aliases time.Now for testing
|
// now aliases time.Now for testing
|
||||||
|
|
@ -63,31 +62,10 @@ type Config struct {
|
||||||
WorkforcePoolUserProject string
|
WorkforcePoolUserProject string
|
||||||
}
|
}
|
||||||
|
|
||||||
// Each element consists of a list of patterns. validateURLs checks for matches
|
|
||||||
// that include all elements in a given list, in that order.
|
|
||||||
|
|
||||||
var (
|
var (
|
||||||
validWorkforceAudiencePattern *regexp.Regexp = regexp.MustCompile(`//iam\.googleapis\.com/locations/[^/]+/workforcePools/`)
|
validWorkforceAudiencePattern *regexp.Regexp = regexp.MustCompile(`//iam\.googleapis\.com/locations/[^/]+/workforcePools/`)
|
||||||
)
|
)
|
||||||
|
|
||||||
func validateURL(input string, patterns []*regexp.Regexp, scheme string) bool {
|
|
||||||
parsed, err := url.Parse(input)
|
|
||||||
if err != nil {
|
|
||||||
return false
|
|
||||||
}
|
|
||||||
if !strings.EqualFold(parsed.Scheme, scheme) {
|
|
||||||
return false
|
|
||||||
}
|
|
||||||
toTest := parsed.Host
|
|
||||||
|
|
||||||
for _, pattern := range patterns {
|
|
||||||
if pattern.MatchString(toTest) {
|
|
||||||
return true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return false
|
|
||||||
}
|
|
||||||
|
|
||||||
func validateWorkforceAudience(input string) bool {
|
func validateWorkforceAudience(input string) bool {
|
||||||
return validWorkforceAudiencePattern.MatchString(input)
|
return validWorkforceAudiencePattern.MatchString(input)
|
||||||
}
|
}
|
||||||
|
|
@ -185,10 +163,6 @@ func (c *Config) parse(ctx context.Context) (baseCredentialSource, error) {
|
||||||
awsCredSource.IMDSv2SessionTokenURL = c.CredentialSource.IMDSv2SessionTokenURL
|
awsCredSource.IMDSv2SessionTokenURL = c.CredentialSource.IMDSv2SessionTokenURL
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := awsCredSource.validateMetadataServers(); err != nil {
|
|
||||||
return nil, err
|
|
||||||
}
|
|
||||||
|
|
||||||
return awsCredSource, nil
|
return awsCredSource, nil
|
||||||
}
|
}
|
||||||
} else if c.CredentialSource.File != "" {
|
} else if c.CredentialSource.File != "" {
|
||||||
|
|
@ -202,6 +176,7 @@ func (c *Config) parse(ctx context.Context) (baseCredentialSource, error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
type baseCredentialSource interface {
|
type baseCredentialSource interface {
|
||||||
|
credentialSourceType() string
|
||||||
subjectToken() (string, error)
|
subjectToken() (string, error)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -211,6 +186,15 @@ type tokenSource struct {
|
||||||
conf *Config
|
conf *Config
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func getMetricsHeaderValue(conf *Config, credSource baseCredentialSource) string {
|
||||||
|
return fmt.Sprintf("gl-go/%s auth/%s google-byoid-sdk source/%s sa-impersonation/%t config-lifetime/%t",
|
||||||
|
goVersion(),
|
||||||
|
"unknown",
|
||||||
|
credSource.credentialSourceType(),
|
||||||
|
conf.ServiceAccountImpersonationURL != "",
|
||||||
|
conf.ServiceAccountImpersonationLifetimeSeconds != 0)
|
||||||
|
}
|
||||||
|
|
||||||
// Token allows tokenSource to conform to the oauth2.TokenSource interface.
|
// Token allows tokenSource to conform to the oauth2.TokenSource interface.
|
||||||
func (ts tokenSource) Token() (*oauth2.Token, error) {
|
func (ts tokenSource) Token() (*oauth2.Token, error) {
|
||||||
conf := ts.conf
|
conf := ts.conf
|
||||||
|
|
@ -224,7 +208,7 @@ func (ts tokenSource) Token() (*oauth2.Token, error) {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
stsRequest := stsTokenExchangeRequest{
|
stsRequest := stsexchange.TokenExchangeRequest{
|
||||||
GrantType: "urn:ietf:params:oauth:grant-type:token-exchange",
|
GrantType: "urn:ietf:params:oauth:grant-type:token-exchange",
|
||||||
Audience: conf.Audience,
|
Audience: conf.Audience,
|
||||||
Scope: conf.Scopes,
|
Scope: conf.Scopes,
|
||||||
|
|
@ -234,7 +218,8 @@ func (ts tokenSource) Token() (*oauth2.Token, error) {
|
||||||
}
|
}
|
||||||
header := make(http.Header)
|
header := make(http.Header)
|
||||||
header.Add("Content-Type", "application/x-www-form-urlencoded")
|
header.Add("Content-Type", "application/x-www-form-urlencoded")
|
||||||
clientAuth := clientAuthentication{
|
header.Add("x-goog-api-client", getMetricsHeaderValue(conf, credSource))
|
||||||
|
clientAuth := stsexchange.ClientAuthentication{
|
||||||
AuthStyle: oauth2.AuthStyleInHeader,
|
AuthStyle: oauth2.AuthStyleInHeader,
|
||||||
ClientID: conf.ClientID,
|
ClientID: conf.ClientID,
|
||||||
ClientSecret: conf.ClientSecret,
|
ClientSecret: conf.ClientSecret,
|
||||||
|
|
@ -247,7 +232,7 @@ func (ts tokenSource) Token() (*oauth2.Token, error) {
|
||||||
"userProject": conf.WorkforcePoolUserProject,
|
"userProject": conf.WorkforcePoolUserProject,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stsResp, err := exchangeToken(ts.ctx, conf.TokenURL, &stsRequest, clientAuth, header, options)
|
stsResp, err := stsexchange.ExchangeToken(ts.ctx, conf.TokenURL, &stsRequest, clientAuth, header, options)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
|
||||||
4
vendor/golang.org/x/oauth2/google/internal/externalaccount/executablecredsource.go
generated
vendored
4
vendor/golang.org/x/oauth2/google/internal/externalaccount/executablecredsource.go
generated
vendored
|
|
@ -233,6 +233,10 @@ func (cs executableCredentialSource) parseSubjectTokenFromSource(response []byte
|
||||||
return "", tokenTypeError(source)
|
return "", tokenTypeError(source)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (cs executableCredentialSource) credentialSourceType() string {
|
||||||
|
return "executable"
|
||||||
|
}
|
||||||
|
|
||||||
func (cs executableCredentialSource) subjectToken() (string, error) {
|
func (cs executableCredentialSource) subjectToken() (string, error) {
|
||||||
if token, err := cs.getTokenFromOutputFile(); token != "" || err != nil {
|
if token, err := cs.getTokenFromOutputFile(); token != "" || err != nil {
|
||||||
return token, err
|
return token, err
|
||||||
|
|
|
||||||
4
vendor/golang.org/x/oauth2/google/internal/externalaccount/filecredsource.go
generated
vendored
4
vendor/golang.org/x/oauth2/google/internal/externalaccount/filecredsource.go
generated
vendored
|
|
@ -19,6 +19,10 @@ type fileCredentialSource struct {
|
||||||
Format format
|
Format format
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (cs fileCredentialSource) credentialSourceType() string {
|
||||||
|
return "file"
|
||||||
|
}
|
||||||
|
|
||||||
func (cs fileCredentialSource) subjectToken() (string, error) {
|
func (cs fileCredentialSource) subjectToken() (string, error) {
|
||||||
tokenFile, err := os.Open(cs.File)
|
tokenFile, err := os.Open(cs.File)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
|
||||||
64
vendor/golang.org/x/oauth2/google/internal/externalaccount/header.go
generated
vendored
Normal file
64
vendor/golang.org/x/oauth2/google/internal/externalaccount/header.go
generated
vendored
Normal file
|
|
@ -0,0 +1,64 @@
|
||||||
|
// Copyright 2023 The Go Authors. All rights reserved.
|
||||||
|
// Use of this source code is governed by a BSD-style
|
||||||
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
|
package externalaccount
|
||||||
|
|
||||||
|
import (
|
||||||
|
"runtime"
|
||||||
|
"strings"
|
||||||
|
"unicode"
|
||||||
|
)
|
||||||
|
|
||||||
|
var (
|
||||||
|
// version is a package internal global variable for testing purposes.
|
||||||
|
version = runtime.Version
|
||||||
|
)
|
||||||
|
|
||||||
|
// versionUnknown is only used when the runtime version cannot be determined.
|
||||||
|
const versionUnknown = "UNKNOWN"
|
||||||
|
|
||||||
|
// goVersion returns a Go runtime version derived from the runtime environment
|
||||||
|
// that is modified to be suitable for reporting in a header, meaning it has no
|
||||||
|
// whitespace. If it is unable to determine the Go runtime version, it returns
|
||||||
|
// versionUnknown.
|
||||||
|
func goVersion() string {
|
||||||
|
const develPrefix = "devel +"
|
||||||
|
|
||||||
|
s := version()
|
||||||
|
if strings.HasPrefix(s, develPrefix) {
|
||||||
|
s = s[len(develPrefix):]
|
||||||
|
if p := strings.IndexFunc(s, unicode.IsSpace); p >= 0 {
|
||||||
|
s = s[:p]
|
||||||
|
}
|
||||||
|
return s
|
||||||
|
} else if p := strings.IndexFunc(s, unicode.IsSpace); p >= 0 {
|
||||||
|
s = s[:p]
|
||||||
|
}
|
||||||
|
|
||||||
|
notSemverRune := func(r rune) bool {
|
||||||
|
return !strings.ContainsRune("0123456789.", r)
|
||||||
|
}
|
||||||
|
|
||||||
|
if strings.HasPrefix(s, "go1") {
|
||||||
|
s = s[2:]
|
||||||
|
var prerelease string
|
||||||
|
if p := strings.IndexFunc(s, notSemverRune); p >= 0 {
|
||||||
|
s, prerelease = s[:p], s[p:]
|
||||||
|
}
|
||||||
|
if strings.HasSuffix(s, ".") {
|
||||||
|
s += "0"
|
||||||
|
} else if strings.Count(s, ".") < 2 {
|
||||||
|
s += ".0"
|
||||||
|
}
|
||||||
|
if prerelease != "" {
|
||||||
|
// Some release candidates already have a dash in them.
|
||||||
|
if !strings.HasPrefix(prerelease, "-") {
|
||||||
|
prerelease = "-" + prerelease
|
||||||
|
}
|
||||||
|
s += prerelease
|
||||||
|
}
|
||||||
|
return s
|
||||||
|
}
|
||||||
|
return "UNKNOWN"
|
||||||
|
}
|
||||||
4
vendor/golang.org/x/oauth2/google/internal/externalaccount/urlcredsource.go
generated
vendored
4
vendor/golang.org/x/oauth2/google/internal/externalaccount/urlcredsource.go
generated
vendored
|
|
@ -23,6 +23,10 @@ type urlCredentialSource struct {
|
||||||
ctx context.Context
|
ctx context.Context
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (cs urlCredentialSource) credentialSourceType() string {
|
||||||
|
return "url"
|
||||||
|
}
|
||||||
|
|
||||||
func (cs urlCredentialSource) subjectToken() (string, error) {
|
func (cs urlCredentialSource) subjectToken() (string, error) {
|
||||||
client := oauth2.NewClient(cs.ctx, nil)
|
client := oauth2.NewClient(cs.ctx, nil)
|
||||||
req, err := http.NewRequest("GET", cs.URL, nil)
|
req, err := http.NewRequest("GET", cs.URL, nil)
|
||||||
|
|
|
||||||
114
vendor/golang.org/x/oauth2/google/internal/externalaccountauthorizeduser/externalaccountauthorizeduser.go
generated
vendored
Normal file
114
vendor/golang.org/x/oauth2/google/internal/externalaccountauthorizeduser/externalaccountauthorizeduser.go
generated
vendored
Normal file
|
|
@ -0,0 +1,114 @@
|
||||||
|
// Copyright 2023 The Go Authors. All rights reserved.
|
||||||
|
// Use of this source code is governed by a BSD-style
|
||||||
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
|
package externalaccountauthorizeduser
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
"errors"
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"golang.org/x/oauth2"
|
||||||
|
"golang.org/x/oauth2/google/internal/stsexchange"
|
||||||
|
)
|
||||||
|
|
||||||
|
// now aliases time.Now for testing.
|
||||||
|
var now = func() time.Time {
|
||||||
|
return time.Now().UTC()
|
||||||
|
}
|
||||||
|
|
||||||
|
var tokenValid = func(token oauth2.Token) bool {
|
||||||
|
return token.Valid()
|
||||||
|
}
|
||||||
|
|
||||||
|
type Config struct {
|
||||||
|
// Audience is the Secure Token Service (STS) audience which contains the resource name for the workforce pool and
|
||||||
|
// the provider identifier in that pool.
|
||||||
|
Audience string
|
||||||
|
// RefreshToken is the optional OAuth 2.0 refresh token. If specified, credentials can be refreshed.
|
||||||
|
RefreshToken string
|
||||||
|
// TokenURL is the optional STS token exchange endpoint for refresh. Must be specified for refresh, can be left as
|
||||||
|
// None if the token can not be refreshed.
|
||||||
|
TokenURL string
|
||||||
|
// TokenInfoURL is the optional STS endpoint URL for token introspection.
|
||||||
|
TokenInfoURL string
|
||||||
|
// ClientID is only required in conjunction with ClientSecret, as described above.
|
||||||
|
ClientID string
|
||||||
|
// ClientSecret is currently only required if token_info endpoint also needs to be called with the generated GCP
|
||||||
|
// access token. When provided, STS will be called with additional basic authentication using client_id as username
|
||||||
|
// and client_secret as password.
|
||||||
|
ClientSecret string
|
||||||
|
// Token is the OAuth2.0 access token. Can be nil if refresh information is provided.
|
||||||
|
Token string
|
||||||
|
// Expiry is the optional expiration datetime of the OAuth 2.0 access token.
|
||||||
|
Expiry time.Time
|
||||||
|
// RevokeURL is the optional STS endpoint URL for revoking tokens.
|
||||||
|
RevokeURL string
|
||||||
|
// QuotaProjectID is the optional project ID used for quota and billing. This project may be different from the
|
||||||
|
// project used to create the credentials.
|
||||||
|
QuotaProjectID string
|
||||||
|
Scopes []string
|
||||||
|
}
|
||||||
|
|
||||||
|
func (c *Config) canRefresh() bool {
|
||||||
|
return c.ClientID != "" && c.ClientSecret != "" && c.RefreshToken != "" && c.TokenURL != ""
|
||||||
|
}
|
||||||
|
|
||||||
|
func (c *Config) TokenSource(ctx context.Context) (oauth2.TokenSource, error) {
|
||||||
|
var token oauth2.Token
|
||||||
|
if c.Token != "" && !c.Expiry.IsZero() {
|
||||||
|
token = oauth2.Token{
|
||||||
|
AccessToken: c.Token,
|
||||||
|
Expiry: c.Expiry,
|
||||||
|
TokenType: "Bearer",
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if !tokenValid(token) && !c.canRefresh() {
|
||||||
|
return nil, errors.New("oauth2/google: Token should be created with fields to make it valid (`token` and `expiry`), or fields to allow it to refresh (`refresh_token`, `token_url`, `client_id`, `client_secret`).")
|
||||||
|
}
|
||||||
|
|
||||||
|
ts := tokenSource{
|
||||||
|
ctx: ctx,
|
||||||
|
conf: c,
|
||||||
|
}
|
||||||
|
|
||||||
|
return oauth2.ReuseTokenSource(&token, ts), nil
|
||||||
|
}
|
||||||
|
|
||||||
|
type tokenSource struct {
|
||||||
|
ctx context.Context
|
||||||
|
conf *Config
|
||||||
|
}
|
||||||
|
|
||||||
|
func (ts tokenSource) Token() (*oauth2.Token, error) {
|
||||||
|
conf := ts.conf
|
||||||
|
if !conf.canRefresh() {
|
||||||
|
return nil, errors.New("oauth2/google: The credentials do not contain the necessary fields need to refresh the access token. You must specify refresh_token, token_url, client_id, and client_secret.")
|
||||||
|
}
|
||||||
|
|
||||||
|
clientAuth := stsexchange.ClientAuthentication{
|
||||||
|
AuthStyle: oauth2.AuthStyleInHeader,
|
||||||
|
ClientID: conf.ClientID,
|
||||||
|
ClientSecret: conf.ClientSecret,
|
||||||
|
}
|
||||||
|
|
||||||
|
stsResponse, err := stsexchange.RefreshAccessToken(ts.ctx, conf.TokenURL, conf.RefreshToken, clientAuth, nil)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
if stsResponse.ExpiresIn < 0 {
|
||||||
|
return nil, errors.New("oauth2/google: got invalid expiry from security token service")
|
||||||
|
}
|
||||||
|
|
||||||
|
if stsResponse.RefreshToken != "" {
|
||||||
|
conf.RefreshToken = stsResponse.RefreshToken
|
||||||
|
}
|
||||||
|
|
||||||
|
token := &oauth2.Token{
|
||||||
|
AccessToken: stsResponse.AccessToken,
|
||||||
|
Expiry: now().Add(time.Duration(stsResponse.ExpiresIn) * time.Second),
|
||||||
|
TokenType: "Bearer",
|
||||||
|
}
|
||||||
|
return token, nil
|
||||||
|
}
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
package externalaccount
|
package stsexchange
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/base64"
|
"encoding/base64"
|
||||||
|
|
@ -12,8 +12,8 @@ import (
|
||||||
"golang.org/x/oauth2"
|
"golang.org/x/oauth2"
|
||||||
)
|
)
|
||||||
|
|
||||||
// clientAuthentication represents an OAuth client ID and secret and the mechanism for passing these credentials as stated in rfc6749#2.3.1.
|
// ClientAuthentication represents an OAuth client ID and secret and the mechanism for passing these credentials as stated in rfc6749#2.3.1.
|
||||||
type clientAuthentication struct {
|
type ClientAuthentication struct {
|
||||||
// AuthStyle can be either basic or request-body
|
// AuthStyle can be either basic or request-body
|
||||||
AuthStyle oauth2.AuthStyle
|
AuthStyle oauth2.AuthStyle
|
||||||
ClientID string
|
ClientID string
|
||||||
|
|
@ -23,7 +23,7 @@ type clientAuthentication struct {
|
||||||
// InjectAuthentication is used to add authentication to a Secure Token Service exchange
|
// InjectAuthentication is used to add authentication to a Secure Token Service exchange
|
||||||
// request. It modifies either the passed url.Values or http.Header depending on the desired
|
// request. It modifies either the passed url.Values or http.Header depending on the desired
|
||||||
// authentication format.
|
// authentication format.
|
||||||
func (c *clientAuthentication) InjectAuthentication(values url.Values, headers http.Header) {
|
func (c *ClientAuthentication) InjectAuthentication(values url.Values, headers http.Header) {
|
||||||
if c.ClientID == "" || c.ClientSecret == "" || values == nil || headers == nil {
|
if c.ClientID == "" || c.ClientSecret == "" || values == nil || headers == nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
package externalaccount
|
package stsexchange
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
|
@ -18,14 +18,17 @@ import (
|
||||||
"golang.org/x/oauth2"
|
"golang.org/x/oauth2"
|
||||||
)
|
)
|
||||||
|
|
||||||
// exchangeToken performs an oauth2 token exchange with the provided endpoint.
|
func defaultHeader() http.Header {
|
||||||
|
header := make(http.Header)
|
||||||
|
header.Add("Content-Type", "application/x-www-form-urlencoded")
|
||||||
|
return header
|
||||||
|
}
|
||||||
|
|
||||||
|
// ExchangeToken performs an oauth2 token exchange with the provided endpoint.
|
||||||
// The first 4 fields are all mandatory. headers can be used to pass additional
|
// The first 4 fields are all mandatory. headers can be used to pass additional
|
||||||
// headers beyond the bare minimum required by the token exchange. options can
|
// headers beyond the bare minimum required by the token exchange. options can
|
||||||
// be used to pass additional JSON-structured options to the remote server.
|
// be used to pass additional JSON-structured options to the remote server.
|
||||||
func exchangeToken(ctx context.Context, endpoint string, request *stsTokenExchangeRequest, authentication clientAuthentication, headers http.Header, options map[string]interface{}) (*stsTokenExchangeResponse, error) {
|
func ExchangeToken(ctx context.Context, endpoint string, request *TokenExchangeRequest, authentication ClientAuthentication, headers http.Header, options map[string]interface{}) (*Response, error) {
|
||||||
|
|
||||||
client := oauth2.NewClient(ctx, nil)
|
|
||||||
|
|
||||||
data := url.Values{}
|
data := url.Values{}
|
||||||
data.Set("audience", request.Audience)
|
data.Set("audience", request.Audience)
|
||||||
data.Set("grant_type", "urn:ietf:params:oauth:grant-type:token-exchange")
|
data.Set("grant_type", "urn:ietf:params:oauth:grant-type:token-exchange")
|
||||||
|
|
@ -41,13 +44,28 @@ func exchangeToken(ctx context.Context, endpoint string, request *stsTokenExchan
|
||||||
data.Set("options", string(opts))
|
data.Set("options", string(opts))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return makeRequest(ctx, endpoint, data, authentication, headers)
|
||||||
|
}
|
||||||
|
|
||||||
|
func RefreshAccessToken(ctx context.Context, endpoint string, refreshToken string, authentication ClientAuthentication, headers http.Header) (*Response, error) {
|
||||||
|
data := url.Values{}
|
||||||
|
data.Set("grant_type", "refresh_token")
|
||||||
|
data.Set("refresh_token", refreshToken)
|
||||||
|
|
||||||
|
return makeRequest(ctx, endpoint, data, authentication, headers)
|
||||||
|
}
|
||||||
|
|
||||||
|
func makeRequest(ctx context.Context, endpoint string, data url.Values, authentication ClientAuthentication, headers http.Header) (*Response, error) {
|
||||||
|
if headers == nil {
|
||||||
|
headers = defaultHeader()
|
||||||
|
}
|
||||||
|
client := oauth2.NewClient(ctx, nil)
|
||||||
authentication.InjectAuthentication(data, headers)
|
authentication.InjectAuthentication(data, headers)
|
||||||
encodedData := data.Encode()
|
encodedData := data.Encode()
|
||||||
|
|
||||||
req, err := http.NewRequest("POST", endpoint, strings.NewReader(encodedData))
|
req, err := http.NewRequest("POST", endpoint, strings.NewReader(encodedData))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, fmt.Errorf("oauth2/google: failed to properly build http request: %v", err)
|
return nil, fmt.Errorf("oauth2/google: failed to properly build http request: %v", err)
|
||||||
|
|
||||||
}
|
}
|
||||||
req = req.WithContext(ctx)
|
req = req.WithContext(ctx)
|
||||||
for key, list := range headers {
|
for key, list := range headers {
|
||||||
|
|
@ -71,7 +89,7 @@ func exchangeToken(ctx context.Context, endpoint string, request *stsTokenExchan
|
||||||
if c := resp.StatusCode; c < 200 || c > 299 {
|
if c := resp.StatusCode; c < 200 || c > 299 {
|
||||||
return nil, fmt.Errorf("oauth2/google: status code %d: %s", c, body)
|
return nil, fmt.Errorf("oauth2/google: status code %d: %s", c, body)
|
||||||
}
|
}
|
||||||
var stsResp stsTokenExchangeResponse
|
var stsResp Response
|
||||||
err = json.Unmarshal(body, &stsResp)
|
err = json.Unmarshal(body, &stsResp)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, fmt.Errorf("oauth2/google: failed to unmarshal response body from Secure Token Server: %v", err)
|
return nil, fmt.Errorf("oauth2/google: failed to unmarshal response body from Secure Token Server: %v", err)
|
||||||
|
|
@ -81,8 +99,8 @@ func exchangeToken(ctx context.Context, endpoint string, request *stsTokenExchan
|
||||||
return &stsResp, nil
|
return &stsResp, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// stsTokenExchangeRequest contains fields necessary to make an oauth2 token exchange.
|
// TokenExchangeRequest contains fields necessary to make an oauth2 token exchange.
|
||||||
type stsTokenExchangeRequest struct {
|
type TokenExchangeRequest struct {
|
||||||
ActingParty struct {
|
ActingParty struct {
|
||||||
ActorToken string
|
ActorToken string
|
||||||
ActorTokenType string
|
ActorTokenType string
|
||||||
|
|
@ -96,8 +114,8 @@ type stsTokenExchangeRequest struct {
|
||||||
SubjectTokenType string
|
SubjectTokenType string
|
||||||
}
|
}
|
||||||
|
|
||||||
// stsTokenExchangeResponse is used to decode the remote server response during an oauth2 token exchange.
|
// Response is used to decode the remote server response during an oauth2 token exchange.
|
||||||
type stsTokenExchangeResponse struct {
|
type Response struct {
|
||||||
AccessToken string `json:"access_token"`
|
AccessToken string `json:"access_token"`
|
||||||
IssuedTokenType string `json:"issued_token_type"`
|
IssuedTokenType string `json:"issued_token_type"`
|
||||||
TokenType string `json:"token_type"`
|
TokenType string `json:"token_type"`
|
||||||
29
vendor/golang.org/x/oauth2/oauth2.go
generated
vendored
29
vendor/golang.org/x/oauth2/oauth2.go
generated
vendored
|
|
@ -75,8 +75,9 @@ type TokenSource interface {
|
||||||
// Endpoint represents an OAuth 2.0 provider's authorization and token
|
// Endpoint represents an OAuth 2.0 provider's authorization and token
|
||||||
// endpoint URLs.
|
// endpoint URLs.
|
||||||
type Endpoint struct {
|
type Endpoint struct {
|
||||||
AuthURL string
|
AuthURL string
|
||||||
TokenURL string
|
DeviceAuthURL string
|
||||||
|
TokenURL string
|
||||||
|
|
||||||
// AuthStyle optionally specifies how the endpoint wants the
|
// AuthStyle optionally specifies how the endpoint wants the
|
||||||
// client ID & client secret sent. The zero value means to
|
// client ID & client secret sent. The zero value means to
|
||||||
|
|
@ -143,15 +144,19 @@ func SetAuthURLParam(key, value string) AuthCodeOption {
|
||||||
// AuthCodeURL returns a URL to OAuth 2.0 provider's consent page
|
// AuthCodeURL returns a URL to OAuth 2.0 provider's consent page
|
||||||
// that asks for permissions for the required scopes explicitly.
|
// that asks for permissions for the required scopes explicitly.
|
||||||
//
|
//
|
||||||
// State is a token to protect the user from CSRF attacks. You must
|
// State is an opaque value used by the client to maintain state between the
|
||||||
// always provide a non-empty string and validate that it matches the
|
// request and callback. The authorization server includes this value when
|
||||||
// state query parameter on your redirect callback.
|
// redirecting the user agent back to the client.
|
||||||
// See http://tools.ietf.org/html/rfc6749#section-10.12 for more info.
|
|
||||||
//
|
//
|
||||||
// Opts may include AccessTypeOnline or AccessTypeOffline, as well
|
// Opts may include AccessTypeOnline or AccessTypeOffline, as well
|
||||||
// as ApprovalForce.
|
// as ApprovalForce.
|
||||||
// It can also be used to pass the PKCE challenge.
|
//
|
||||||
// See https://www.oauth.com/oauth2-servers/pkce/ for more info.
|
// To protect against CSRF attacks, opts should include a PKCE challenge
|
||||||
|
// (S256ChallengeOption). Not all servers support PKCE. An alternative is to
|
||||||
|
// generate a random state parameter and verify it after exchange.
|
||||||
|
// See https://datatracker.ietf.org/doc/html/rfc6749#section-10.12 (predating
|
||||||
|
// PKCE), https://www.oauth.com/oauth2-servers/pkce/ and
|
||||||
|
// https://www.ietf.org/archive/id/draft-ietf-oauth-v2-1-09.html#name-cross-site-request-forgery (describing both approaches)
|
||||||
func (c *Config) AuthCodeURL(state string, opts ...AuthCodeOption) string {
|
func (c *Config) AuthCodeURL(state string, opts ...AuthCodeOption) string {
|
||||||
var buf bytes.Buffer
|
var buf bytes.Buffer
|
||||||
buf.WriteString(c.Endpoint.AuthURL)
|
buf.WriteString(c.Endpoint.AuthURL)
|
||||||
|
|
@ -166,7 +171,6 @@ func (c *Config) AuthCodeURL(state string, opts ...AuthCodeOption) string {
|
||||||
v.Set("scope", strings.Join(c.Scopes, " "))
|
v.Set("scope", strings.Join(c.Scopes, " "))
|
||||||
}
|
}
|
||||||
if state != "" {
|
if state != "" {
|
||||||
// TODO(light): Docs say never to omit state; don't allow empty.
|
|
||||||
v.Set("state", state)
|
v.Set("state", state)
|
||||||
}
|
}
|
||||||
for _, opt := range opts {
|
for _, opt := range opts {
|
||||||
|
|
@ -211,10 +215,11 @@ func (c *Config) PasswordCredentialsToken(ctx context.Context, username, passwor
|
||||||
// The provided context optionally controls which HTTP client is used. See the HTTPClient variable.
|
// The provided context optionally controls which HTTP client is used. See the HTTPClient variable.
|
||||||
//
|
//
|
||||||
// The code will be in the *http.Request.FormValue("code"). Before
|
// The code will be in the *http.Request.FormValue("code"). Before
|
||||||
// calling Exchange, be sure to validate FormValue("state").
|
// calling Exchange, be sure to validate FormValue("state") if you are
|
||||||
|
// using it to protect against CSRF attacks.
|
||||||
//
|
//
|
||||||
// Opts may include the PKCE verifier code if previously used in AuthCodeURL.
|
// If using PKCE to protect against CSRF attacks, opts should include a
|
||||||
// See https://www.oauth.com/oauth2-servers/pkce/ for more info.
|
// VerifierOption.
|
||||||
func (c *Config) Exchange(ctx context.Context, code string, opts ...AuthCodeOption) (*Token, error) {
|
func (c *Config) Exchange(ctx context.Context, code string, opts ...AuthCodeOption) (*Token, error) {
|
||||||
v := url.Values{
|
v := url.Values{
|
||||||
"grant_type": {"authorization_code"},
|
"grant_type": {"authorization_code"},
|
||||||
|
|
|
||||||
68
vendor/golang.org/x/oauth2/pkce.go
generated
vendored
Normal file
68
vendor/golang.org/x/oauth2/pkce.go
generated
vendored
Normal file
|
|
@ -0,0 +1,68 @@
|
||||||
|
// Copyright 2023 The Go Authors. All rights reserved.
|
||||||
|
// Use of this source code is governed by a BSD-style
|
||||||
|
// license that can be found in the LICENSE file.
|
||||||
|
package oauth2
|
||||||
|
|
||||||
|
import (
|
||||||
|
"crypto/rand"
|
||||||
|
"crypto/sha256"
|
||||||
|
"encoding/base64"
|
||||||
|
"net/url"
|
||||||
|
)
|
||||||
|
|
||||||
|
const (
|
||||||
|
codeChallengeKey = "code_challenge"
|
||||||
|
codeChallengeMethodKey = "code_challenge_method"
|
||||||
|
codeVerifierKey = "code_verifier"
|
||||||
|
)
|
||||||
|
|
||||||
|
// GenerateVerifier generates a PKCE code verifier with 32 octets of randomness.
|
||||||
|
// This follows recommendations in RFC 7636.
|
||||||
|
//
|
||||||
|
// A fresh verifier should be generated for each authorization.
|
||||||
|
// S256ChallengeOption(verifier) should then be passed to Config.AuthCodeURL
|
||||||
|
// (or Config.DeviceAccess) and VerifierOption(verifier) to Config.Exchange
|
||||||
|
// (or Config.DeviceAccessToken).
|
||||||
|
func GenerateVerifier() string {
|
||||||
|
// "RECOMMENDED that the output of a suitable random number generator be
|
||||||
|
// used to create a 32-octet sequence. The octet sequence is then
|
||||||
|
// base64url-encoded to produce a 43-octet URL-safe string to use as the
|
||||||
|
// code verifier."
|
||||||
|
// https://datatracker.ietf.org/doc/html/rfc7636#section-4.1
|
||||||
|
data := make([]byte, 32)
|
||||||
|
if _, err := rand.Read(data); err != nil {
|
||||||
|
panic(err)
|
||||||
|
}
|
||||||
|
return base64.RawURLEncoding.EncodeToString(data)
|
||||||
|
}
|
||||||
|
|
||||||
|
// VerifierOption returns a PKCE code verifier AuthCodeOption. It should be
|
||||||
|
// passed to Config.Exchange or Config.DeviceAccessToken only.
|
||||||
|
func VerifierOption(verifier string) AuthCodeOption {
|
||||||
|
return setParam{k: codeVerifierKey, v: verifier}
|
||||||
|
}
|
||||||
|
|
||||||
|
// S256ChallengeFromVerifier returns a PKCE code challenge derived from verifier with method S256.
|
||||||
|
//
|
||||||
|
// Prefer to use S256ChallengeOption where possible.
|
||||||
|
func S256ChallengeFromVerifier(verifier string) string {
|
||||||
|
sha := sha256.Sum256([]byte(verifier))
|
||||||
|
return base64.RawURLEncoding.EncodeToString(sha[:])
|
||||||
|
}
|
||||||
|
|
||||||
|
// S256ChallengeOption derives a PKCE code challenge derived from verifier with
|
||||||
|
// method S256. It should be passed to Config.AuthCodeURL or Config.DeviceAccess
|
||||||
|
// only.
|
||||||
|
func S256ChallengeOption(verifier string) AuthCodeOption {
|
||||||
|
return challengeOption{
|
||||||
|
challenge_method: "S256",
|
||||||
|
challenge: S256ChallengeFromVerifier(verifier),
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
type challengeOption struct{ challenge_method, challenge string }
|
||||||
|
|
||||||
|
func (p challengeOption) setValue(m url.Values) {
|
||||||
|
m.Set(codeChallengeMethodKey, p.challenge_method)
|
||||||
|
m.Set(codeChallengeKey, p.challenge)
|
||||||
|
}
|
||||||
2
vendor/golang.org/x/sys/cpu/cpu_riscv64.go
generated
vendored
2
vendor/golang.org/x/sys/cpu/cpu_riscv64.go
generated
vendored
|
|
@ -7,6 +7,6 @@
|
||||||
|
|
||||||
package cpu
|
package cpu
|
||||||
|
|
||||||
const cacheLineSize = 32
|
const cacheLineSize = 64
|
||||||
|
|
||||||
func initOptions() {}
|
func initOptions() {}
|
||||||
|
|
|
||||||
4
vendor/golang.org/x/sys/cpu/hwcap_linux.go
generated
vendored
4
vendor/golang.org/x/sys/cpu/hwcap_linux.go
generated
vendored
|
|
@ -5,7 +5,7 @@
|
||||||
package cpu
|
package cpu
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"io/ioutil"
|
"os"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
@ -39,7 +39,7 @@ func readHWCAP() error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
buf, err := ioutil.ReadFile(procAuxv)
|
buf, err := os.ReadFile(procAuxv)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
// e.g. on android /proc/self/auxv is not accessible, so silently
|
// e.g. on android /proc/self/auxv is not accessible, so silently
|
||||||
// ignore the error and leave Initialized = false. On some
|
// ignore the error and leave Initialized = false. On some
|
||||||
|
|
|
||||||
30
vendor/golang.org/x/sys/internal/unsafeheader/unsafeheader.go
generated
vendored
30
vendor/golang.org/x/sys/internal/unsafeheader/unsafeheader.go
generated
vendored
|
|
@ -1,30 +0,0 @@
|
||||||
// Copyright 2020 The Go Authors. All rights reserved.
|
|
||||||
// Use of this source code is governed by a BSD-style
|
|
||||||
// license that can be found in the LICENSE file.
|
|
||||||
|
|
||||||
// Package unsafeheader contains header declarations for the Go runtime's
|
|
||||||
// slice and string implementations.
|
|
||||||
//
|
|
||||||
// This package allows x/sys to use types equivalent to
|
|
||||||
// reflect.SliceHeader and reflect.StringHeader without introducing
|
|
||||||
// a dependency on the (relatively heavy) "reflect" package.
|
|
||||||
package unsafeheader
|
|
||||||
|
|
||||||
import (
|
|
||||||
"unsafe"
|
|
||||||
)
|
|
||||||
|
|
||||||
// Slice is the runtime representation of a slice.
|
|
||||||
// It cannot be used safely or portably and its representation may change in a later release.
|
|
||||||
type Slice struct {
|
|
||||||
Data unsafe.Pointer
|
|
||||||
Len int
|
|
||||||
Cap int
|
|
||||||
}
|
|
||||||
|
|
||||||
// String is the runtime representation of a string.
|
|
||||||
// It cannot be used safely or portably and its representation may change in a later release.
|
|
||||||
type String struct {
|
|
||||||
Data unsafe.Pointer
|
|
||||||
Len int
|
|
||||||
}
|
|
||||||
6
vendor/golang.org/x/sys/unix/ptrace_darwin.go
generated
vendored
6
vendor/golang.org/x/sys/unix/ptrace_darwin.go
generated
vendored
|
|
@ -7,12 +7,6 @@
|
||||||
|
|
||||||
package unix
|
package unix
|
||||||
|
|
||||||
import "unsafe"
|
|
||||||
|
|
||||||
func ptrace(request int, pid int, addr uintptr, data uintptr) error {
|
func ptrace(request int, pid int, addr uintptr, data uintptr) error {
|
||||||
return ptrace1(request, pid, addr, data)
|
return ptrace1(request, pid, addr, data)
|
||||||
}
|
}
|
||||||
|
|
||||||
func ptracePtr(request int, pid int, addr uintptr, data unsafe.Pointer) error {
|
|
||||||
return ptrace1Ptr(request, pid, addr, data)
|
|
||||||
}
|
|
||||||
|
|
|
||||||
6
vendor/golang.org/x/sys/unix/ptrace_ios.go
generated
vendored
6
vendor/golang.org/x/sys/unix/ptrace_ios.go
generated
vendored
|
|
@ -7,12 +7,6 @@
|
||||||
|
|
||||||
package unix
|
package unix
|
||||||
|
|
||||||
import "unsafe"
|
|
||||||
|
|
||||||
func ptrace(request int, pid int, addr uintptr, data uintptr) (err error) {
|
func ptrace(request int, pid int, addr uintptr, data uintptr) (err error) {
|
||||||
return ENOTSUP
|
return ENOTSUP
|
||||||
}
|
}
|
||||||
|
|
||||||
func ptracePtr(request int, pid int, addr uintptr, data unsafe.Pointer) (err error) {
|
|
||||||
return ENOTSUP
|
|
||||||
}
|
|
||||||
|
|
|
||||||
2
vendor/golang.org/x/sys/unix/syscall_aix.go
generated
vendored
2
vendor/golang.org/x/sys/unix/syscall_aix.go
generated
vendored
|
|
@ -487,8 +487,6 @@ func Fsync(fd int) error {
|
||||||
//sys Unlinkat(dirfd int, path string, flags int) (err error)
|
//sys Unlinkat(dirfd int, path string, flags int) (err error)
|
||||||
//sys Ustat(dev int, ubuf *Ustat_t) (err error)
|
//sys Ustat(dev int, ubuf *Ustat_t) (err error)
|
||||||
//sys write(fd int, p []byte) (n int, err error)
|
//sys write(fd int, p []byte) (n int, err error)
|
||||||
//sys readlen(fd int, p *byte, np int) (n int, err error) = read
|
|
||||||
//sys writelen(fd int, p *byte, np int) (n int, err error) = write
|
|
||||||
|
|
||||||
//sys Dup2(oldfd int, newfd int) (err error)
|
//sys Dup2(oldfd int, newfd int) (err error)
|
||||||
//sys Fadvise(fd int, offset int64, length int64, advice int) (err error) = posix_fadvise64
|
//sys Fadvise(fd int, offset int64, length int64, advice int) (err error) = posix_fadvise64
|
||||||
|
|
|
||||||
186
vendor/golang.org/x/sys/unix/syscall_darwin.go
generated
vendored
186
vendor/golang.org/x/sys/unix/syscall_darwin.go
generated
vendored
|
|
@ -644,189 +644,3 @@ func SysctlKinfoProcSlice(name string, args ...int) ([]KinfoProc, error) {
|
||||||
//sys write(fd int, p []byte) (n int, err error)
|
//sys write(fd int, p []byte) (n int, err error)
|
||||||
//sys mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos int64) (ret uintptr, err error)
|
//sys mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos int64) (ret uintptr, err error)
|
||||||
//sys munmap(addr uintptr, length uintptr) (err error)
|
//sys munmap(addr uintptr, length uintptr) (err error)
|
||||||
//sys readlen(fd int, buf *byte, nbuf int) (n int, err error) = SYS_READ
|
|
||||||
//sys writelen(fd int, buf *byte, nbuf int) (n int, err error) = SYS_WRITE
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Unimplemented
|
|
||||||
*/
|
|
||||||
// Profil
|
|
||||||
// Sigaction
|
|
||||||
// Sigprocmask
|
|
||||||
// Getlogin
|
|
||||||
// Sigpending
|
|
||||||
// Sigaltstack
|
|
||||||
// Ioctl
|
|
||||||
// Reboot
|
|
||||||
// Execve
|
|
||||||
// Vfork
|
|
||||||
// Sbrk
|
|
||||||
// Sstk
|
|
||||||
// Ovadvise
|
|
||||||
// Mincore
|
|
||||||
// Setitimer
|
|
||||||
// Swapon
|
|
||||||
// Select
|
|
||||||
// Sigsuspend
|
|
||||||
// Readv
|
|
||||||
// Writev
|
|
||||||
// Nfssvc
|
|
||||||
// Getfh
|
|
||||||
// Quotactl
|
|
||||||
// Csops
|
|
||||||
// Waitid
|
|
||||||
// Add_profil
|
|
||||||
// Kdebug_trace
|
|
||||||
// Sigreturn
|
|
||||||
// Atsocket
|
|
||||||
// Kqueue_from_portset_np
|
|
||||||
// Kqueue_portset
|
|
||||||
// Getattrlist
|
|
||||||
// Getdirentriesattr
|
|
||||||
// Searchfs
|
|
||||||
// Delete
|
|
||||||
// Copyfile
|
|
||||||
// Watchevent
|
|
||||||
// Waitevent
|
|
||||||
// Modwatch
|
|
||||||
// Fsctl
|
|
||||||
// Initgroups
|
|
||||||
// Posix_spawn
|
|
||||||
// Nfsclnt
|
|
||||||
// Fhopen
|
|
||||||
// Minherit
|
|
||||||
// Semsys
|
|
||||||
// Msgsys
|
|
||||||
// Shmsys
|
|
||||||
// Semctl
|
|
||||||
// Semget
|
|
||||||
// Semop
|
|
||||||
// Msgctl
|
|
||||||
// Msgget
|
|
||||||
// Msgsnd
|
|
||||||
// Msgrcv
|
|
||||||
// Shm_open
|
|
||||||
// Shm_unlink
|
|
||||||
// Sem_open
|
|
||||||
// Sem_close
|
|
||||||
// Sem_unlink
|
|
||||||
// Sem_wait
|
|
||||||
// Sem_trywait
|
|
||||||
// Sem_post
|
|
||||||
// Sem_getvalue
|
|
||||||
// Sem_init
|
|
||||||
// Sem_destroy
|
|
||||||
// Open_extended
|
|
||||||
// Umask_extended
|
|
||||||
// Stat_extended
|
|
||||||
// Lstat_extended
|
|
||||||
// Fstat_extended
|
|
||||||
// Chmod_extended
|
|
||||||
// Fchmod_extended
|
|
||||||
// Access_extended
|
|
||||||
// Settid
|
|
||||||
// Gettid
|
|
||||||
// Setsgroups
|
|
||||||
// Getsgroups
|
|
||||||
// Setwgroups
|
|
||||||
// Getwgroups
|
|
||||||
// Mkfifo_extended
|
|
||||||
// Mkdir_extended
|
|
||||||
// Identitysvc
|
|
||||||
// Shared_region_check_np
|
|
||||||
// Shared_region_map_np
|
|
||||||
// __pthread_mutex_destroy
|
|
||||||
// __pthread_mutex_init
|
|
||||||
// __pthread_mutex_lock
|
|
||||||
// __pthread_mutex_trylock
|
|
||||||
// __pthread_mutex_unlock
|
|
||||||
// __pthread_cond_init
|
|
||||||
// __pthread_cond_destroy
|
|
||||||
// __pthread_cond_broadcast
|
|
||||||
// __pthread_cond_signal
|
|
||||||
// Setsid_with_pid
|
|
||||||
// __pthread_cond_timedwait
|
|
||||||
// Aio_fsync
|
|
||||||
// Aio_return
|
|
||||||
// Aio_suspend
|
|
||||||
// Aio_cancel
|
|
||||||
// Aio_error
|
|
||||||
// Aio_read
|
|
||||||
// Aio_write
|
|
||||||
// Lio_listio
|
|
||||||
// __pthread_cond_wait
|
|
||||||
// Iopolicysys
|
|
||||||
// __pthread_kill
|
|
||||||
// __pthread_sigmask
|
|
||||||
// __sigwait
|
|
||||||
// __disable_threadsignal
|
|
||||||
// __pthread_markcancel
|
|
||||||
// __pthread_canceled
|
|
||||||
// __semwait_signal
|
|
||||||
// Proc_info
|
|
||||||
// sendfile
|
|
||||||
// Stat64_extended
|
|
||||||
// Lstat64_extended
|
|
||||||
// Fstat64_extended
|
|
||||||
// __pthread_chdir
|
|
||||||
// __pthread_fchdir
|
|
||||||
// Audit
|
|
||||||
// Auditon
|
|
||||||
// Getauid
|
|
||||||
// Setauid
|
|
||||||
// Getaudit
|
|
||||||
// Setaudit
|
|
||||||
// Getaudit_addr
|
|
||||||
// Setaudit_addr
|
|
||||||
// Auditctl
|
|
||||||
// Bsdthread_create
|
|
||||||
// Bsdthread_terminate
|
|
||||||
// Stack_snapshot
|
|
||||||
// Bsdthread_register
|
|
||||||
// Workq_open
|
|
||||||
// Workq_ops
|
|
||||||
// __mac_execve
|
|
||||||
// __mac_syscall
|
|
||||||
// __mac_get_file
|
|
||||||
// __mac_set_file
|
|
||||||
// __mac_get_link
|
|
||||||
// __mac_set_link
|
|
||||||
// __mac_get_proc
|
|
||||||
// __mac_set_proc
|
|
||||||
// __mac_get_fd
|
|
||||||
// __mac_set_fd
|
|
||||||
// __mac_get_pid
|
|
||||||
// __mac_get_lcid
|
|
||||||
// __mac_get_lctx
|
|
||||||
// __mac_set_lctx
|
|
||||||
// Setlcid
|
|
||||||
// Read_nocancel
|
|
||||||
// Write_nocancel
|
|
||||||
// Open_nocancel
|
|
||||||
// Close_nocancel
|
|
||||||
// Wait4_nocancel
|
|
||||||
// Recvmsg_nocancel
|
|
||||||
// Sendmsg_nocancel
|
|
||||||
// Recvfrom_nocancel
|
|
||||||
// Accept_nocancel
|
|
||||||
// Fcntl_nocancel
|
|
||||||
// Select_nocancel
|
|
||||||
// Fsync_nocancel
|
|
||||||
// Connect_nocancel
|
|
||||||
// Sigsuspend_nocancel
|
|
||||||
// Readv_nocancel
|
|
||||||
// Writev_nocancel
|
|
||||||
// Sendto_nocancel
|
|
||||||
// Pread_nocancel
|
|
||||||
// Pwrite_nocancel
|
|
||||||
// Waitid_nocancel
|
|
||||||
// Poll_nocancel
|
|
||||||
// Msgsnd_nocancel
|
|
||||||
// Msgrcv_nocancel
|
|
||||||
// Sem_wait_nocancel
|
|
||||||
// Aio_suspend_nocancel
|
|
||||||
// __sigwait_nocancel
|
|
||||||
// __semwait_signal_nocancel
|
|
||||||
// __mac_mount
|
|
||||||
// __mac_get_mount
|
|
||||||
// __mac_getfsstat
|
|
||||||
|
|
|
||||||
1
vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go
generated
vendored
1
vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go
generated
vendored
|
|
@ -47,6 +47,5 @@ func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 uintptr,
|
||||||
//sys getfsstat(buf unsafe.Pointer, size uintptr, flags int) (n int, err error) = SYS_GETFSSTAT64
|
//sys getfsstat(buf unsafe.Pointer, size uintptr, flags int) (n int, err error) = SYS_GETFSSTAT64
|
||||||
//sys Lstat(path string, stat *Stat_t) (err error) = SYS_LSTAT64
|
//sys Lstat(path string, stat *Stat_t) (err error) = SYS_LSTAT64
|
||||||
//sys ptrace1(request int, pid int, addr uintptr, data uintptr) (err error) = SYS_ptrace
|
//sys ptrace1(request int, pid int, addr uintptr, data uintptr) (err error) = SYS_ptrace
|
||||||
//sys ptrace1Ptr(request int, pid int, addr unsafe.Pointer, data uintptr) (err error) = SYS_ptrace
|
|
||||||
//sys Stat(path string, stat *Stat_t) (err error) = SYS_STAT64
|
//sys Stat(path string, stat *Stat_t) (err error) = SYS_STAT64
|
||||||
//sys Statfs(path string, stat *Statfs_t) (err error) = SYS_STATFS64
|
//sys Statfs(path string, stat *Statfs_t) (err error) = SYS_STATFS64
|
||||||
|
|
|
||||||
1
vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go
generated
vendored
1
vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go
generated
vendored
|
|
@ -47,6 +47,5 @@ func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 uintptr,
|
||||||
//sys getfsstat(buf unsafe.Pointer, size uintptr, flags int) (n int, err error) = SYS_GETFSSTAT
|
//sys getfsstat(buf unsafe.Pointer, size uintptr, flags int) (n int, err error) = SYS_GETFSSTAT
|
||||||
//sys Lstat(path string, stat *Stat_t) (err error)
|
//sys Lstat(path string, stat *Stat_t) (err error)
|
||||||
//sys ptrace1(request int, pid int, addr uintptr, data uintptr) (err error) = SYS_ptrace
|
//sys ptrace1(request int, pid int, addr uintptr, data uintptr) (err error) = SYS_ptrace
|
||||||
//sys ptrace1Ptr(request int, pid int, addr unsafe.Pointer, data uintptr) (err error) = SYS_ptrace
|
|
||||||
//sys Stat(path string, stat *Stat_t) (err error)
|
//sys Stat(path string, stat *Stat_t) (err error)
|
||||||
//sys Statfs(path string, stat *Statfs_t) (err error)
|
//sys Statfs(path string, stat *Statfs_t) (err error)
|
||||||
|
|
|
||||||
198
vendor/golang.org/x/sys/unix/syscall_dragonfly.go
generated
vendored
198
vendor/golang.org/x/sys/unix/syscall_dragonfly.go
generated
vendored
|
|
@ -343,203 +343,5 @@ func Sendfile(outfd int, infd int, offset *int64, count int) (written int, err e
|
||||||
//sys write(fd int, p []byte) (n int, err error)
|
//sys write(fd int, p []byte) (n int, err error)
|
||||||
//sys mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos int64) (ret uintptr, err error)
|
//sys mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos int64) (ret uintptr, err error)
|
||||||
//sys munmap(addr uintptr, length uintptr) (err error)
|
//sys munmap(addr uintptr, length uintptr) (err error)
|
||||||
//sys readlen(fd int, buf *byte, nbuf int) (n int, err error) = SYS_READ
|
|
||||||
//sys writelen(fd int, buf *byte, nbuf int) (n int, err error) = SYS_WRITE
|
|
||||||
//sys accept4(fd int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (nfd int, err error)
|
//sys accept4(fd int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (nfd int, err error)
|
||||||
//sys utimensat(dirfd int, path string, times *[2]Timespec, flags int) (err error)
|
//sys utimensat(dirfd int, path string, times *[2]Timespec, flags int) (err error)
|
||||||
|
|
||||||
/*
|
|
||||||
* Unimplemented
|
|
||||||
* TODO(jsing): Update this list for DragonFly.
|
|
||||||
*/
|
|
||||||
// Profil
|
|
||||||
// Sigaction
|
|
||||||
// Sigprocmask
|
|
||||||
// Getlogin
|
|
||||||
// Sigpending
|
|
||||||
// Sigaltstack
|
|
||||||
// Reboot
|
|
||||||
// Execve
|
|
||||||
// Vfork
|
|
||||||
// Sbrk
|
|
||||||
// Sstk
|
|
||||||
// Ovadvise
|
|
||||||
// Mincore
|
|
||||||
// Setitimer
|
|
||||||
// Swapon
|
|
||||||
// Select
|
|
||||||
// Sigsuspend
|
|
||||||
// Readv
|
|
||||||
// Writev
|
|
||||||
// Nfssvc
|
|
||||||
// Getfh
|
|
||||||
// Quotactl
|
|
||||||
// Mount
|
|
||||||
// Csops
|
|
||||||
// Waitid
|
|
||||||
// Add_profil
|
|
||||||
// Kdebug_trace
|
|
||||||
// Sigreturn
|
|
||||||
// Atsocket
|
|
||||||
// Kqueue_from_portset_np
|
|
||||||
// Kqueue_portset
|
|
||||||
// Getattrlist
|
|
||||||
// Setattrlist
|
|
||||||
// Getdirentriesattr
|
|
||||||
// Searchfs
|
|
||||||
// Delete
|
|
||||||
// Copyfile
|
|
||||||
// Watchevent
|
|
||||||
// Waitevent
|
|
||||||
// Modwatch
|
|
||||||
// Getxattr
|
|
||||||
// Fgetxattr
|
|
||||||
// Setxattr
|
|
||||||
// Fsetxattr
|
|
||||||
// Removexattr
|
|
||||||
// Fremovexattr
|
|
||||||
// Listxattr
|
|
||||||
// Flistxattr
|
|
||||||
// Fsctl
|
|
||||||
// Initgroups
|
|
||||||
// Posix_spawn
|
|
||||||
// Nfsclnt
|
|
||||||
// Fhopen
|
|
||||||
// Minherit
|
|
||||||
// Semsys
|
|
||||||
// Msgsys
|
|
||||||
// Shmsys
|
|
||||||
// Semctl
|
|
||||||
// Semget
|
|
||||||
// Semop
|
|
||||||
// Msgctl
|
|
||||||
// Msgget
|
|
||||||
// Msgsnd
|
|
||||||
// Msgrcv
|
|
||||||
// Shmat
|
|
||||||
// Shmctl
|
|
||||||
// Shmdt
|
|
||||||
// Shmget
|
|
||||||
// Shm_open
|
|
||||||
// Shm_unlink
|
|
||||||
// Sem_open
|
|
||||||
// Sem_close
|
|
||||||
// Sem_unlink
|
|
||||||
// Sem_wait
|
|
||||||
// Sem_trywait
|
|
||||||
// Sem_post
|
|
||||||
// Sem_getvalue
|
|
||||||
// Sem_init
|
|
||||||
// Sem_destroy
|
|
||||||
// Open_extended
|
|
||||||
// Umask_extended
|
|
||||||
// Stat_extended
|
|
||||||
// Lstat_extended
|
|
||||||
// Fstat_extended
|
|
||||||
// Chmod_extended
|
|
||||||
// Fchmod_extended
|
|
||||||
// Access_extended
|
|
||||||
// Settid
|
|
||||||
// Gettid
|
|
||||||
// Setsgroups
|
|
||||||
// Getsgroups
|
|
||||||
// Setwgroups
|
|
||||||
// Getwgroups
|
|
||||||
// Mkfifo_extended
|
|
||||||
// Mkdir_extended
|
|
||||||
// Identitysvc
|
|
||||||
// Shared_region_check_np
|
|
||||||
// Shared_region_map_np
|
|
||||||
// __pthread_mutex_destroy
|
|
||||||
// __pthread_mutex_init
|
|
||||||
// __pthread_mutex_lock
|
|
||||||
// __pthread_mutex_trylock
|
|
||||||
// __pthread_mutex_unlock
|
|
||||||
// __pthread_cond_init
|
|
||||||
// __pthread_cond_destroy
|
|
||||||
// __pthread_cond_broadcast
|
|
||||||
// __pthread_cond_signal
|
|
||||||
// Setsid_with_pid
|
|
||||||
// __pthread_cond_timedwait
|
|
||||||
// Aio_fsync
|
|
||||||
// Aio_return
|
|
||||||
// Aio_suspend
|
|
||||||
// Aio_cancel
|
|
||||||
// Aio_error
|
|
||||||
// Aio_read
|
|
||||||
// Aio_write
|
|
||||||
// Lio_listio
|
|
||||||
// __pthread_cond_wait
|
|
||||||
// Iopolicysys
|
|
||||||
// __pthread_kill
|
|
||||||
// __pthread_sigmask
|
|
||||||
// __sigwait
|
|
||||||
// __disable_threadsignal
|
|
||||||
// __pthread_markcancel
|
|
||||||
// __pthread_canceled
|
|
||||||
// __semwait_signal
|
|
||||||
// Proc_info
|
|
||||||
// Stat64_extended
|
|
||||||
// Lstat64_extended
|
|
||||||
// Fstat64_extended
|
|
||||||
// __pthread_chdir
|
|
||||||
// __pthread_fchdir
|
|
||||||
// Audit
|
|
||||||
// Auditon
|
|
||||||
// Getauid
|
|
||||||
// Setauid
|
|
||||||
// Getaudit
|
|
||||||
// Setaudit
|
|
||||||
// Getaudit_addr
|
|
||||||
// Setaudit_addr
|
|
||||||
// Auditctl
|
|
||||||
// Bsdthread_create
|
|
||||||
// Bsdthread_terminate
|
|
||||||
// Stack_snapshot
|
|
||||||
// Bsdthread_register
|
|
||||||
// Workq_open
|
|
||||||
// Workq_ops
|
|
||||||
// __mac_execve
|
|
||||||
// __mac_syscall
|
|
||||||
// __mac_get_file
|
|
||||||
// __mac_set_file
|
|
||||||
// __mac_get_link
|
|
||||||
// __mac_set_link
|
|
||||||
// __mac_get_proc
|
|
||||||
// __mac_set_proc
|
|
||||||
// __mac_get_fd
|
|
||||||
// __mac_set_fd
|
|
||||||
// __mac_get_pid
|
|
||||||
// __mac_get_lcid
|
|
||||||
// __mac_get_lctx
|
|
||||||
// __mac_set_lctx
|
|
||||||
// Setlcid
|
|
||||||
// Read_nocancel
|
|
||||||
// Write_nocancel
|
|
||||||
// Open_nocancel
|
|
||||||
// Close_nocancel
|
|
||||||
// Wait4_nocancel
|
|
||||||
// Recvmsg_nocancel
|
|
||||||
// Sendmsg_nocancel
|
|
||||||
// Recvfrom_nocancel
|
|
||||||
// Accept_nocancel
|
|
||||||
// Fcntl_nocancel
|
|
||||||
// Select_nocancel
|
|
||||||
// Fsync_nocancel
|
|
||||||
// Connect_nocancel
|
|
||||||
// Sigsuspend_nocancel
|
|
||||||
// Readv_nocancel
|
|
||||||
// Writev_nocancel
|
|
||||||
// Sendto_nocancel
|
|
||||||
// Pread_nocancel
|
|
||||||
// Pwrite_nocancel
|
|
||||||
// Waitid_nocancel
|
|
||||||
// Msgsnd_nocancel
|
|
||||||
// Msgrcv_nocancel
|
|
||||||
// Sem_wait_nocancel
|
|
||||||
// Aio_suspend_nocancel
|
|
||||||
// __sigwait_nocancel
|
|
||||||
// __semwait_signal_nocancel
|
|
||||||
// __mac_mount
|
|
||||||
// __mac_get_mount
|
|
||||||
// __mac_getfsstat
|
|
||||||
|
|
|
||||||
192
vendor/golang.org/x/sys/unix/syscall_freebsd.go
generated
vendored
192
vendor/golang.org/x/sys/unix/syscall_freebsd.go
generated
vendored
|
|
@ -449,197 +449,5 @@ func Dup3(oldfd, newfd, flags int) error {
|
||||||
//sys write(fd int, p []byte) (n int, err error)
|
//sys write(fd int, p []byte) (n int, err error)
|
||||||
//sys mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos int64) (ret uintptr, err error)
|
//sys mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos int64) (ret uintptr, err error)
|
||||||
//sys munmap(addr uintptr, length uintptr) (err error)
|
//sys munmap(addr uintptr, length uintptr) (err error)
|
||||||
//sys readlen(fd int, buf *byte, nbuf int) (n int, err error) = SYS_READ
|
|
||||||
//sys writelen(fd int, buf *byte, nbuf int) (n int, err error) = SYS_WRITE
|
|
||||||
//sys accept4(fd int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (nfd int, err error)
|
//sys accept4(fd int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (nfd int, err error)
|
||||||
//sys utimensat(dirfd int, path string, times *[2]Timespec, flags int) (err error)
|
//sys utimensat(dirfd int, path string, times *[2]Timespec, flags int) (err error)
|
||||||
|
|
||||||
/*
|
|
||||||
* Unimplemented
|
|
||||||
*/
|
|
||||||
// Profil
|
|
||||||
// Sigaction
|
|
||||||
// Sigprocmask
|
|
||||||
// Getlogin
|
|
||||||
// Sigpending
|
|
||||||
// Sigaltstack
|
|
||||||
// Ioctl
|
|
||||||
// Reboot
|
|
||||||
// Execve
|
|
||||||
// Vfork
|
|
||||||
// Sbrk
|
|
||||||
// Sstk
|
|
||||||
// Ovadvise
|
|
||||||
// Mincore
|
|
||||||
// Setitimer
|
|
||||||
// Swapon
|
|
||||||
// Select
|
|
||||||
// Sigsuspend
|
|
||||||
// Readv
|
|
||||||
// Writev
|
|
||||||
// Nfssvc
|
|
||||||
// Getfh
|
|
||||||
// Quotactl
|
|
||||||
// Mount
|
|
||||||
// Csops
|
|
||||||
// Waitid
|
|
||||||
// Add_profil
|
|
||||||
// Kdebug_trace
|
|
||||||
// Sigreturn
|
|
||||||
// Atsocket
|
|
||||||
// Kqueue_from_portset_np
|
|
||||||
// Kqueue_portset
|
|
||||||
// Getattrlist
|
|
||||||
// Setattrlist
|
|
||||||
// Getdents
|
|
||||||
// Getdirentriesattr
|
|
||||||
// Searchfs
|
|
||||||
// Delete
|
|
||||||
// Copyfile
|
|
||||||
// Watchevent
|
|
||||||
// Waitevent
|
|
||||||
// Modwatch
|
|
||||||
// Fsctl
|
|
||||||
// Initgroups
|
|
||||||
// Posix_spawn
|
|
||||||
// Nfsclnt
|
|
||||||
// Fhopen
|
|
||||||
// Minherit
|
|
||||||
// Semsys
|
|
||||||
// Msgsys
|
|
||||||
// Shmsys
|
|
||||||
// Semctl
|
|
||||||
// Semget
|
|
||||||
// Semop
|
|
||||||
// Msgctl
|
|
||||||
// Msgget
|
|
||||||
// Msgsnd
|
|
||||||
// Msgrcv
|
|
||||||
// Shmat
|
|
||||||
// Shmctl
|
|
||||||
// Shmdt
|
|
||||||
// Shmget
|
|
||||||
// Shm_open
|
|
||||||
// Shm_unlink
|
|
||||||
// Sem_open
|
|
||||||
// Sem_close
|
|
||||||
// Sem_unlink
|
|
||||||
// Sem_wait
|
|
||||||
// Sem_trywait
|
|
||||||
// Sem_post
|
|
||||||
// Sem_getvalue
|
|
||||||
// Sem_init
|
|
||||||
// Sem_destroy
|
|
||||||
// Open_extended
|
|
||||||
// Umask_extended
|
|
||||||
// Stat_extended
|
|
||||||
// Lstat_extended
|
|
||||||
// Fstat_extended
|
|
||||||
// Chmod_extended
|
|
||||||
// Fchmod_extended
|
|
||||||
// Access_extended
|
|
||||||
// Settid
|
|
||||||
// Gettid
|
|
||||||
// Setsgroups
|
|
||||||
// Getsgroups
|
|
||||||
// Setwgroups
|
|
||||||
// Getwgroups
|
|
||||||
// Mkfifo_extended
|
|
||||||
// Mkdir_extended
|
|
||||||
// Identitysvc
|
|
||||||
// Shared_region_check_np
|
|
||||||
// Shared_region_map_np
|
|
||||||
// __pthread_mutex_destroy
|
|
||||||
// __pthread_mutex_init
|
|
||||||
// __pthread_mutex_lock
|
|
||||||
// __pthread_mutex_trylock
|
|
||||||
// __pthread_mutex_unlock
|
|
||||||
// __pthread_cond_init
|
|
||||||
// __pthread_cond_destroy
|
|
||||||
// __pthread_cond_broadcast
|
|
||||||
// __pthread_cond_signal
|
|
||||||
// Setsid_with_pid
|
|
||||||
// __pthread_cond_timedwait
|
|
||||||
// Aio_fsync
|
|
||||||
// Aio_return
|
|
||||||
// Aio_suspend
|
|
||||||
// Aio_cancel
|
|
||||||
// Aio_error
|
|
||||||
// Aio_read
|
|
||||||
// Aio_write
|
|
||||||
// Lio_listio
|
|
||||||
// __pthread_cond_wait
|
|
||||||
// Iopolicysys
|
|
||||||
// __pthread_kill
|
|
||||||
// __pthread_sigmask
|
|
||||||
// __sigwait
|
|
||||||
// __disable_threadsignal
|
|
||||||
// __pthread_markcancel
|
|
||||||
// __pthread_canceled
|
|
||||||
// __semwait_signal
|
|
||||||
// Proc_info
|
|
||||||
// Stat64_extended
|
|
||||||
// Lstat64_extended
|
|
||||||
// Fstat64_extended
|
|
||||||
// __pthread_chdir
|
|
||||||
// __pthread_fchdir
|
|
||||||
// Audit
|
|
||||||
// Auditon
|
|
||||||
// Getauid
|
|
||||||
// Setauid
|
|
||||||
// Getaudit
|
|
||||||
// Setaudit
|
|
||||||
// Getaudit_addr
|
|
||||||
// Setaudit_addr
|
|
||||||
// Auditctl
|
|
||||||
// Bsdthread_create
|
|
||||||
// Bsdthread_terminate
|
|
||||||
// Stack_snapshot
|
|
||||||
// Bsdthread_register
|
|
||||||
// Workq_open
|
|
||||||
// Workq_ops
|
|
||||||
// __mac_execve
|
|
||||||
// __mac_syscall
|
|
||||||
// __mac_get_file
|
|
||||||
// __mac_set_file
|
|
||||||
// __mac_get_link
|
|
||||||
// __mac_set_link
|
|
||||||
// __mac_get_proc
|
|
||||||
// __mac_set_proc
|
|
||||||
// __mac_get_fd
|
|
||||||
// __mac_set_fd
|
|
||||||
// __mac_get_pid
|
|
||||||
// __mac_get_lcid
|
|
||||||
// __mac_get_lctx
|
|
||||||
// __mac_set_lctx
|
|
||||||
// Setlcid
|
|
||||||
// Read_nocancel
|
|
||||||
// Write_nocancel
|
|
||||||
// Open_nocancel
|
|
||||||
// Close_nocancel
|
|
||||||
// Wait4_nocancel
|
|
||||||
// Recvmsg_nocancel
|
|
||||||
// Sendmsg_nocancel
|
|
||||||
// Recvfrom_nocancel
|
|
||||||
// Accept_nocancel
|
|
||||||
// Fcntl_nocancel
|
|
||||||
// Select_nocancel
|
|
||||||
// Fsync_nocancel
|
|
||||||
// Connect_nocancel
|
|
||||||
// Sigsuspend_nocancel
|
|
||||||
// Readv_nocancel
|
|
||||||
// Writev_nocancel
|
|
||||||
// Sendto_nocancel
|
|
||||||
// Pread_nocancel
|
|
||||||
// Pwrite_nocancel
|
|
||||||
// Waitid_nocancel
|
|
||||||
// Poll_nocancel
|
|
||||||
// Msgsnd_nocancel
|
|
||||||
// Msgrcv_nocancel
|
|
||||||
// Sem_wait_nocancel
|
|
||||||
// Aio_suspend_nocancel
|
|
||||||
// __sigwait_nocancel
|
|
||||||
// __semwait_signal_nocancel
|
|
||||||
// __mac_mount
|
|
||||||
// __mac_get_mount
|
|
||||||
// __mac_getfsstat
|
|
||||||
|
|
|
||||||
115
vendor/golang.org/x/sys/unix/syscall_linux.go
generated
vendored
115
vendor/golang.org/x/sys/unix/syscall_linux.go
generated
vendored
|
|
@ -693,10 +693,10 @@ type SockaddrALG struct {
|
||||||
|
|
||||||
func (sa *SockaddrALG) sockaddr() (unsafe.Pointer, _Socklen, error) {
|
func (sa *SockaddrALG) sockaddr() (unsafe.Pointer, _Socklen, error) {
|
||||||
// Leave room for NUL byte terminator.
|
// Leave room for NUL byte terminator.
|
||||||
if len(sa.Type) > 13 {
|
if len(sa.Type) > len(sa.raw.Type)-1 {
|
||||||
return nil, 0, EINVAL
|
return nil, 0, EINVAL
|
||||||
}
|
}
|
||||||
if len(sa.Name) > 63 {
|
if len(sa.Name) > len(sa.raw.Name)-1 {
|
||||||
return nil, 0, EINVAL
|
return nil, 0, EINVAL
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -704,17 +704,8 @@ func (sa *SockaddrALG) sockaddr() (unsafe.Pointer, _Socklen, error) {
|
||||||
sa.raw.Feat = sa.Feature
|
sa.raw.Feat = sa.Feature
|
||||||
sa.raw.Mask = sa.Mask
|
sa.raw.Mask = sa.Mask
|
||||||
|
|
||||||
typ, err := ByteSliceFromString(sa.Type)
|
copy(sa.raw.Type[:], sa.Type)
|
||||||
if err != nil {
|
copy(sa.raw.Name[:], sa.Name)
|
||||||
return nil, 0, err
|
|
||||||
}
|
|
||||||
name, err := ByteSliceFromString(sa.Name)
|
|
||||||
if err != nil {
|
|
||||||
return nil, 0, err
|
|
||||||
}
|
|
||||||
|
|
||||||
copy(sa.raw.Type[:], typ)
|
|
||||||
copy(sa.raw.Name[:], name)
|
|
||||||
|
|
||||||
return unsafe.Pointer(&sa.raw), SizeofSockaddrALG, nil
|
return unsafe.Pointer(&sa.raw), SizeofSockaddrALG, nil
|
||||||
}
|
}
|
||||||
|
|
@ -1988,8 +1979,6 @@ func Signalfd(fd int, sigmask *Sigset_t, flags int) (newfd int, err error) {
|
||||||
//sys Unshare(flags int) (err error)
|
//sys Unshare(flags int) (err error)
|
||||||
//sys write(fd int, p []byte) (n int, err error)
|
//sys write(fd int, p []byte) (n int, err error)
|
||||||
//sys exitThread(code int) (err error) = SYS_EXIT
|
//sys exitThread(code int) (err error) = SYS_EXIT
|
||||||
//sys readlen(fd int, p *byte, np int) (n int, err error) = SYS_READ
|
|
||||||
//sys writelen(fd int, p *byte, np int) (n int, err error) = SYS_WRITE
|
|
||||||
//sys readv(fd int, iovs []Iovec) (n int, err error) = SYS_READV
|
//sys readv(fd int, iovs []Iovec) (n int, err error) = SYS_READV
|
||||||
//sys writev(fd int, iovs []Iovec) (n int, err error) = SYS_WRITEV
|
//sys writev(fd int, iovs []Iovec) (n int, err error) = SYS_WRITEV
|
||||||
//sys preadv(fd int, iovs []Iovec, offs_l uintptr, offs_h uintptr) (n int, err error) = SYS_PREADV
|
//sys preadv(fd int, iovs []Iovec, offs_l uintptr, offs_h uintptr) (n int, err error) = SYS_PREADV
|
||||||
|
|
@ -2493,99 +2482,3 @@ func SchedGetAttr(pid int, flags uint) (*SchedAttr, error) {
|
||||||
}
|
}
|
||||||
return attr, nil
|
return attr, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* Unimplemented
|
|
||||||
*/
|
|
||||||
// AfsSyscall
|
|
||||||
// ArchPrctl
|
|
||||||
// Brk
|
|
||||||
// ClockNanosleep
|
|
||||||
// ClockSettime
|
|
||||||
// Clone
|
|
||||||
// EpollCtlOld
|
|
||||||
// EpollPwait
|
|
||||||
// EpollWaitOld
|
|
||||||
// Execve
|
|
||||||
// Fork
|
|
||||||
// Futex
|
|
||||||
// GetKernelSyms
|
|
||||||
// GetMempolicy
|
|
||||||
// GetRobustList
|
|
||||||
// GetThreadArea
|
|
||||||
// Getpmsg
|
|
||||||
// IoCancel
|
|
||||||
// IoDestroy
|
|
||||||
// IoGetevents
|
|
||||||
// IoSetup
|
|
||||||
// IoSubmit
|
|
||||||
// IoprioGet
|
|
||||||
// IoprioSet
|
|
||||||
// KexecLoad
|
|
||||||
// LookupDcookie
|
|
||||||
// Mbind
|
|
||||||
// MigratePages
|
|
||||||
// Mincore
|
|
||||||
// ModifyLdt
|
|
||||||
// Mount
|
|
||||||
// MovePages
|
|
||||||
// MqGetsetattr
|
|
||||||
// MqNotify
|
|
||||||
// MqOpen
|
|
||||||
// MqTimedreceive
|
|
||||||
// MqTimedsend
|
|
||||||
// MqUnlink
|
|
||||||
// Msgctl
|
|
||||||
// Msgget
|
|
||||||
// Msgrcv
|
|
||||||
// Msgsnd
|
|
||||||
// Nfsservctl
|
|
||||||
// Personality
|
|
||||||
// Pselect6
|
|
||||||
// Ptrace
|
|
||||||
// Putpmsg
|
|
||||||
// Quotactl
|
|
||||||
// Readahead
|
|
||||||
// Readv
|
|
||||||
// RemapFilePages
|
|
||||||
// RestartSyscall
|
|
||||||
// RtSigaction
|
|
||||||
// RtSigpending
|
|
||||||
// RtSigqueueinfo
|
|
||||||
// RtSigreturn
|
|
||||||
// RtSigsuspend
|
|
||||||
// RtSigtimedwait
|
|
||||||
// SchedGetPriorityMax
|
|
||||||
// SchedGetPriorityMin
|
|
||||||
// SchedGetparam
|
|
||||||
// SchedGetscheduler
|
|
||||||
// SchedRrGetInterval
|
|
||||||
// SchedSetparam
|
|
||||||
// SchedYield
|
|
||||||
// Security
|
|
||||||
// Semctl
|
|
||||||
// Semget
|
|
||||||
// Semop
|
|
||||||
// Semtimedop
|
|
||||||
// SetMempolicy
|
|
||||||
// SetRobustList
|
|
||||||
// SetThreadArea
|
|
||||||
// SetTidAddress
|
|
||||||
// Sigaltstack
|
|
||||||
// Swapoff
|
|
||||||
// Swapon
|
|
||||||
// Sysfs
|
|
||||||
// TimerCreate
|
|
||||||
// TimerDelete
|
|
||||||
// TimerGetoverrun
|
|
||||||
// TimerGettime
|
|
||||||
// TimerSettime
|
|
||||||
// Tkill (obsolete)
|
|
||||||
// Tuxcall
|
|
||||||
// Umount2
|
|
||||||
// Uselib
|
|
||||||
// Utimensat
|
|
||||||
// Vfork
|
|
||||||
// Vhangup
|
|
||||||
// Vserver
|
|
||||||
// _Sysctl
|
|
||||||
|
|
|
||||||
261
vendor/golang.org/x/sys/unix/syscall_netbsd.go
generated
vendored
261
vendor/golang.org/x/sys/unix/syscall_netbsd.go
generated
vendored
|
|
@ -356,8 +356,6 @@ func Statvfs(path string, buf *Statvfs_t) (err error) {
|
||||||
//sys write(fd int, p []byte) (n int, err error)
|
//sys write(fd int, p []byte) (n int, err error)
|
||||||
//sys mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos int64) (ret uintptr, err error)
|
//sys mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos int64) (ret uintptr, err error)
|
||||||
//sys munmap(addr uintptr, length uintptr) (err error)
|
//sys munmap(addr uintptr, length uintptr) (err error)
|
||||||
//sys readlen(fd int, buf *byte, nbuf int) (n int, err error) = SYS_READ
|
|
||||||
//sys writelen(fd int, buf *byte, nbuf int) (n int, err error) = SYS_WRITE
|
|
||||||
//sys utimensat(dirfd int, path string, times *[2]Timespec, flags int) (err error)
|
//sys utimensat(dirfd int, path string, times *[2]Timespec, flags int) (err error)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
@ -371,262 +369,3 @@ const (
|
||||||
func mremap(oldaddr uintptr, oldlength uintptr, newlength uintptr, flags int, newaddr uintptr) (uintptr, error) {
|
func mremap(oldaddr uintptr, oldlength uintptr, newlength uintptr, flags int, newaddr uintptr) (uintptr, error) {
|
||||||
return mremapNetBSD(oldaddr, oldlength, newaddr, newlength, flags)
|
return mremapNetBSD(oldaddr, oldlength, newaddr, newlength, flags)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* Unimplemented
|
|
||||||
*/
|
|
||||||
// ____semctl13
|
|
||||||
// __clone
|
|
||||||
// __fhopen40
|
|
||||||
// __fhstat40
|
|
||||||
// __fhstatvfs140
|
|
||||||
// __fstat30
|
|
||||||
// __getcwd
|
|
||||||
// __getfh30
|
|
||||||
// __getlogin
|
|
||||||
// __lstat30
|
|
||||||
// __mount50
|
|
||||||
// __msgctl13
|
|
||||||
// __msync13
|
|
||||||
// __ntp_gettime30
|
|
||||||
// __posix_chown
|
|
||||||
// __posix_fchown
|
|
||||||
// __posix_lchown
|
|
||||||
// __posix_rename
|
|
||||||
// __setlogin
|
|
||||||
// __shmctl13
|
|
||||||
// __sigaction_sigtramp
|
|
||||||
// __sigaltstack14
|
|
||||||
// __sigpending14
|
|
||||||
// __sigprocmask14
|
|
||||||
// __sigsuspend14
|
|
||||||
// __sigtimedwait
|
|
||||||
// __stat30
|
|
||||||
// __syscall
|
|
||||||
// __vfork14
|
|
||||||
// _ksem_close
|
|
||||||
// _ksem_destroy
|
|
||||||
// _ksem_getvalue
|
|
||||||
// _ksem_init
|
|
||||||
// _ksem_open
|
|
||||||
// _ksem_post
|
|
||||||
// _ksem_trywait
|
|
||||||
// _ksem_unlink
|
|
||||||
// _ksem_wait
|
|
||||||
// _lwp_continue
|
|
||||||
// _lwp_create
|
|
||||||
// _lwp_ctl
|
|
||||||
// _lwp_detach
|
|
||||||
// _lwp_exit
|
|
||||||
// _lwp_getname
|
|
||||||
// _lwp_getprivate
|
|
||||||
// _lwp_kill
|
|
||||||
// _lwp_park
|
|
||||||
// _lwp_self
|
|
||||||
// _lwp_setname
|
|
||||||
// _lwp_setprivate
|
|
||||||
// _lwp_suspend
|
|
||||||
// _lwp_unpark
|
|
||||||
// _lwp_unpark_all
|
|
||||||
// _lwp_wait
|
|
||||||
// _lwp_wakeup
|
|
||||||
// _pset_bind
|
|
||||||
// _sched_getaffinity
|
|
||||||
// _sched_getparam
|
|
||||||
// _sched_setaffinity
|
|
||||||
// _sched_setparam
|
|
||||||
// acct
|
|
||||||
// aio_cancel
|
|
||||||
// aio_error
|
|
||||||
// aio_fsync
|
|
||||||
// aio_read
|
|
||||||
// aio_return
|
|
||||||
// aio_suspend
|
|
||||||
// aio_write
|
|
||||||
// break
|
|
||||||
// clock_getres
|
|
||||||
// clock_gettime
|
|
||||||
// clock_settime
|
|
||||||
// compat_09_ogetdomainname
|
|
||||||
// compat_09_osetdomainname
|
|
||||||
// compat_09_ouname
|
|
||||||
// compat_10_omsgsys
|
|
||||||
// compat_10_osemsys
|
|
||||||
// compat_10_oshmsys
|
|
||||||
// compat_12_fstat12
|
|
||||||
// compat_12_getdirentries
|
|
||||||
// compat_12_lstat12
|
|
||||||
// compat_12_msync
|
|
||||||
// compat_12_oreboot
|
|
||||||
// compat_12_oswapon
|
|
||||||
// compat_12_stat12
|
|
||||||
// compat_13_sigaction13
|
|
||||||
// compat_13_sigaltstack13
|
|
||||||
// compat_13_sigpending13
|
|
||||||
// compat_13_sigprocmask13
|
|
||||||
// compat_13_sigreturn13
|
|
||||||
// compat_13_sigsuspend13
|
|
||||||
// compat_14___semctl
|
|
||||||
// compat_14_msgctl
|
|
||||||
// compat_14_shmctl
|
|
||||||
// compat_16___sigaction14
|
|
||||||
// compat_16___sigreturn14
|
|
||||||
// compat_20_fhstatfs
|
|
||||||
// compat_20_fstatfs
|
|
||||||
// compat_20_getfsstat
|
|
||||||
// compat_20_statfs
|
|
||||||
// compat_30___fhstat30
|
|
||||||
// compat_30___fstat13
|
|
||||||
// compat_30___lstat13
|
|
||||||
// compat_30___stat13
|
|
||||||
// compat_30_fhopen
|
|
||||||
// compat_30_fhstat
|
|
||||||
// compat_30_fhstatvfs1
|
|
||||||
// compat_30_getdents
|
|
||||||
// compat_30_getfh
|
|
||||||
// compat_30_ntp_gettime
|
|
||||||
// compat_30_socket
|
|
||||||
// compat_40_mount
|
|
||||||
// compat_43_fstat43
|
|
||||||
// compat_43_lstat43
|
|
||||||
// compat_43_oaccept
|
|
||||||
// compat_43_ocreat
|
|
||||||
// compat_43_oftruncate
|
|
||||||
// compat_43_ogetdirentries
|
|
||||||
// compat_43_ogetdtablesize
|
|
||||||
// compat_43_ogethostid
|
|
||||||
// compat_43_ogethostname
|
|
||||||
// compat_43_ogetkerninfo
|
|
||||||
// compat_43_ogetpagesize
|
|
||||||
// compat_43_ogetpeername
|
|
||||||
// compat_43_ogetrlimit
|
|
||||||
// compat_43_ogetsockname
|
|
||||||
// compat_43_okillpg
|
|
||||||
// compat_43_olseek
|
|
||||||
// compat_43_ommap
|
|
||||||
// compat_43_oquota
|
|
||||||
// compat_43_orecv
|
|
||||||
// compat_43_orecvfrom
|
|
||||||
// compat_43_orecvmsg
|
|
||||||
// compat_43_osend
|
|
||||||
// compat_43_osendmsg
|
|
||||||
// compat_43_osethostid
|
|
||||||
// compat_43_osethostname
|
|
||||||
// compat_43_osigblock
|
|
||||||
// compat_43_osigsetmask
|
|
||||||
// compat_43_osigstack
|
|
||||||
// compat_43_osigvec
|
|
||||||
// compat_43_otruncate
|
|
||||||
// compat_43_owait
|
|
||||||
// compat_43_stat43
|
|
||||||
// execve
|
|
||||||
// extattr_delete_fd
|
|
||||||
// extattr_delete_file
|
|
||||||
// extattr_delete_link
|
|
||||||
// extattr_get_fd
|
|
||||||
// extattr_get_file
|
|
||||||
// extattr_get_link
|
|
||||||
// extattr_list_fd
|
|
||||||
// extattr_list_file
|
|
||||||
// extattr_list_link
|
|
||||||
// extattr_set_fd
|
|
||||||
// extattr_set_file
|
|
||||||
// extattr_set_link
|
|
||||||
// extattrctl
|
|
||||||
// fchroot
|
|
||||||
// fdatasync
|
|
||||||
// fgetxattr
|
|
||||||
// fktrace
|
|
||||||
// flistxattr
|
|
||||||
// fork
|
|
||||||
// fremovexattr
|
|
||||||
// fsetxattr
|
|
||||||
// fstatvfs1
|
|
||||||
// fsync_range
|
|
||||||
// getcontext
|
|
||||||
// getitimer
|
|
||||||
// getvfsstat
|
|
||||||
// getxattr
|
|
||||||
// ktrace
|
|
||||||
// lchflags
|
|
||||||
// lchmod
|
|
||||||
// lfs_bmapv
|
|
||||||
// lfs_markv
|
|
||||||
// lfs_segclean
|
|
||||||
// lfs_segwait
|
|
||||||
// lgetxattr
|
|
||||||
// lio_listio
|
|
||||||
// listxattr
|
|
||||||
// llistxattr
|
|
||||||
// lremovexattr
|
|
||||||
// lseek
|
|
||||||
// lsetxattr
|
|
||||||
// lutimes
|
|
||||||
// madvise
|
|
||||||
// mincore
|
|
||||||
// minherit
|
|
||||||
// modctl
|
|
||||||
// mq_close
|
|
||||||
// mq_getattr
|
|
||||||
// mq_notify
|
|
||||||
// mq_open
|
|
||||||
// mq_receive
|
|
||||||
// mq_send
|
|
||||||
// mq_setattr
|
|
||||||
// mq_timedreceive
|
|
||||||
// mq_timedsend
|
|
||||||
// mq_unlink
|
|
||||||
// msgget
|
|
||||||
// msgrcv
|
|
||||||
// msgsnd
|
|
||||||
// nfssvc
|
|
||||||
// ntp_adjtime
|
|
||||||
// pmc_control
|
|
||||||
// pmc_get_info
|
|
||||||
// pollts
|
|
||||||
// preadv
|
|
||||||
// profil
|
|
||||||
// pselect
|
|
||||||
// pset_assign
|
|
||||||
// pset_create
|
|
||||||
// pset_destroy
|
|
||||||
// ptrace
|
|
||||||
// pwritev
|
|
||||||
// quotactl
|
|
||||||
// rasctl
|
|
||||||
// readv
|
|
||||||
// reboot
|
|
||||||
// removexattr
|
|
||||||
// sa_enable
|
|
||||||
// sa_preempt
|
|
||||||
// sa_register
|
|
||||||
// sa_setconcurrency
|
|
||||||
// sa_stacks
|
|
||||||
// sa_yield
|
|
||||||
// sbrk
|
|
||||||
// sched_yield
|
|
||||||
// semconfig
|
|
||||||
// semget
|
|
||||||
// semop
|
|
||||||
// setcontext
|
|
||||||
// setitimer
|
|
||||||
// setxattr
|
|
||||||
// shmat
|
|
||||||
// shmdt
|
|
||||||
// shmget
|
|
||||||
// sstk
|
|
||||||
// statvfs1
|
|
||||||
// swapctl
|
|
||||||
// sysarch
|
|
||||||
// syscall
|
|
||||||
// timer_create
|
|
||||||
// timer_delete
|
|
||||||
// timer_getoverrun
|
|
||||||
// timer_gettime
|
|
||||||
// timer_settime
|
|
||||||
// undelete
|
|
||||||
// utrace
|
|
||||||
// uuidgen
|
|
||||||
// vadvise
|
|
||||||
// vfork
|
|
||||||
// writev
|
|
||||||
|
|
|
||||||
74
vendor/golang.org/x/sys/unix/syscall_openbsd.go
generated
vendored
74
vendor/golang.org/x/sys/unix/syscall_openbsd.go
generated
vendored
|
|
@ -326,78 +326,4 @@ func Uname(uname *Utsname) error {
|
||||||
//sys write(fd int, p []byte) (n int, err error)
|
//sys write(fd int, p []byte) (n int, err error)
|
||||||
//sys mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos int64) (ret uintptr, err error)
|
//sys mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos int64) (ret uintptr, err error)
|
||||||
//sys munmap(addr uintptr, length uintptr) (err error)
|
//sys munmap(addr uintptr, length uintptr) (err error)
|
||||||
//sys readlen(fd int, buf *byte, nbuf int) (n int, err error) = SYS_READ
|
|
||||||
//sys writelen(fd int, buf *byte, nbuf int) (n int, err error) = SYS_WRITE
|
|
||||||
//sys utimensat(dirfd int, path string, times *[2]Timespec, flags int) (err error)
|
//sys utimensat(dirfd int, path string, times *[2]Timespec, flags int) (err error)
|
||||||
|
|
||||||
/*
|
|
||||||
* Unimplemented
|
|
||||||
*/
|
|
||||||
// __getcwd
|
|
||||||
// __semctl
|
|
||||||
// __syscall
|
|
||||||
// __sysctl
|
|
||||||
// adjfreq
|
|
||||||
// break
|
|
||||||
// clock_getres
|
|
||||||
// clock_gettime
|
|
||||||
// clock_settime
|
|
||||||
// closefrom
|
|
||||||
// execve
|
|
||||||
// fhopen
|
|
||||||
// fhstat
|
|
||||||
// fhstatfs
|
|
||||||
// fork
|
|
||||||
// futimens
|
|
||||||
// getfh
|
|
||||||
// getgid
|
|
||||||
// getitimer
|
|
||||||
// getlogin
|
|
||||||
// getthrid
|
|
||||||
// ktrace
|
|
||||||
// lfs_bmapv
|
|
||||||
// lfs_markv
|
|
||||||
// lfs_segclean
|
|
||||||
// lfs_segwait
|
|
||||||
// mincore
|
|
||||||
// minherit
|
|
||||||
// mount
|
|
||||||
// mquery
|
|
||||||
// msgctl
|
|
||||||
// msgget
|
|
||||||
// msgrcv
|
|
||||||
// msgsnd
|
|
||||||
// nfssvc
|
|
||||||
// nnpfspioctl
|
|
||||||
// preadv
|
|
||||||
// profil
|
|
||||||
// pwritev
|
|
||||||
// quotactl
|
|
||||||
// readv
|
|
||||||
// reboot
|
|
||||||
// renameat
|
|
||||||
// rfork
|
|
||||||
// sched_yield
|
|
||||||
// semget
|
|
||||||
// semop
|
|
||||||
// setgroups
|
|
||||||
// setitimer
|
|
||||||
// setsockopt
|
|
||||||
// shmat
|
|
||||||
// shmctl
|
|
||||||
// shmdt
|
|
||||||
// shmget
|
|
||||||
// sigaction
|
|
||||||
// sigaltstack
|
|
||||||
// sigpending
|
|
||||||
// sigprocmask
|
|
||||||
// sigreturn
|
|
||||||
// sigsuspend
|
|
||||||
// sysarch
|
|
||||||
// syscall
|
|
||||||
// threxit
|
|
||||||
// thrsigdivert
|
|
||||||
// thrsleep
|
|
||||||
// thrwakeup
|
|
||||||
// vfork
|
|
||||||
// writev
|
|
||||||
|
|
|
||||||
18
vendor/golang.org/x/sys/unix/syscall_solaris.go
generated
vendored
18
vendor/golang.org/x/sys/unix/syscall_solaris.go
generated
vendored
|
|
@ -698,24 +698,6 @@ func Sendfile(outfd int, infd int, offset *int64, count int) (written int, err e
|
||||||
//sys setsockopt(s int, level int, name int, val unsafe.Pointer, vallen uintptr) (err error) = libsocket.setsockopt
|
//sys setsockopt(s int, level int, name int, val unsafe.Pointer, vallen uintptr) (err error) = libsocket.setsockopt
|
||||||
//sys recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen *_Socklen) (n int, err error) = libsocket.recvfrom
|
//sys recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen *_Socklen) (n int, err error) = libsocket.recvfrom
|
||||||
|
|
||||||
func readlen(fd int, buf *byte, nbuf int) (n int, err error) {
|
|
||||||
r0, _, e1 := sysvicall6(uintptr(unsafe.Pointer(&procread)), 3, uintptr(fd), uintptr(unsafe.Pointer(buf)), uintptr(nbuf), 0, 0, 0)
|
|
||||||
n = int(r0)
|
|
||||||
if e1 != 0 {
|
|
||||||
err = e1
|
|
||||||
}
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
func writelen(fd int, buf *byte, nbuf int) (n int, err error) {
|
|
||||||
r0, _, e1 := sysvicall6(uintptr(unsafe.Pointer(&procwrite)), 3, uintptr(fd), uintptr(unsafe.Pointer(buf)), uintptr(nbuf), 0, 0, 0)
|
|
||||||
n = int(r0)
|
|
||||||
if e1 != 0 {
|
|
||||||
err = e1
|
|
||||||
}
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
// Event Ports
|
// Event Ports
|
||||||
|
|
||||||
type fileObjCookie struct {
|
type fileObjCookie struct {
|
||||||
|
|
|
||||||
1
vendor/golang.org/x/sys/unix/syscall_zos_s390x.go
generated
vendored
1
vendor/golang.org/x/sys/unix/syscall_zos_s390x.go
generated
vendored
|
|
@ -192,7 +192,6 @@ func (cmsg *Cmsghdr) SetLen(length int) {
|
||||||
|
|
||||||
//sys fcntl(fd int, cmd int, arg int) (val int, err error)
|
//sys fcntl(fd int, cmd int, arg int) (val int, err error)
|
||||||
//sys read(fd int, p []byte) (n int, err error)
|
//sys read(fd int, p []byte) (n int, err error)
|
||||||
//sys readlen(fd int, buf *byte, nbuf int) (n int, err error) = SYS_READ
|
|
||||||
//sys write(fd int, p []byte) (n int, err error)
|
//sys write(fd int, p []byte) (n int, err error)
|
||||||
|
|
||||||
//sys accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) = SYS___ACCEPT_A
|
//sys accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) = SYS___ACCEPT_A
|
||||||
|
|
|
||||||
9
vendor/golang.org/x/sys/unix/zerrors_linux.go
generated
vendored
9
vendor/golang.org/x/sys/unix/zerrors_linux.go
generated
vendored
|
|
@ -2421,6 +2421,15 @@ const (
|
||||||
PR_PAC_GET_ENABLED_KEYS = 0x3d
|
PR_PAC_GET_ENABLED_KEYS = 0x3d
|
||||||
PR_PAC_RESET_KEYS = 0x36
|
PR_PAC_RESET_KEYS = 0x36
|
||||||
PR_PAC_SET_ENABLED_KEYS = 0x3c
|
PR_PAC_SET_ENABLED_KEYS = 0x3c
|
||||||
|
PR_RISCV_V_GET_CONTROL = 0x46
|
||||||
|
PR_RISCV_V_SET_CONTROL = 0x45
|
||||||
|
PR_RISCV_V_VSTATE_CTRL_CUR_MASK = 0x3
|
||||||
|
PR_RISCV_V_VSTATE_CTRL_DEFAULT = 0x0
|
||||||
|
PR_RISCV_V_VSTATE_CTRL_INHERIT = 0x10
|
||||||
|
PR_RISCV_V_VSTATE_CTRL_MASK = 0x1f
|
||||||
|
PR_RISCV_V_VSTATE_CTRL_NEXT_MASK = 0xc
|
||||||
|
PR_RISCV_V_VSTATE_CTRL_OFF = 0x1
|
||||||
|
PR_RISCV_V_VSTATE_CTRL_ON = 0x2
|
||||||
PR_SCHED_CORE = 0x3e
|
PR_SCHED_CORE = 0x3e
|
||||||
PR_SCHED_CORE_CREATE = 0x1
|
PR_SCHED_CORE_CREATE = 0x1
|
||||||
PR_SCHED_CORE_GET = 0x0
|
PR_SCHED_CORE_GET = 0x0
|
||||||
|
|
|
||||||
2
vendor/golang.org/x/sys/unix/zerrors_linux_386.go
generated
vendored
2
vendor/golang.org/x/sys/unix/zerrors_linux_386.go
generated
vendored
|
|
@ -326,10 +326,12 @@ const (
|
||||||
SO_NOFCS = 0x2b
|
SO_NOFCS = 0x2b
|
||||||
SO_OOBINLINE = 0xa
|
SO_OOBINLINE = 0xa
|
||||||
SO_PASSCRED = 0x10
|
SO_PASSCRED = 0x10
|
||||||
|
SO_PASSPIDFD = 0x4c
|
||||||
SO_PASSSEC = 0x22
|
SO_PASSSEC = 0x22
|
||||||
SO_PEEK_OFF = 0x2a
|
SO_PEEK_OFF = 0x2a
|
||||||
SO_PEERCRED = 0x11
|
SO_PEERCRED = 0x11
|
||||||
SO_PEERGROUPS = 0x3b
|
SO_PEERGROUPS = 0x3b
|
||||||
|
SO_PEERPIDFD = 0x4d
|
||||||
SO_PEERSEC = 0x1f
|
SO_PEERSEC = 0x1f
|
||||||
SO_PREFER_BUSY_POLL = 0x45
|
SO_PREFER_BUSY_POLL = 0x45
|
||||||
SO_PROTOCOL = 0x26
|
SO_PROTOCOL = 0x26
|
||||||
|
|
|
||||||
2
vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go
generated
vendored
2
vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go
generated
vendored
|
|
@ -327,10 +327,12 @@ const (
|
||||||
SO_NOFCS = 0x2b
|
SO_NOFCS = 0x2b
|
||||||
SO_OOBINLINE = 0xa
|
SO_OOBINLINE = 0xa
|
||||||
SO_PASSCRED = 0x10
|
SO_PASSCRED = 0x10
|
||||||
|
SO_PASSPIDFD = 0x4c
|
||||||
SO_PASSSEC = 0x22
|
SO_PASSSEC = 0x22
|
||||||
SO_PEEK_OFF = 0x2a
|
SO_PEEK_OFF = 0x2a
|
||||||
SO_PEERCRED = 0x11
|
SO_PEERCRED = 0x11
|
||||||
SO_PEERGROUPS = 0x3b
|
SO_PEERGROUPS = 0x3b
|
||||||
|
SO_PEERPIDFD = 0x4d
|
||||||
SO_PEERSEC = 0x1f
|
SO_PEERSEC = 0x1f
|
||||||
SO_PREFER_BUSY_POLL = 0x45
|
SO_PREFER_BUSY_POLL = 0x45
|
||||||
SO_PROTOCOL = 0x26
|
SO_PROTOCOL = 0x26
|
||||||
|
|
|
||||||
2
vendor/golang.org/x/sys/unix/zerrors_linux_arm.go
generated
vendored
2
vendor/golang.org/x/sys/unix/zerrors_linux_arm.go
generated
vendored
|
|
@ -333,10 +333,12 @@ const (
|
||||||
SO_NOFCS = 0x2b
|
SO_NOFCS = 0x2b
|
||||||
SO_OOBINLINE = 0xa
|
SO_OOBINLINE = 0xa
|
||||||
SO_PASSCRED = 0x10
|
SO_PASSCRED = 0x10
|
||||||
|
SO_PASSPIDFD = 0x4c
|
||||||
SO_PASSSEC = 0x22
|
SO_PASSSEC = 0x22
|
||||||
SO_PEEK_OFF = 0x2a
|
SO_PEEK_OFF = 0x2a
|
||||||
SO_PEERCRED = 0x11
|
SO_PEERCRED = 0x11
|
||||||
SO_PEERGROUPS = 0x3b
|
SO_PEERGROUPS = 0x3b
|
||||||
|
SO_PEERPIDFD = 0x4d
|
||||||
SO_PEERSEC = 0x1f
|
SO_PEERSEC = 0x1f
|
||||||
SO_PREFER_BUSY_POLL = 0x45
|
SO_PREFER_BUSY_POLL = 0x45
|
||||||
SO_PROTOCOL = 0x26
|
SO_PROTOCOL = 0x26
|
||||||
|
|
|
||||||
2
vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go
generated
vendored
2
vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go
generated
vendored
|
|
@ -323,10 +323,12 @@ const (
|
||||||
SO_NOFCS = 0x2b
|
SO_NOFCS = 0x2b
|
||||||
SO_OOBINLINE = 0xa
|
SO_OOBINLINE = 0xa
|
||||||
SO_PASSCRED = 0x10
|
SO_PASSCRED = 0x10
|
||||||
|
SO_PASSPIDFD = 0x4c
|
||||||
SO_PASSSEC = 0x22
|
SO_PASSSEC = 0x22
|
||||||
SO_PEEK_OFF = 0x2a
|
SO_PEEK_OFF = 0x2a
|
||||||
SO_PEERCRED = 0x11
|
SO_PEERCRED = 0x11
|
||||||
SO_PEERGROUPS = 0x3b
|
SO_PEERGROUPS = 0x3b
|
||||||
|
SO_PEERPIDFD = 0x4d
|
||||||
SO_PEERSEC = 0x1f
|
SO_PEERSEC = 0x1f
|
||||||
SO_PREFER_BUSY_POLL = 0x45
|
SO_PREFER_BUSY_POLL = 0x45
|
||||||
SO_PROTOCOL = 0x26
|
SO_PROTOCOL = 0x26
|
||||||
|
|
|
||||||
4
vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go
generated
vendored
4
vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go
generated
vendored
|
|
@ -118,6 +118,8 @@ const (
|
||||||
IUCLC = 0x200
|
IUCLC = 0x200
|
||||||
IXOFF = 0x1000
|
IXOFF = 0x1000
|
||||||
IXON = 0x400
|
IXON = 0x400
|
||||||
|
LASX_CTX_MAGIC = 0x41535801
|
||||||
|
LSX_CTX_MAGIC = 0x53580001
|
||||||
MAP_ANON = 0x20
|
MAP_ANON = 0x20
|
||||||
MAP_ANONYMOUS = 0x20
|
MAP_ANONYMOUS = 0x20
|
||||||
MAP_DENYWRITE = 0x800
|
MAP_DENYWRITE = 0x800
|
||||||
|
|
@ -317,10 +319,12 @@ const (
|
||||||
SO_NOFCS = 0x2b
|
SO_NOFCS = 0x2b
|
||||||
SO_OOBINLINE = 0xa
|
SO_OOBINLINE = 0xa
|
||||||
SO_PASSCRED = 0x10
|
SO_PASSCRED = 0x10
|
||||||
|
SO_PASSPIDFD = 0x4c
|
||||||
SO_PASSSEC = 0x22
|
SO_PASSSEC = 0x22
|
||||||
SO_PEEK_OFF = 0x2a
|
SO_PEEK_OFF = 0x2a
|
||||||
SO_PEERCRED = 0x11
|
SO_PEERCRED = 0x11
|
||||||
SO_PEERGROUPS = 0x3b
|
SO_PEERGROUPS = 0x3b
|
||||||
|
SO_PEERPIDFD = 0x4d
|
||||||
SO_PEERSEC = 0x1f
|
SO_PEERSEC = 0x1f
|
||||||
SO_PREFER_BUSY_POLL = 0x45
|
SO_PREFER_BUSY_POLL = 0x45
|
||||||
SO_PROTOCOL = 0x26
|
SO_PROTOCOL = 0x26
|
||||||
|
|
|
||||||
2
vendor/golang.org/x/sys/unix/zerrors_linux_mips.go
generated
vendored
2
vendor/golang.org/x/sys/unix/zerrors_linux_mips.go
generated
vendored
|
|
@ -326,10 +326,12 @@ const (
|
||||||
SO_NOFCS = 0x2b
|
SO_NOFCS = 0x2b
|
||||||
SO_OOBINLINE = 0x100
|
SO_OOBINLINE = 0x100
|
||||||
SO_PASSCRED = 0x11
|
SO_PASSCRED = 0x11
|
||||||
|
SO_PASSPIDFD = 0x4c
|
||||||
SO_PASSSEC = 0x22
|
SO_PASSSEC = 0x22
|
||||||
SO_PEEK_OFF = 0x2a
|
SO_PEEK_OFF = 0x2a
|
||||||
SO_PEERCRED = 0x12
|
SO_PEERCRED = 0x12
|
||||||
SO_PEERGROUPS = 0x3b
|
SO_PEERGROUPS = 0x3b
|
||||||
|
SO_PEERPIDFD = 0x4d
|
||||||
SO_PEERSEC = 0x1e
|
SO_PEERSEC = 0x1e
|
||||||
SO_PREFER_BUSY_POLL = 0x45
|
SO_PREFER_BUSY_POLL = 0x45
|
||||||
SO_PROTOCOL = 0x1028
|
SO_PROTOCOL = 0x1028
|
||||||
|
|
|
||||||
2
vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go
generated
vendored
2
vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go
generated
vendored
|
|
@ -326,10 +326,12 @@ const (
|
||||||
SO_NOFCS = 0x2b
|
SO_NOFCS = 0x2b
|
||||||
SO_OOBINLINE = 0x100
|
SO_OOBINLINE = 0x100
|
||||||
SO_PASSCRED = 0x11
|
SO_PASSCRED = 0x11
|
||||||
|
SO_PASSPIDFD = 0x4c
|
||||||
SO_PASSSEC = 0x22
|
SO_PASSSEC = 0x22
|
||||||
SO_PEEK_OFF = 0x2a
|
SO_PEEK_OFF = 0x2a
|
||||||
SO_PEERCRED = 0x12
|
SO_PEERCRED = 0x12
|
||||||
SO_PEERGROUPS = 0x3b
|
SO_PEERGROUPS = 0x3b
|
||||||
|
SO_PEERPIDFD = 0x4d
|
||||||
SO_PEERSEC = 0x1e
|
SO_PEERSEC = 0x1e
|
||||||
SO_PREFER_BUSY_POLL = 0x45
|
SO_PREFER_BUSY_POLL = 0x45
|
||||||
SO_PROTOCOL = 0x1028
|
SO_PROTOCOL = 0x1028
|
||||||
|
|
|
||||||
2
vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go
generated
vendored
2
vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go
generated
vendored
|
|
@ -326,10 +326,12 @@ const (
|
||||||
SO_NOFCS = 0x2b
|
SO_NOFCS = 0x2b
|
||||||
SO_OOBINLINE = 0x100
|
SO_OOBINLINE = 0x100
|
||||||
SO_PASSCRED = 0x11
|
SO_PASSCRED = 0x11
|
||||||
|
SO_PASSPIDFD = 0x4c
|
||||||
SO_PASSSEC = 0x22
|
SO_PASSSEC = 0x22
|
||||||
SO_PEEK_OFF = 0x2a
|
SO_PEEK_OFF = 0x2a
|
||||||
SO_PEERCRED = 0x12
|
SO_PEERCRED = 0x12
|
||||||
SO_PEERGROUPS = 0x3b
|
SO_PEERGROUPS = 0x3b
|
||||||
|
SO_PEERPIDFD = 0x4d
|
||||||
SO_PEERSEC = 0x1e
|
SO_PEERSEC = 0x1e
|
||||||
SO_PREFER_BUSY_POLL = 0x45
|
SO_PREFER_BUSY_POLL = 0x45
|
||||||
SO_PROTOCOL = 0x1028
|
SO_PROTOCOL = 0x1028
|
||||||
|
|
|
||||||
2
vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go
generated
vendored
2
vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go
generated
vendored
|
|
@ -326,10 +326,12 @@ const (
|
||||||
SO_NOFCS = 0x2b
|
SO_NOFCS = 0x2b
|
||||||
SO_OOBINLINE = 0x100
|
SO_OOBINLINE = 0x100
|
||||||
SO_PASSCRED = 0x11
|
SO_PASSCRED = 0x11
|
||||||
|
SO_PASSPIDFD = 0x4c
|
||||||
SO_PASSSEC = 0x22
|
SO_PASSSEC = 0x22
|
||||||
SO_PEEK_OFF = 0x2a
|
SO_PEEK_OFF = 0x2a
|
||||||
SO_PEERCRED = 0x12
|
SO_PEERCRED = 0x12
|
||||||
SO_PEERGROUPS = 0x3b
|
SO_PEERGROUPS = 0x3b
|
||||||
|
SO_PEERPIDFD = 0x4d
|
||||||
SO_PEERSEC = 0x1e
|
SO_PEERSEC = 0x1e
|
||||||
SO_PREFER_BUSY_POLL = 0x45
|
SO_PREFER_BUSY_POLL = 0x45
|
||||||
SO_PROTOCOL = 0x1028
|
SO_PROTOCOL = 0x1028
|
||||||
|
|
|
||||||
2
vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go
generated
vendored
2
vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go
generated
vendored
|
|
@ -381,10 +381,12 @@ const (
|
||||||
SO_NOFCS = 0x2b
|
SO_NOFCS = 0x2b
|
||||||
SO_OOBINLINE = 0xa
|
SO_OOBINLINE = 0xa
|
||||||
SO_PASSCRED = 0x14
|
SO_PASSCRED = 0x14
|
||||||
|
SO_PASSPIDFD = 0x4c
|
||||||
SO_PASSSEC = 0x22
|
SO_PASSSEC = 0x22
|
||||||
SO_PEEK_OFF = 0x2a
|
SO_PEEK_OFF = 0x2a
|
||||||
SO_PEERCRED = 0x15
|
SO_PEERCRED = 0x15
|
||||||
SO_PEERGROUPS = 0x3b
|
SO_PEERGROUPS = 0x3b
|
||||||
|
SO_PEERPIDFD = 0x4d
|
||||||
SO_PEERSEC = 0x1f
|
SO_PEERSEC = 0x1f
|
||||||
SO_PREFER_BUSY_POLL = 0x45
|
SO_PREFER_BUSY_POLL = 0x45
|
||||||
SO_PROTOCOL = 0x26
|
SO_PROTOCOL = 0x26
|
||||||
|
|
|
||||||
2
vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go
generated
vendored
2
vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go
generated
vendored
|
|
@ -385,10 +385,12 @@ const (
|
||||||
SO_NOFCS = 0x2b
|
SO_NOFCS = 0x2b
|
||||||
SO_OOBINLINE = 0xa
|
SO_OOBINLINE = 0xa
|
||||||
SO_PASSCRED = 0x14
|
SO_PASSCRED = 0x14
|
||||||
|
SO_PASSPIDFD = 0x4c
|
||||||
SO_PASSSEC = 0x22
|
SO_PASSSEC = 0x22
|
||||||
SO_PEEK_OFF = 0x2a
|
SO_PEEK_OFF = 0x2a
|
||||||
SO_PEERCRED = 0x15
|
SO_PEERCRED = 0x15
|
||||||
SO_PEERGROUPS = 0x3b
|
SO_PEERGROUPS = 0x3b
|
||||||
|
SO_PEERPIDFD = 0x4d
|
||||||
SO_PEERSEC = 0x1f
|
SO_PEERSEC = 0x1f
|
||||||
SO_PREFER_BUSY_POLL = 0x45
|
SO_PREFER_BUSY_POLL = 0x45
|
||||||
SO_PROTOCOL = 0x26
|
SO_PROTOCOL = 0x26
|
||||||
|
|
|
||||||
2
vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go
generated
vendored
2
vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go
generated
vendored
|
|
@ -385,10 +385,12 @@ const (
|
||||||
SO_NOFCS = 0x2b
|
SO_NOFCS = 0x2b
|
||||||
SO_OOBINLINE = 0xa
|
SO_OOBINLINE = 0xa
|
||||||
SO_PASSCRED = 0x14
|
SO_PASSCRED = 0x14
|
||||||
|
SO_PASSPIDFD = 0x4c
|
||||||
SO_PASSSEC = 0x22
|
SO_PASSSEC = 0x22
|
||||||
SO_PEEK_OFF = 0x2a
|
SO_PEEK_OFF = 0x2a
|
||||||
SO_PEERCRED = 0x15
|
SO_PEERCRED = 0x15
|
||||||
SO_PEERGROUPS = 0x3b
|
SO_PEERGROUPS = 0x3b
|
||||||
|
SO_PEERPIDFD = 0x4d
|
||||||
SO_PEERSEC = 0x1f
|
SO_PEERSEC = 0x1f
|
||||||
SO_PREFER_BUSY_POLL = 0x45
|
SO_PREFER_BUSY_POLL = 0x45
|
||||||
SO_PROTOCOL = 0x26
|
SO_PROTOCOL = 0x26
|
||||||
|
|
|
||||||
2
vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go
generated
vendored
2
vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go
generated
vendored
|
|
@ -314,10 +314,12 @@ const (
|
||||||
SO_NOFCS = 0x2b
|
SO_NOFCS = 0x2b
|
||||||
SO_OOBINLINE = 0xa
|
SO_OOBINLINE = 0xa
|
||||||
SO_PASSCRED = 0x10
|
SO_PASSCRED = 0x10
|
||||||
|
SO_PASSPIDFD = 0x4c
|
||||||
SO_PASSSEC = 0x22
|
SO_PASSSEC = 0x22
|
||||||
SO_PEEK_OFF = 0x2a
|
SO_PEEK_OFF = 0x2a
|
||||||
SO_PEERCRED = 0x11
|
SO_PEERCRED = 0x11
|
||||||
SO_PEERGROUPS = 0x3b
|
SO_PEERGROUPS = 0x3b
|
||||||
|
SO_PEERPIDFD = 0x4d
|
||||||
SO_PEERSEC = 0x1f
|
SO_PEERSEC = 0x1f
|
||||||
SO_PREFER_BUSY_POLL = 0x45
|
SO_PREFER_BUSY_POLL = 0x45
|
||||||
SO_PROTOCOL = 0x26
|
SO_PROTOCOL = 0x26
|
||||||
|
|
|
||||||
2
vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go
generated
vendored
2
vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go
generated
vendored
|
|
@ -389,10 +389,12 @@ const (
|
||||||
SO_NOFCS = 0x2b
|
SO_NOFCS = 0x2b
|
||||||
SO_OOBINLINE = 0xa
|
SO_OOBINLINE = 0xa
|
||||||
SO_PASSCRED = 0x10
|
SO_PASSCRED = 0x10
|
||||||
|
SO_PASSPIDFD = 0x4c
|
||||||
SO_PASSSEC = 0x22
|
SO_PASSSEC = 0x22
|
||||||
SO_PEEK_OFF = 0x2a
|
SO_PEEK_OFF = 0x2a
|
||||||
SO_PEERCRED = 0x11
|
SO_PEERCRED = 0x11
|
||||||
SO_PEERGROUPS = 0x3b
|
SO_PEERGROUPS = 0x3b
|
||||||
|
SO_PEERPIDFD = 0x4d
|
||||||
SO_PEERSEC = 0x1f
|
SO_PEERSEC = 0x1f
|
||||||
SO_PREFER_BUSY_POLL = 0x45
|
SO_PREFER_BUSY_POLL = 0x45
|
||||||
SO_PROTOCOL = 0x26
|
SO_PROTOCOL = 0x26
|
||||||
|
|
|
||||||
2
vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go
generated
vendored
2
vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go
generated
vendored
|
|
@ -428,10 +428,12 @@ const (
|
||||||
SO_NOFCS = 0x27
|
SO_NOFCS = 0x27
|
||||||
SO_OOBINLINE = 0x100
|
SO_OOBINLINE = 0x100
|
||||||
SO_PASSCRED = 0x2
|
SO_PASSCRED = 0x2
|
||||||
|
SO_PASSPIDFD = 0x55
|
||||||
SO_PASSSEC = 0x1f
|
SO_PASSSEC = 0x1f
|
||||||
SO_PEEK_OFF = 0x26
|
SO_PEEK_OFF = 0x26
|
||||||
SO_PEERCRED = 0x40
|
SO_PEERCRED = 0x40
|
||||||
SO_PEERGROUPS = 0x3d
|
SO_PEERGROUPS = 0x3d
|
||||||
|
SO_PEERPIDFD = 0x56
|
||||||
SO_PEERSEC = 0x1e
|
SO_PEERSEC = 0x1e
|
||||||
SO_PREFER_BUSY_POLL = 0x48
|
SO_PREFER_BUSY_POLL = 0x48
|
||||||
SO_PROTOCOL = 0x1028
|
SO_PROTOCOL = 0x1028
|
||||||
|
|
|
||||||
22
vendor/golang.org/x/sys/unix/zsyscall_aix_ppc.go
generated
vendored
22
vendor/golang.org/x/sys/unix/zsyscall_aix_ppc.go
generated
vendored
|
|
@ -817,28 +817,6 @@ func write(fd int, p []byte) (n int, err error) {
|
||||||
|
|
||||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
|
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
|
||||||
|
|
||||||
func readlen(fd int, p *byte, np int) (n int, err error) {
|
|
||||||
r0, er := C.read(C.int(fd), C.uintptr_t(uintptr(unsafe.Pointer(p))), C.size_t(np))
|
|
||||||
n = int(r0)
|
|
||||||
if r0 == -1 && er != nil {
|
|
||||||
err = er
|
|
||||||
}
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
|
|
||||||
|
|
||||||
func writelen(fd int, p *byte, np int) (n int, err error) {
|
|
||||||
r0, er := C.write(C.int(fd), C.uintptr_t(uintptr(unsafe.Pointer(p))), C.size_t(np))
|
|
||||||
n = int(r0)
|
|
||||||
if r0 == -1 && er != nil {
|
|
||||||
err = er
|
|
||||||
}
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
|
|
||||||
|
|
||||||
func Dup2(oldfd int, newfd int) (err error) {
|
func Dup2(oldfd int, newfd int) (err error) {
|
||||||
r0, er := C.dup2(C.int(oldfd), C.int(newfd))
|
r0, er := C.dup2(C.int(oldfd), C.int(newfd))
|
||||||
if r0 == -1 && er != nil {
|
if r0 == -1 && er != nil {
|
||||||
|
|
|
||||||
22
vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64.go
generated
vendored
22
vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64.go
generated
vendored
|
|
@ -762,28 +762,6 @@ func write(fd int, p []byte) (n int, err error) {
|
||||||
|
|
||||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
|
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
|
||||||
|
|
||||||
func readlen(fd int, p *byte, np int) (n int, err error) {
|
|
||||||
r0, e1 := callread(fd, uintptr(unsafe.Pointer(p)), np)
|
|
||||||
n = int(r0)
|
|
||||||
if e1 != 0 {
|
|
||||||
err = errnoErr(e1)
|
|
||||||
}
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
|
|
||||||
|
|
||||||
func writelen(fd int, p *byte, np int) (n int, err error) {
|
|
||||||
r0, e1 := callwrite(fd, uintptr(unsafe.Pointer(p)), np)
|
|
||||||
n = int(r0)
|
|
||||||
if e1 != 0 {
|
|
||||||
err = errnoErr(e1)
|
|
||||||
}
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
|
|
||||||
|
|
||||||
func Dup2(oldfd int, newfd int) (err error) {
|
func Dup2(oldfd int, newfd int) (err error) {
|
||||||
_, e1 := calldup2(oldfd, newfd)
|
_, e1 := calldup2(oldfd, newfd)
|
||||||
if e1 != 0 {
|
if e1 != 0 {
|
||||||
|
|
|
||||||
40
vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go
generated
vendored
40
vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go
generated
vendored
|
|
@ -725,6 +725,12 @@ func ioctl(fd int, req uint, arg uintptr) (err error) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var libc_ioctl_trampoline_addr uintptr
|
||||||
|
|
||||||
|
//go:cgo_import_dynamic libc_ioctl ioctl "/usr/lib/libSystem.B.dylib"
|
||||||
|
|
||||||
|
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
|
||||||
|
|
||||||
func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) {
|
func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) {
|
||||||
_, _, e1 := syscall_syscall(libc_ioctl_trampoline_addr, uintptr(fd), uintptr(req), uintptr(arg))
|
_, _, e1 := syscall_syscall(libc_ioctl_trampoline_addr, uintptr(fd), uintptr(req), uintptr(arg))
|
||||||
if e1 != 0 {
|
if e1 != 0 {
|
||||||
|
|
@ -733,10 +739,6 @@ func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
var libc_ioctl_trampoline_addr uintptr
|
|
||||||
|
|
||||||
//go:cgo_import_dynamic libc_ioctl ioctl "/usr/lib/libSystem.B.dylib"
|
|
||||||
|
|
||||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
|
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
|
||||||
|
|
||||||
func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
|
func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
|
||||||
|
|
@ -2410,28 +2412,6 @@ var libc_munmap_trampoline_addr uintptr
|
||||||
|
|
||||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
|
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
|
||||||
|
|
||||||
func readlen(fd int, buf *byte, nbuf int) (n int, err error) {
|
|
||||||
r0, _, e1 := syscall_syscall(libc_read_trampoline_addr, uintptr(fd), uintptr(unsafe.Pointer(buf)), uintptr(nbuf))
|
|
||||||
n = int(r0)
|
|
||||||
if e1 != 0 {
|
|
||||||
err = errnoErr(e1)
|
|
||||||
}
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
|
|
||||||
|
|
||||||
func writelen(fd int, buf *byte, nbuf int) (n int, err error) {
|
|
||||||
r0, _, e1 := syscall_syscall(libc_write_trampoline_addr, uintptr(fd), uintptr(unsafe.Pointer(buf)), uintptr(nbuf))
|
|
||||||
n = int(r0)
|
|
||||||
if e1 != 0 {
|
|
||||||
err = errnoErr(e1)
|
|
||||||
}
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
|
|
||||||
|
|
||||||
func Fstat(fd int, stat *Stat_t) (err error) {
|
func Fstat(fd int, stat *Stat_t) (err error) {
|
||||||
_, _, e1 := syscall_syscall(libc_fstat64_trampoline_addr, uintptr(fd), uintptr(unsafe.Pointer(stat)), 0)
|
_, _, e1 := syscall_syscall(libc_fstat64_trampoline_addr, uintptr(fd), uintptr(unsafe.Pointer(stat)), 0)
|
||||||
if e1 != 0 {
|
if e1 != 0 {
|
||||||
|
|
@ -2521,14 +2501,6 @@ func ptrace1(request int, pid int, addr uintptr, data uintptr) (err error) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
func ptrace1Ptr(request int, pid int, addr uintptr, data unsafe.Pointer) (err error) {
|
|
||||||
_, _, e1 := syscall_syscall6(libc_ptrace_trampoline_addr, uintptr(request), uintptr(pid), addr, uintptr(data), 0, 0)
|
|
||||||
if e1 != 0 {
|
|
||||||
err = errnoErr(e1)
|
|
||||||
}
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
var libc_ptrace_trampoline_addr uintptr
|
var libc_ptrace_trampoline_addr uintptr
|
||||||
|
|
||||||
//go:cgo_import_dynamic libc_ptrace ptrace "/usr/lib/libSystem.B.dylib"
|
//go:cgo_import_dynamic libc_ptrace ptrace "/usr/lib/libSystem.B.dylib"
|
||||||
|
|
|
||||||
149
vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.s
generated
vendored
149
vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.s
generated
vendored
|
|
@ -5,703 +5,586 @@
|
||||||
|
|
||||||
TEXT libc_fdopendir_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_fdopendir_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_fdopendir(SB)
|
JMP libc_fdopendir(SB)
|
||||||
|
|
||||||
GLOBL ·libc_fdopendir_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_fdopendir_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_fdopendir_trampoline_addr(SB)/8, $libc_fdopendir_trampoline<>(SB)
|
DATA ·libc_fdopendir_trampoline_addr(SB)/8, $libc_fdopendir_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_getgroups_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_getgroups_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_getgroups(SB)
|
JMP libc_getgroups(SB)
|
||||||
|
|
||||||
GLOBL ·libc_getgroups_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_getgroups_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_getgroups_trampoline_addr(SB)/8, $libc_getgroups_trampoline<>(SB)
|
DATA ·libc_getgroups_trampoline_addr(SB)/8, $libc_getgroups_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_setgroups_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_setgroups_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_setgroups(SB)
|
JMP libc_setgroups(SB)
|
||||||
|
|
||||||
GLOBL ·libc_setgroups_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_setgroups_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_setgroups_trampoline_addr(SB)/8, $libc_setgroups_trampoline<>(SB)
|
DATA ·libc_setgroups_trampoline_addr(SB)/8, $libc_setgroups_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_wait4_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_wait4_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_wait4(SB)
|
JMP libc_wait4(SB)
|
||||||
|
|
||||||
GLOBL ·libc_wait4_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_wait4_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_wait4_trampoline_addr(SB)/8, $libc_wait4_trampoline<>(SB)
|
DATA ·libc_wait4_trampoline_addr(SB)/8, $libc_wait4_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_accept_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_accept_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_accept(SB)
|
JMP libc_accept(SB)
|
||||||
|
|
||||||
GLOBL ·libc_accept_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_accept_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_accept_trampoline_addr(SB)/8, $libc_accept_trampoline<>(SB)
|
DATA ·libc_accept_trampoline_addr(SB)/8, $libc_accept_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_bind_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_bind_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_bind(SB)
|
JMP libc_bind(SB)
|
||||||
|
|
||||||
GLOBL ·libc_bind_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_bind_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_bind_trampoline_addr(SB)/8, $libc_bind_trampoline<>(SB)
|
DATA ·libc_bind_trampoline_addr(SB)/8, $libc_bind_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_connect_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_connect_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_connect(SB)
|
JMP libc_connect(SB)
|
||||||
|
|
||||||
GLOBL ·libc_connect_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_connect_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_connect_trampoline_addr(SB)/8, $libc_connect_trampoline<>(SB)
|
DATA ·libc_connect_trampoline_addr(SB)/8, $libc_connect_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_socket_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_socket_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_socket(SB)
|
JMP libc_socket(SB)
|
||||||
|
|
||||||
GLOBL ·libc_socket_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_socket_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_socket_trampoline_addr(SB)/8, $libc_socket_trampoline<>(SB)
|
DATA ·libc_socket_trampoline_addr(SB)/8, $libc_socket_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_getsockopt_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_getsockopt_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_getsockopt(SB)
|
JMP libc_getsockopt(SB)
|
||||||
|
|
||||||
GLOBL ·libc_getsockopt_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_getsockopt_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_getsockopt_trampoline_addr(SB)/8, $libc_getsockopt_trampoline<>(SB)
|
DATA ·libc_getsockopt_trampoline_addr(SB)/8, $libc_getsockopt_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_setsockopt_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_setsockopt_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_setsockopt(SB)
|
JMP libc_setsockopt(SB)
|
||||||
|
|
||||||
GLOBL ·libc_setsockopt_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_setsockopt_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_setsockopt_trampoline_addr(SB)/8, $libc_setsockopt_trampoline<>(SB)
|
DATA ·libc_setsockopt_trampoline_addr(SB)/8, $libc_setsockopt_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_getpeername_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_getpeername_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_getpeername(SB)
|
JMP libc_getpeername(SB)
|
||||||
|
|
||||||
GLOBL ·libc_getpeername_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_getpeername_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_getpeername_trampoline_addr(SB)/8, $libc_getpeername_trampoline<>(SB)
|
DATA ·libc_getpeername_trampoline_addr(SB)/8, $libc_getpeername_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_getsockname_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_getsockname_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_getsockname(SB)
|
JMP libc_getsockname(SB)
|
||||||
|
|
||||||
GLOBL ·libc_getsockname_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_getsockname_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_getsockname_trampoline_addr(SB)/8, $libc_getsockname_trampoline<>(SB)
|
DATA ·libc_getsockname_trampoline_addr(SB)/8, $libc_getsockname_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_shutdown_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_shutdown_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_shutdown(SB)
|
JMP libc_shutdown(SB)
|
||||||
|
|
||||||
GLOBL ·libc_shutdown_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_shutdown_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_shutdown_trampoline_addr(SB)/8, $libc_shutdown_trampoline<>(SB)
|
DATA ·libc_shutdown_trampoline_addr(SB)/8, $libc_shutdown_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_socketpair_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_socketpair_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_socketpair(SB)
|
JMP libc_socketpair(SB)
|
||||||
|
|
||||||
GLOBL ·libc_socketpair_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_socketpair_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_socketpair_trampoline_addr(SB)/8, $libc_socketpair_trampoline<>(SB)
|
DATA ·libc_socketpair_trampoline_addr(SB)/8, $libc_socketpair_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_recvfrom_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_recvfrom_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_recvfrom(SB)
|
JMP libc_recvfrom(SB)
|
||||||
|
|
||||||
GLOBL ·libc_recvfrom_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_recvfrom_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_recvfrom_trampoline_addr(SB)/8, $libc_recvfrom_trampoline<>(SB)
|
DATA ·libc_recvfrom_trampoline_addr(SB)/8, $libc_recvfrom_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_sendto_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_sendto_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_sendto(SB)
|
JMP libc_sendto(SB)
|
||||||
|
|
||||||
GLOBL ·libc_sendto_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_sendto_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_sendto_trampoline_addr(SB)/8, $libc_sendto_trampoline<>(SB)
|
DATA ·libc_sendto_trampoline_addr(SB)/8, $libc_sendto_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_recvmsg_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_recvmsg_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_recvmsg(SB)
|
JMP libc_recvmsg(SB)
|
||||||
|
|
||||||
GLOBL ·libc_recvmsg_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_recvmsg_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_recvmsg_trampoline_addr(SB)/8, $libc_recvmsg_trampoline<>(SB)
|
DATA ·libc_recvmsg_trampoline_addr(SB)/8, $libc_recvmsg_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_sendmsg_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_sendmsg_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_sendmsg(SB)
|
JMP libc_sendmsg(SB)
|
||||||
|
|
||||||
GLOBL ·libc_sendmsg_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_sendmsg_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_sendmsg_trampoline_addr(SB)/8, $libc_sendmsg_trampoline<>(SB)
|
DATA ·libc_sendmsg_trampoline_addr(SB)/8, $libc_sendmsg_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_kevent_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_kevent_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_kevent(SB)
|
JMP libc_kevent(SB)
|
||||||
|
|
||||||
GLOBL ·libc_kevent_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_kevent_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_kevent_trampoline_addr(SB)/8, $libc_kevent_trampoline<>(SB)
|
DATA ·libc_kevent_trampoline_addr(SB)/8, $libc_kevent_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_utimes_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_utimes_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_utimes(SB)
|
JMP libc_utimes(SB)
|
||||||
|
|
||||||
GLOBL ·libc_utimes_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_utimes_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_utimes_trampoline_addr(SB)/8, $libc_utimes_trampoline<>(SB)
|
DATA ·libc_utimes_trampoline_addr(SB)/8, $libc_utimes_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_futimes_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_futimes_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_futimes(SB)
|
JMP libc_futimes(SB)
|
||||||
|
|
||||||
GLOBL ·libc_futimes_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_futimes_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_futimes_trampoline_addr(SB)/8, $libc_futimes_trampoline<>(SB)
|
DATA ·libc_futimes_trampoline_addr(SB)/8, $libc_futimes_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_poll_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_poll_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_poll(SB)
|
JMP libc_poll(SB)
|
||||||
|
|
||||||
GLOBL ·libc_poll_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_poll_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_poll_trampoline_addr(SB)/8, $libc_poll_trampoline<>(SB)
|
DATA ·libc_poll_trampoline_addr(SB)/8, $libc_poll_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_madvise_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_madvise_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_madvise(SB)
|
JMP libc_madvise(SB)
|
||||||
|
|
||||||
GLOBL ·libc_madvise_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_madvise_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_madvise_trampoline_addr(SB)/8, $libc_madvise_trampoline<>(SB)
|
DATA ·libc_madvise_trampoline_addr(SB)/8, $libc_madvise_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_mlock_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_mlock_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_mlock(SB)
|
JMP libc_mlock(SB)
|
||||||
|
|
||||||
GLOBL ·libc_mlock_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_mlock_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_mlock_trampoline_addr(SB)/8, $libc_mlock_trampoline<>(SB)
|
DATA ·libc_mlock_trampoline_addr(SB)/8, $libc_mlock_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_mlockall_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_mlockall_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_mlockall(SB)
|
JMP libc_mlockall(SB)
|
||||||
|
|
||||||
GLOBL ·libc_mlockall_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_mlockall_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_mlockall_trampoline_addr(SB)/8, $libc_mlockall_trampoline<>(SB)
|
DATA ·libc_mlockall_trampoline_addr(SB)/8, $libc_mlockall_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_mprotect_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_mprotect_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_mprotect(SB)
|
JMP libc_mprotect(SB)
|
||||||
|
|
||||||
GLOBL ·libc_mprotect_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_mprotect_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_mprotect_trampoline_addr(SB)/8, $libc_mprotect_trampoline<>(SB)
|
DATA ·libc_mprotect_trampoline_addr(SB)/8, $libc_mprotect_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_msync_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_msync_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_msync(SB)
|
JMP libc_msync(SB)
|
||||||
|
|
||||||
GLOBL ·libc_msync_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_msync_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_msync_trampoline_addr(SB)/8, $libc_msync_trampoline<>(SB)
|
DATA ·libc_msync_trampoline_addr(SB)/8, $libc_msync_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_munlock_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_munlock_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_munlock(SB)
|
JMP libc_munlock(SB)
|
||||||
|
|
||||||
GLOBL ·libc_munlock_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_munlock_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_munlock_trampoline_addr(SB)/8, $libc_munlock_trampoline<>(SB)
|
DATA ·libc_munlock_trampoline_addr(SB)/8, $libc_munlock_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_munlockall_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_munlockall_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_munlockall(SB)
|
JMP libc_munlockall(SB)
|
||||||
|
|
||||||
GLOBL ·libc_munlockall_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_munlockall_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_munlockall_trampoline_addr(SB)/8, $libc_munlockall_trampoline<>(SB)
|
DATA ·libc_munlockall_trampoline_addr(SB)/8, $libc_munlockall_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_closedir_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_closedir_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_closedir(SB)
|
JMP libc_closedir(SB)
|
||||||
|
|
||||||
GLOBL ·libc_closedir_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_closedir_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_closedir_trampoline_addr(SB)/8, $libc_closedir_trampoline<>(SB)
|
DATA ·libc_closedir_trampoline_addr(SB)/8, $libc_closedir_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_readdir_r_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_readdir_r_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_readdir_r(SB)
|
JMP libc_readdir_r(SB)
|
||||||
|
|
||||||
GLOBL ·libc_readdir_r_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_readdir_r_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_readdir_r_trampoline_addr(SB)/8, $libc_readdir_r_trampoline<>(SB)
|
DATA ·libc_readdir_r_trampoline_addr(SB)/8, $libc_readdir_r_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_pipe_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_pipe_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_pipe(SB)
|
JMP libc_pipe(SB)
|
||||||
|
|
||||||
GLOBL ·libc_pipe_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_pipe_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_pipe_trampoline_addr(SB)/8, $libc_pipe_trampoline<>(SB)
|
DATA ·libc_pipe_trampoline_addr(SB)/8, $libc_pipe_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_getxattr_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_getxattr_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_getxattr(SB)
|
JMP libc_getxattr(SB)
|
||||||
|
|
||||||
GLOBL ·libc_getxattr_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_getxattr_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_getxattr_trampoline_addr(SB)/8, $libc_getxattr_trampoline<>(SB)
|
DATA ·libc_getxattr_trampoline_addr(SB)/8, $libc_getxattr_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_fgetxattr_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_fgetxattr_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_fgetxattr(SB)
|
JMP libc_fgetxattr(SB)
|
||||||
|
|
||||||
GLOBL ·libc_fgetxattr_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_fgetxattr_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_fgetxattr_trampoline_addr(SB)/8, $libc_fgetxattr_trampoline<>(SB)
|
DATA ·libc_fgetxattr_trampoline_addr(SB)/8, $libc_fgetxattr_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_setxattr_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_setxattr_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_setxattr(SB)
|
JMP libc_setxattr(SB)
|
||||||
|
|
||||||
GLOBL ·libc_setxattr_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_setxattr_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_setxattr_trampoline_addr(SB)/8, $libc_setxattr_trampoline<>(SB)
|
DATA ·libc_setxattr_trampoline_addr(SB)/8, $libc_setxattr_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_fsetxattr_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_fsetxattr_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_fsetxattr(SB)
|
JMP libc_fsetxattr(SB)
|
||||||
|
|
||||||
GLOBL ·libc_fsetxattr_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_fsetxattr_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_fsetxattr_trampoline_addr(SB)/8, $libc_fsetxattr_trampoline<>(SB)
|
DATA ·libc_fsetxattr_trampoline_addr(SB)/8, $libc_fsetxattr_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_removexattr_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_removexattr_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_removexattr(SB)
|
JMP libc_removexattr(SB)
|
||||||
|
|
||||||
GLOBL ·libc_removexattr_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_removexattr_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_removexattr_trampoline_addr(SB)/8, $libc_removexattr_trampoline<>(SB)
|
DATA ·libc_removexattr_trampoline_addr(SB)/8, $libc_removexattr_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_fremovexattr_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_fremovexattr_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_fremovexattr(SB)
|
JMP libc_fremovexattr(SB)
|
||||||
|
|
||||||
GLOBL ·libc_fremovexattr_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_fremovexattr_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_fremovexattr_trampoline_addr(SB)/8, $libc_fremovexattr_trampoline<>(SB)
|
DATA ·libc_fremovexattr_trampoline_addr(SB)/8, $libc_fremovexattr_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_listxattr_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_listxattr_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_listxattr(SB)
|
JMP libc_listxattr(SB)
|
||||||
|
|
||||||
GLOBL ·libc_listxattr_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_listxattr_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_listxattr_trampoline_addr(SB)/8, $libc_listxattr_trampoline<>(SB)
|
DATA ·libc_listxattr_trampoline_addr(SB)/8, $libc_listxattr_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_flistxattr_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_flistxattr_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_flistxattr(SB)
|
JMP libc_flistxattr(SB)
|
||||||
|
|
||||||
GLOBL ·libc_flistxattr_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_flistxattr_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_flistxattr_trampoline_addr(SB)/8, $libc_flistxattr_trampoline<>(SB)
|
DATA ·libc_flistxattr_trampoline_addr(SB)/8, $libc_flistxattr_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_utimensat_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_utimensat_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_utimensat(SB)
|
JMP libc_utimensat(SB)
|
||||||
|
|
||||||
GLOBL ·libc_utimensat_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_utimensat_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_utimensat_trampoline_addr(SB)/8, $libc_utimensat_trampoline<>(SB)
|
DATA ·libc_utimensat_trampoline_addr(SB)/8, $libc_utimensat_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_fcntl_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_fcntl_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_fcntl(SB)
|
JMP libc_fcntl(SB)
|
||||||
|
|
||||||
GLOBL ·libc_fcntl_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_fcntl_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_fcntl_trampoline_addr(SB)/8, $libc_fcntl_trampoline<>(SB)
|
DATA ·libc_fcntl_trampoline_addr(SB)/8, $libc_fcntl_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_kill_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_kill_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_kill(SB)
|
JMP libc_kill(SB)
|
||||||
|
|
||||||
GLOBL ·libc_kill_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_kill_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_kill_trampoline_addr(SB)/8, $libc_kill_trampoline<>(SB)
|
DATA ·libc_kill_trampoline_addr(SB)/8, $libc_kill_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_ioctl_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_ioctl_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_ioctl(SB)
|
JMP libc_ioctl(SB)
|
||||||
|
|
||||||
GLOBL ·libc_ioctl_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_ioctl_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_ioctl_trampoline_addr(SB)/8, $libc_ioctl_trampoline<>(SB)
|
DATA ·libc_ioctl_trampoline_addr(SB)/8, $libc_ioctl_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_sysctl_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_sysctl_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_sysctl(SB)
|
JMP libc_sysctl(SB)
|
||||||
|
|
||||||
GLOBL ·libc_sysctl_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_sysctl_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_sysctl_trampoline_addr(SB)/8, $libc_sysctl_trampoline<>(SB)
|
DATA ·libc_sysctl_trampoline_addr(SB)/8, $libc_sysctl_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_sendfile_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_sendfile_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_sendfile(SB)
|
JMP libc_sendfile(SB)
|
||||||
|
|
||||||
GLOBL ·libc_sendfile_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_sendfile_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_sendfile_trampoline_addr(SB)/8, $libc_sendfile_trampoline<>(SB)
|
DATA ·libc_sendfile_trampoline_addr(SB)/8, $libc_sendfile_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_shmat_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_shmat_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_shmat(SB)
|
JMP libc_shmat(SB)
|
||||||
|
|
||||||
GLOBL ·libc_shmat_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_shmat_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_shmat_trampoline_addr(SB)/8, $libc_shmat_trampoline<>(SB)
|
DATA ·libc_shmat_trampoline_addr(SB)/8, $libc_shmat_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_shmctl_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_shmctl_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_shmctl(SB)
|
JMP libc_shmctl(SB)
|
||||||
|
|
||||||
GLOBL ·libc_shmctl_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_shmctl_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_shmctl_trampoline_addr(SB)/8, $libc_shmctl_trampoline<>(SB)
|
DATA ·libc_shmctl_trampoline_addr(SB)/8, $libc_shmctl_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_shmdt_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_shmdt_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_shmdt(SB)
|
JMP libc_shmdt(SB)
|
||||||
|
|
||||||
GLOBL ·libc_shmdt_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_shmdt_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_shmdt_trampoline_addr(SB)/8, $libc_shmdt_trampoline<>(SB)
|
DATA ·libc_shmdt_trampoline_addr(SB)/8, $libc_shmdt_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_shmget_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_shmget_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_shmget(SB)
|
JMP libc_shmget(SB)
|
||||||
|
|
||||||
GLOBL ·libc_shmget_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_shmget_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_shmget_trampoline_addr(SB)/8, $libc_shmget_trampoline<>(SB)
|
DATA ·libc_shmget_trampoline_addr(SB)/8, $libc_shmget_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_access_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_access_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_access(SB)
|
JMP libc_access(SB)
|
||||||
|
|
||||||
GLOBL ·libc_access_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_access_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_access_trampoline_addr(SB)/8, $libc_access_trampoline<>(SB)
|
DATA ·libc_access_trampoline_addr(SB)/8, $libc_access_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_adjtime_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_adjtime_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_adjtime(SB)
|
JMP libc_adjtime(SB)
|
||||||
|
|
||||||
GLOBL ·libc_adjtime_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_adjtime_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_adjtime_trampoline_addr(SB)/8, $libc_adjtime_trampoline<>(SB)
|
DATA ·libc_adjtime_trampoline_addr(SB)/8, $libc_adjtime_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_chdir_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_chdir_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_chdir(SB)
|
JMP libc_chdir(SB)
|
||||||
|
|
||||||
GLOBL ·libc_chdir_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_chdir_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_chdir_trampoline_addr(SB)/8, $libc_chdir_trampoline<>(SB)
|
DATA ·libc_chdir_trampoline_addr(SB)/8, $libc_chdir_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_chflags_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_chflags_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_chflags(SB)
|
JMP libc_chflags(SB)
|
||||||
|
|
||||||
GLOBL ·libc_chflags_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_chflags_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_chflags_trampoline_addr(SB)/8, $libc_chflags_trampoline<>(SB)
|
DATA ·libc_chflags_trampoline_addr(SB)/8, $libc_chflags_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_chmod_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_chmod_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_chmod(SB)
|
JMP libc_chmod(SB)
|
||||||
|
|
||||||
GLOBL ·libc_chmod_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_chmod_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_chmod_trampoline_addr(SB)/8, $libc_chmod_trampoline<>(SB)
|
DATA ·libc_chmod_trampoline_addr(SB)/8, $libc_chmod_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_chown_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_chown_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_chown(SB)
|
JMP libc_chown(SB)
|
||||||
|
|
||||||
GLOBL ·libc_chown_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_chown_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_chown_trampoline_addr(SB)/8, $libc_chown_trampoline<>(SB)
|
DATA ·libc_chown_trampoline_addr(SB)/8, $libc_chown_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_chroot_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_chroot_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_chroot(SB)
|
JMP libc_chroot(SB)
|
||||||
|
|
||||||
GLOBL ·libc_chroot_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_chroot_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_chroot_trampoline_addr(SB)/8, $libc_chroot_trampoline<>(SB)
|
DATA ·libc_chroot_trampoline_addr(SB)/8, $libc_chroot_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_clock_gettime_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_clock_gettime_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_clock_gettime(SB)
|
JMP libc_clock_gettime(SB)
|
||||||
|
|
||||||
GLOBL ·libc_clock_gettime_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_clock_gettime_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_clock_gettime_trampoline_addr(SB)/8, $libc_clock_gettime_trampoline<>(SB)
|
DATA ·libc_clock_gettime_trampoline_addr(SB)/8, $libc_clock_gettime_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_close_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_close_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_close(SB)
|
JMP libc_close(SB)
|
||||||
|
|
||||||
GLOBL ·libc_close_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_close_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_close_trampoline_addr(SB)/8, $libc_close_trampoline<>(SB)
|
DATA ·libc_close_trampoline_addr(SB)/8, $libc_close_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_clonefile_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_clonefile_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_clonefile(SB)
|
JMP libc_clonefile(SB)
|
||||||
|
|
||||||
GLOBL ·libc_clonefile_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_clonefile_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_clonefile_trampoline_addr(SB)/8, $libc_clonefile_trampoline<>(SB)
|
DATA ·libc_clonefile_trampoline_addr(SB)/8, $libc_clonefile_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_clonefileat_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_clonefileat_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_clonefileat(SB)
|
JMP libc_clonefileat(SB)
|
||||||
|
|
||||||
GLOBL ·libc_clonefileat_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_clonefileat_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_clonefileat_trampoline_addr(SB)/8, $libc_clonefileat_trampoline<>(SB)
|
DATA ·libc_clonefileat_trampoline_addr(SB)/8, $libc_clonefileat_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_dup_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_dup_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_dup(SB)
|
JMP libc_dup(SB)
|
||||||
|
|
||||||
GLOBL ·libc_dup_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_dup_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_dup_trampoline_addr(SB)/8, $libc_dup_trampoline<>(SB)
|
DATA ·libc_dup_trampoline_addr(SB)/8, $libc_dup_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_dup2_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_dup2_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_dup2(SB)
|
JMP libc_dup2(SB)
|
||||||
|
|
||||||
GLOBL ·libc_dup2_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_dup2_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_dup2_trampoline_addr(SB)/8, $libc_dup2_trampoline<>(SB)
|
DATA ·libc_dup2_trampoline_addr(SB)/8, $libc_dup2_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_exchangedata_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_exchangedata_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_exchangedata(SB)
|
JMP libc_exchangedata(SB)
|
||||||
|
|
||||||
GLOBL ·libc_exchangedata_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_exchangedata_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_exchangedata_trampoline_addr(SB)/8, $libc_exchangedata_trampoline<>(SB)
|
DATA ·libc_exchangedata_trampoline_addr(SB)/8, $libc_exchangedata_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_exit_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_exit_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_exit(SB)
|
JMP libc_exit(SB)
|
||||||
|
|
||||||
GLOBL ·libc_exit_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_exit_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_exit_trampoline_addr(SB)/8, $libc_exit_trampoline<>(SB)
|
DATA ·libc_exit_trampoline_addr(SB)/8, $libc_exit_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_faccessat_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_faccessat_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_faccessat(SB)
|
JMP libc_faccessat(SB)
|
||||||
|
|
||||||
GLOBL ·libc_faccessat_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_faccessat_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_faccessat_trampoline_addr(SB)/8, $libc_faccessat_trampoline<>(SB)
|
DATA ·libc_faccessat_trampoline_addr(SB)/8, $libc_faccessat_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_fchdir_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_fchdir_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_fchdir(SB)
|
JMP libc_fchdir(SB)
|
||||||
|
|
||||||
GLOBL ·libc_fchdir_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_fchdir_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_fchdir_trampoline_addr(SB)/8, $libc_fchdir_trampoline<>(SB)
|
DATA ·libc_fchdir_trampoline_addr(SB)/8, $libc_fchdir_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_fchflags_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_fchflags_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_fchflags(SB)
|
JMP libc_fchflags(SB)
|
||||||
|
|
||||||
GLOBL ·libc_fchflags_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_fchflags_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_fchflags_trampoline_addr(SB)/8, $libc_fchflags_trampoline<>(SB)
|
DATA ·libc_fchflags_trampoline_addr(SB)/8, $libc_fchflags_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_fchmod_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_fchmod_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_fchmod(SB)
|
JMP libc_fchmod(SB)
|
||||||
|
|
||||||
GLOBL ·libc_fchmod_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_fchmod_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_fchmod_trampoline_addr(SB)/8, $libc_fchmod_trampoline<>(SB)
|
DATA ·libc_fchmod_trampoline_addr(SB)/8, $libc_fchmod_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_fchmodat_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_fchmodat_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_fchmodat(SB)
|
JMP libc_fchmodat(SB)
|
||||||
|
|
||||||
GLOBL ·libc_fchmodat_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_fchmodat_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_fchmodat_trampoline_addr(SB)/8, $libc_fchmodat_trampoline<>(SB)
|
DATA ·libc_fchmodat_trampoline_addr(SB)/8, $libc_fchmodat_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_fchown_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_fchown_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_fchown(SB)
|
JMP libc_fchown(SB)
|
||||||
|
|
||||||
GLOBL ·libc_fchown_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_fchown_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_fchown_trampoline_addr(SB)/8, $libc_fchown_trampoline<>(SB)
|
DATA ·libc_fchown_trampoline_addr(SB)/8, $libc_fchown_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_fchownat_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_fchownat_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_fchownat(SB)
|
JMP libc_fchownat(SB)
|
||||||
|
|
||||||
GLOBL ·libc_fchownat_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_fchownat_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_fchownat_trampoline_addr(SB)/8, $libc_fchownat_trampoline<>(SB)
|
DATA ·libc_fchownat_trampoline_addr(SB)/8, $libc_fchownat_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_fclonefileat_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_fclonefileat_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_fclonefileat(SB)
|
JMP libc_fclonefileat(SB)
|
||||||
|
|
||||||
GLOBL ·libc_fclonefileat_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_fclonefileat_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_fclonefileat_trampoline_addr(SB)/8, $libc_fclonefileat_trampoline<>(SB)
|
DATA ·libc_fclonefileat_trampoline_addr(SB)/8, $libc_fclonefileat_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_flock_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_flock_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_flock(SB)
|
JMP libc_flock(SB)
|
||||||
|
|
||||||
GLOBL ·libc_flock_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_flock_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_flock_trampoline_addr(SB)/8, $libc_flock_trampoline<>(SB)
|
DATA ·libc_flock_trampoline_addr(SB)/8, $libc_flock_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_fpathconf_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_fpathconf_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_fpathconf(SB)
|
JMP libc_fpathconf(SB)
|
||||||
|
|
||||||
GLOBL ·libc_fpathconf_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_fpathconf_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_fpathconf_trampoline_addr(SB)/8, $libc_fpathconf_trampoline<>(SB)
|
DATA ·libc_fpathconf_trampoline_addr(SB)/8, $libc_fpathconf_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_fsync_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_fsync_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_fsync(SB)
|
JMP libc_fsync(SB)
|
||||||
|
|
||||||
GLOBL ·libc_fsync_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_fsync_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_fsync_trampoline_addr(SB)/8, $libc_fsync_trampoline<>(SB)
|
DATA ·libc_fsync_trampoline_addr(SB)/8, $libc_fsync_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_ftruncate_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_ftruncate_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_ftruncate(SB)
|
JMP libc_ftruncate(SB)
|
||||||
|
|
||||||
GLOBL ·libc_ftruncate_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_ftruncate_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_ftruncate_trampoline_addr(SB)/8, $libc_ftruncate_trampoline<>(SB)
|
DATA ·libc_ftruncate_trampoline_addr(SB)/8, $libc_ftruncate_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_getcwd_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_getcwd_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_getcwd(SB)
|
JMP libc_getcwd(SB)
|
||||||
|
|
||||||
GLOBL ·libc_getcwd_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_getcwd_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_getcwd_trampoline_addr(SB)/8, $libc_getcwd_trampoline<>(SB)
|
DATA ·libc_getcwd_trampoline_addr(SB)/8, $libc_getcwd_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_getdtablesize_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_getdtablesize_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_getdtablesize(SB)
|
JMP libc_getdtablesize(SB)
|
||||||
|
|
||||||
GLOBL ·libc_getdtablesize_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_getdtablesize_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_getdtablesize_trampoline_addr(SB)/8, $libc_getdtablesize_trampoline<>(SB)
|
DATA ·libc_getdtablesize_trampoline_addr(SB)/8, $libc_getdtablesize_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_getegid_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_getegid_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_getegid(SB)
|
JMP libc_getegid(SB)
|
||||||
|
|
||||||
GLOBL ·libc_getegid_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_getegid_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_getegid_trampoline_addr(SB)/8, $libc_getegid_trampoline<>(SB)
|
DATA ·libc_getegid_trampoline_addr(SB)/8, $libc_getegid_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_geteuid_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_geteuid_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_geteuid(SB)
|
JMP libc_geteuid(SB)
|
||||||
|
|
||||||
GLOBL ·libc_geteuid_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_geteuid_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_geteuid_trampoline_addr(SB)/8, $libc_geteuid_trampoline<>(SB)
|
DATA ·libc_geteuid_trampoline_addr(SB)/8, $libc_geteuid_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_getgid_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_getgid_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_getgid(SB)
|
JMP libc_getgid(SB)
|
||||||
|
|
||||||
GLOBL ·libc_getgid_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_getgid_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_getgid_trampoline_addr(SB)/8, $libc_getgid_trampoline<>(SB)
|
DATA ·libc_getgid_trampoline_addr(SB)/8, $libc_getgid_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_getpgid_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_getpgid_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_getpgid(SB)
|
JMP libc_getpgid(SB)
|
||||||
|
|
||||||
GLOBL ·libc_getpgid_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_getpgid_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_getpgid_trampoline_addr(SB)/8, $libc_getpgid_trampoline<>(SB)
|
DATA ·libc_getpgid_trampoline_addr(SB)/8, $libc_getpgid_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_getpgrp_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_getpgrp_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_getpgrp(SB)
|
JMP libc_getpgrp(SB)
|
||||||
|
|
||||||
GLOBL ·libc_getpgrp_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_getpgrp_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_getpgrp_trampoline_addr(SB)/8, $libc_getpgrp_trampoline<>(SB)
|
DATA ·libc_getpgrp_trampoline_addr(SB)/8, $libc_getpgrp_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_getpid_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_getpid_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_getpid(SB)
|
JMP libc_getpid(SB)
|
||||||
|
|
||||||
GLOBL ·libc_getpid_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_getpid_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_getpid_trampoline_addr(SB)/8, $libc_getpid_trampoline<>(SB)
|
DATA ·libc_getpid_trampoline_addr(SB)/8, $libc_getpid_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_getppid_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_getppid_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_getppid(SB)
|
JMP libc_getppid(SB)
|
||||||
|
|
||||||
GLOBL ·libc_getppid_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_getppid_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_getppid_trampoline_addr(SB)/8, $libc_getppid_trampoline<>(SB)
|
DATA ·libc_getppid_trampoline_addr(SB)/8, $libc_getppid_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_getpriority_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_getpriority_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_getpriority(SB)
|
JMP libc_getpriority(SB)
|
||||||
|
|
||||||
GLOBL ·libc_getpriority_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_getpriority_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_getpriority_trampoline_addr(SB)/8, $libc_getpriority_trampoline<>(SB)
|
DATA ·libc_getpriority_trampoline_addr(SB)/8, $libc_getpriority_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_getrlimit_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_getrlimit_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_getrlimit(SB)
|
JMP libc_getrlimit(SB)
|
||||||
|
|
||||||
GLOBL ·libc_getrlimit_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_getrlimit_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_getrlimit_trampoline_addr(SB)/8, $libc_getrlimit_trampoline<>(SB)
|
DATA ·libc_getrlimit_trampoline_addr(SB)/8, $libc_getrlimit_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_getrusage_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_getrusage_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_getrusage(SB)
|
JMP libc_getrusage(SB)
|
||||||
|
|
||||||
GLOBL ·libc_getrusage_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_getrusage_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_getrusage_trampoline_addr(SB)/8, $libc_getrusage_trampoline<>(SB)
|
DATA ·libc_getrusage_trampoline_addr(SB)/8, $libc_getrusage_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_getsid_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_getsid_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_getsid(SB)
|
JMP libc_getsid(SB)
|
||||||
|
|
||||||
GLOBL ·libc_getsid_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_getsid_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_getsid_trampoline_addr(SB)/8, $libc_getsid_trampoline<>(SB)
|
DATA ·libc_getsid_trampoline_addr(SB)/8, $libc_getsid_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_gettimeofday_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_gettimeofday_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_gettimeofday(SB)
|
JMP libc_gettimeofday(SB)
|
||||||
|
|
||||||
GLOBL ·libc_gettimeofday_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_gettimeofday_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_gettimeofday_trampoline_addr(SB)/8, $libc_gettimeofday_trampoline<>(SB)
|
DATA ·libc_gettimeofday_trampoline_addr(SB)/8, $libc_gettimeofday_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_getuid_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_getuid_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_getuid(SB)
|
JMP libc_getuid(SB)
|
||||||
|
|
||||||
GLOBL ·libc_getuid_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_getuid_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_getuid_trampoline_addr(SB)/8, $libc_getuid_trampoline<>(SB)
|
DATA ·libc_getuid_trampoline_addr(SB)/8, $libc_getuid_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_issetugid_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_issetugid_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_issetugid(SB)
|
JMP libc_issetugid(SB)
|
||||||
|
|
||||||
GLOBL ·libc_issetugid_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_issetugid_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_issetugid_trampoline_addr(SB)/8, $libc_issetugid_trampoline<>(SB)
|
DATA ·libc_issetugid_trampoline_addr(SB)/8, $libc_issetugid_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_kqueue_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_kqueue_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_kqueue(SB)
|
JMP libc_kqueue(SB)
|
||||||
|
|
||||||
GLOBL ·libc_kqueue_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_kqueue_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_kqueue_trampoline_addr(SB)/8, $libc_kqueue_trampoline<>(SB)
|
DATA ·libc_kqueue_trampoline_addr(SB)/8, $libc_kqueue_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_lchown_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_lchown_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_lchown(SB)
|
JMP libc_lchown(SB)
|
||||||
|
|
||||||
GLOBL ·libc_lchown_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_lchown_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_lchown_trampoline_addr(SB)/8, $libc_lchown_trampoline<>(SB)
|
DATA ·libc_lchown_trampoline_addr(SB)/8, $libc_lchown_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_link_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_link_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_link(SB)
|
JMP libc_link(SB)
|
||||||
|
|
||||||
GLOBL ·libc_link_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_link_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_link_trampoline_addr(SB)/8, $libc_link_trampoline<>(SB)
|
DATA ·libc_link_trampoline_addr(SB)/8, $libc_link_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_linkat_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_linkat_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_linkat(SB)
|
JMP libc_linkat(SB)
|
||||||
|
|
||||||
GLOBL ·libc_linkat_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_linkat_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_linkat_trampoline_addr(SB)/8, $libc_linkat_trampoline<>(SB)
|
DATA ·libc_linkat_trampoline_addr(SB)/8, $libc_linkat_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_listen_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_listen_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_listen(SB)
|
JMP libc_listen(SB)
|
||||||
|
|
||||||
GLOBL ·libc_listen_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_listen_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_listen_trampoline_addr(SB)/8, $libc_listen_trampoline<>(SB)
|
DATA ·libc_listen_trampoline_addr(SB)/8, $libc_listen_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_mkdir_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_mkdir_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_mkdir(SB)
|
JMP libc_mkdir(SB)
|
||||||
|
|
||||||
GLOBL ·libc_mkdir_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_mkdir_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_mkdir_trampoline_addr(SB)/8, $libc_mkdir_trampoline<>(SB)
|
DATA ·libc_mkdir_trampoline_addr(SB)/8, $libc_mkdir_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_mkdirat_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_mkdirat_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_mkdirat(SB)
|
JMP libc_mkdirat(SB)
|
||||||
|
|
||||||
GLOBL ·libc_mkdirat_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_mkdirat_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_mkdirat_trampoline_addr(SB)/8, $libc_mkdirat_trampoline<>(SB)
|
DATA ·libc_mkdirat_trampoline_addr(SB)/8, $libc_mkdirat_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_mkfifo_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_mkfifo_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_mkfifo(SB)
|
JMP libc_mkfifo(SB)
|
||||||
|
|
||||||
GLOBL ·libc_mkfifo_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_mkfifo_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_mkfifo_trampoline_addr(SB)/8, $libc_mkfifo_trampoline<>(SB)
|
DATA ·libc_mkfifo_trampoline_addr(SB)/8, $libc_mkfifo_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_mknod_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_mknod_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_mknod(SB)
|
JMP libc_mknod(SB)
|
||||||
|
|
||||||
GLOBL ·libc_mknod_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_mknod_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_mknod_trampoline_addr(SB)/8, $libc_mknod_trampoline<>(SB)
|
DATA ·libc_mknod_trampoline_addr(SB)/8, $libc_mknod_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_mount_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_mount_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_mount(SB)
|
JMP libc_mount(SB)
|
||||||
|
|
||||||
GLOBL ·libc_mount_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_mount_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_mount_trampoline_addr(SB)/8, $libc_mount_trampoline<>(SB)
|
DATA ·libc_mount_trampoline_addr(SB)/8, $libc_mount_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_open_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_open_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_open(SB)
|
JMP libc_open(SB)
|
||||||
|
|
||||||
GLOBL ·libc_open_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_open_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_open_trampoline_addr(SB)/8, $libc_open_trampoline<>(SB)
|
DATA ·libc_open_trampoline_addr(SB)/8, $libc_open_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_openat_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_openat_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_openat(SB)
|
JMP libc_openat(SB)
|
||||||
|
|
||||||
GLOBL ·libc_openat_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_openat_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_openat_trampoline_addr(SB)/8, $libc_openat_trampoline<>(SB)
|
DATA ·libc_openat_trampoline_addr(SB)/8, $libc_openat_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_pathconf_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_pathconf_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_pathconf(SB)
|
JMP libc_pathconf(SB)
|
||||||
|
|
||||||
GLOBL ·libc_pathconf_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_pathconf_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_pathconf_trampoline_addr(SB)/8, $libc_pathconf_trampoline<>(SB)
|
DATA ·libc_pathconf_trampoline_addr(SB)/8, $libc_pathconf_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_pread_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_pread_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_pread(SB)
|
JMP libc_pread(SB)
|
||||||
|
|
||||||
GLOBL ·libc_pread_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_pread_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_pread_trampoline_addr(SB)/8, $libc_pread_trampoline<>(SB)
|
DATA ·libc_pread_trampoline_addr(SB)/8, $libc_pread_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_pwrite_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_pwrite_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_pwrite(SB)
|
JMP libc_pwrite(SB)
|
||||||
|
|
||||||
GLOBL ·libc_pwrite_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_pwrite_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_pwrite_trampoline_addr(SB)/8, $libc_pwrite_trampoline<>(SB)
|
DATA ·libc_pwrite_trampoline_addr(SB)/8, $libc_pwrite_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_read_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_read_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_read(SB)
|
JMP libc_read(SB)
|
||||||
|
|
||||||
GLOBL ·libc_read_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_read_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_read_trampoline_addr(SB)/8, $libc_read_trampoline<>(SB)
|
DATA ·libc_read_trampoline_addr(SB)/8, $libc_read_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_readlink_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_readlink_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_readlink(SB)
|
JMP libc_readlink(SB)
|
||||||
|
|
||||||
GLOBL ·libc_readlink_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_readlink_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_readlink_trampoline_addr(SB)/8, $libc_readlink_trampoline<>(SB)
|
DATA ·libc_readlink_trampoline_addr(SB)/8, $libc_readlink_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_readlinkat_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_readlinkat_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_readlinkat(SB)
|
JMP libc_readlinkat(SB)
|
||||||
|
|
||||||
GLOBL ·libc_readlinkat_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_readlinkat_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_readlinkat_trampoline_addr(SB)/8, $libc_readlinkat_trampoline<>(SB)
|
DATA ·libc_readlinkat_trampoline_addr(SB)/8, $libc_readlinkat_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_rename_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_rename_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_rename(SB)
|
JMP libc_rename(SB)
|
||||||
|
|
||||||
GLOBL ·libc_rename_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_rename_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_rename_trampoline_addr(SB)/8, $libc_rename_trampoline<>(SB)
|
DATA ·libc_rename_trampoline_addr(SB)/8, $libc_rename_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_renameat_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_renameat_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_renameat(SB)
|
JMP libc_renameat(SB)
|
||||||
|
|
||||||
GLOBL ·libc_renameat_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_renameat_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_renameat_trampoline_addr(SB)/8, $libc_renameat_trampoline<>(SB)
|
DATA ·libc_renameat_trampoline_addr(SB)/8, $libc_renameat_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_revoke_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_revoke_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_revoke(SB)
|
JMP libc_revoke(SB)
|
||||||
|
|
||||||
GLOBL ·libc_revoke_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_revoke_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_revoke_trampoline_addr(SB)/8, $libc_revoke_trampoline<>(SB)
|
DATA ·libc_revoke_trampoline_addr(SB)/8, $libc_revoke_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_rmdir_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_rmdir_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_rmdir(SB)
|
JMP libc_rmdir(SB)
|
||||||
|
|
||||||
GLOBL ·libc_rmdir_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_rmdir_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_rmdir_trampoline_addr(SB)/8, $libc_rmdir_trampoline<>(SB)
|
DATA ·libc_rmdir_trampoline_addr(SB)/8, $libc_rmdir_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_lseek_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_lseek_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_lseek(SB)
|
JMP libc_lseek(SB)
|
||||||
|
|
||||||
GLOBL ·libc_lseek_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_lseek_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_lseek_trampoline_addr(SB)/8, $libc_lseek_trampoline<>(SB)
|
DATA ·libc_lseek_trampoline_addr(SB)/8, $libc_lseek_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_select_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_select_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_select(SB)
|
JMP libc_select(SB)
|
||||||
|
|
||||||
GLOBL ·libc_select_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_select_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_select_trampoline_addr(SB)/8, $libc_select_trampoline<>(SB)
|
DATA ·libc_select_trampoline_addr(SB)/8, $libc_select_trampoline<>(SB)
|
||||||
|
|
||||||
|
|
@ -712,192 +595,160 @@ DATA ·libc_setattrlist_trampoline_addr(SB)/8, $libc_setattrlist_trampoline<>(SB
|
||||||
|
|
||||||
TEXT libc_setegid_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_setegid_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_setegid(SB)
|
JMP libc_setegid(SB)
|
||||||
|
|
||||||
GLOBL ·libc_setegid_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_setegid_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_setegid_trampoline_addr(SB)/8, $libc_setegid_trampoline<>(SB)
|
DATA ·libc_setegid_trampoline_addr(SB)/8, $libc_setegid_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_seteuid_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_seteuid_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_seteuid(SB)
|
JMP libc_seteuid(SB)
|
||||||
|
|
||||||
GLOBL ·libc_seteuid_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_seteuid_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_seteuid_trampoline_addr(SB)/8, $libc_seteuid_trampoline<>(SB)
|
DATA ·libc_seteuid_trampoline_addr(SB)/8, $libc_seteuid_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_setgid_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_setgid_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_setgid(SB)
|
JMP libc_setgid(SB)
|
||||||
|
|
||||||
GLOBL ·libc_setgid_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_setgid_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_setgid_trampoline_addr(SB)/8, $libc_setgid_trampoline<>(SB)
|
DATA ·libc_setgid_trampoline_addr(SB)/8, $libc_setgid_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_setlogin_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_setlogin_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_setlogin(SB)
|
JMP libc_setlogin(SB)
|
||||||
|
|
||||||
GLOBL ·libc_setlogin_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_setlogin_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_setlogin_trampoline_addr(SB)/8, $libc_setlogin_trampoline<>(SB)
|
DATA ·libc_setlogin_trampoline_addr(SB)/8, $libc_setlogin_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_setpgid_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_setpgid_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_setpgid(SB)
|
JMP libc_setpgid(SB)
|
||||||
|
|
||||||
GLOBL ·libc_setpgid_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_setpgid_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_setpgid_trampoline_addr(SB)/8, $libc_setpgid_trampoline<>(SB)
|
DATA ·libc_setpgid_trampoline_addr(SB)/8, $libc_setpgid_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_setpriority_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_setpriority_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_setpriority(SB)
|
JMP libc_setpriority(SB)
|
||||||
|
|
||||||
GLOBL ·libc_setpriority_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_setpriority_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_setpriority_trampoline_addr(SB)/8, $libc_setpriority_trampoline<>(SB)
|
DATA ·libc_setpriority_trampoline_addr(SB)/8, $libc_setpriority_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_setprivexec_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_setprivexec_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_setprivexec(SB)
|
JMP libc_setprivexec(SB)
|
||||||
|
|
||||||
GLOBL ·libc_setprivexec_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_setprivexec_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_setprivexec_trampoline_addr(SB)/8, $libc_setprivexec_trampoline<>(SB)
|
DATA ·libc_setprivexec_trampoline_addr(SB)/8, $libc_setprivexec_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_setregid_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_setregid_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_setregid(SB)
|
JMP libc_setregid(SB)
|
||||||
|
|
||||||
GLOBL ·libc_setregid_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_setregid_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_setregid_trampoline_addr(SB)/8, $libc_setregid_trampoline<>(SB)
|
DATA ·libc_setregid_trampoline_addr(SB)/8, $libc_setregid_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_setreuid_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_setreuid_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_setreuid(SB)
|
JMP libc_setreuid(SB)
|
||||||
|
|
||||||
GLOBL ·libc_setreuid_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_setreuid_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_setreuid_trampoline_addr(SB)/8, $libc_setreuid_trampoline<>(SB)
|
DATA ·libc_setreuid_trampoline_addr(SB)/8, $libc_setreuid_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_setsid_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_setsid_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_setsid(SB)
|
JMP libc_setsid(SB)
|
||||||
|
|
||||||
GLOBL ·libc_setsid_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_setsid_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_setsid_trampoline_addr(SB)/8, $libc_setsid_trampoline<>(SB)
|
DATA ·libc_setsid_trampoline_addr(SB)/8, $libc_setsid_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_settimeofday_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_settimeofday_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_settimeofday(SB)
|
JMP libc_settimeofday(SB)
|
||||||
|
|
||||||
GLOBL ·libc_settimeofday_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_settimeofday_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_settimeofday_trampoline_addr(SB)/8, $libc_settimeofday_trampoline<>(SB)
|
DATA ·libc_settimeofday_trampoline_addr(SB)/8, $libc_settimeofday_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_setuid_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_setuid_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_setuid(SB)
|
JMP libc_setuid(SB)
|
||||||
|
|
||||||
GLOBL ·libc_setuid_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_setuid_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_setuid_trampoline_addr(SB)/8, $libc_setuid_trampoline<>(SB)
|
DATA ·libc_setuid_trampoline_addr(SB)/8, $libc_setuid_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_symlink_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_symlink_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_symlink(SB)
|
JMP libc_symlink(SB)
|
||||||
|
|
||||||
GLOBL ·libc_symlink_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_symlink_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_symlink_trampoline_addr(SB)/8, $libc_symlink_trampoline<>(SB)
|
DATA ·libc_symlink_trampoline_addr(SB)/8, $libc_symlink_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_symlinkat_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_symlinkat_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_symlinkat(SB)
|
JMP libc_symlinkat(SB)
|
||||||
|
|
||||||
GLOBL ·libc_symlinkat_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_symlinkat_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_symlinkat_trampoline_addr(SB)/8, $libc_symlinkat_trampoline<>(SB)
|
DATA ·libc_symlinkat_trampoline_addr(SB)/8, $libc_symlinkat_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_sync_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_sync_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_sync(SB)
|
JMP libc_sync(SB)
|
||||||
|
|
||||||
GLOBL ·libc_sync_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_sync_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_sync_trampoline_addr(SB)/8, $libc_sync_trampoline<>(SB)
|
DATA ·libc_sync_trampoline_addr(SB)/8, $libc_sync_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_truncate_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_truncate_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_truncate(SB)
|
JMP libc_truncate(SB)
|
||||||
|
|
||||||
GLOBL ·libc_truncate_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_truncate_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_truncate_trampoline_addr(SB)/8, $libc_truncate_trampoline<>(SB)
|
DATA ·libc_truncate_trampoline_addr(SB)/8, $libc_truncate_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_umask_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_umask_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_umask(SB)
|
JMP libc_umask(SB)
|
||||||
|
|
||||||
GLOBL ·libc_umask_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_umask_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_umask_trampoline_addr(SB)/8, $libc_umask_trampoline<>(SB)
|
DATA ·libc_umask_trampoline_addr(SB)/8, $libc_umask_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_undelete_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_undelete_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_undelete(SB)
|
JMP libc_undelete(SB)
|
||||||
|
|
||||||
GLOBL ·libc_undelete_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_undelete_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_undelete_trampoline_addr(SB)/8, $libc_undelete_trampoline<>(SB)
|
DATA ·libc_undelete_trampoline_addr(SB)/8, $libc_undelete_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_unlink_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_unlink_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_unlink(SB)
|
JMP libc_unlink(SB)
|
||||||
|
|
||||||
GLOBL ·libc_unlink_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_unlink_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_unlink_trampoline_addr(SB)/8, $libc_unlink_trampoline<>(SB)
|
DATA ·libc_unlink_trampoline_addr(SB)/8, $libc_unlink_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_unlinkat_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_unlinkat_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_unlinkat(SB)
|
JMP libc_unlinkat(SB)
|
||||||
|
|
||||||
GLOBL ·libc_unlinkat_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_unlinkat_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_unlinkat_trampoline_addr(SB)/8, $libc_unlinkat_trampoline<>(SB)
|
DATA ·libc_unlinkat_trampoline_addr(SB)/8, $libc_unlinkat_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_unmount_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_unmount_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_unmount(SB)
|
JMP libc_unmount(SB)
|
||||||
|
|
||||||
GLOBL ·libc_unmount_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_unmount_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_unmount_trampoline_addr(SB)/8, $libc_unmount_trampoline<>(SB)
|
DATA ·libc_unmount_trampoline_addr(SB)/8, $libc_unmount_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_write_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_write_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_write(SB)
|
JMP libc_write(SB)
|
||||||
|
|
||||||
GLOBL ·libc_write_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_write_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_write_trampoline_addr(SB)/8, $libc_write_trampoline<>(SB)
|
DATA ·libc_write_trampoline_addr(SB)/8, $libc_write_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_mmap_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_mmap_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_mmap(SB)
|
JMP libc_mmap(SB)
|
||||||
|
|
||||||
GLOBL ·libc_mmap_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_mmap_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_mmap_trampoline_addr(SB)/8, $libc_mmap_trampoline<>(SB)
|
DATA ·libc_mmap_trampoline_addr(SB)/8, $libc_mmap_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_munmap_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_munmap_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_munmap(SB)
|
JMP libc_munmap(SB)
|
||||||
|
|
||||||
GLOBL ·libc_munmap_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_munmap_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_munmap_trampoline_addr(SB)/8, $libc_munmap_trampoline<>(SB)
|
DATA ·libc_munmap_trampoline_addr(SB)/8, $libc_munmap_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_fstat64_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_fstat64_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_fstat64(SB)
|
JMP libc_fstat64(SB)
|
||||||
|
|
||||||
GLOBL ·libc_fstat64_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_fstat64_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_fstat64_trampoline_addr(SB)/8, $libc_fstat64_trampoline<>(SB)
|
DATA ·libc_fstat64_trampoline_addr(SB)/8, $libc_fstat64_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_fstatat64_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_fstatat64_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_fstatat64(SB)
|
JMP libc_fstatat64(SB)
|
||||||
|
|
||||||
GLOBL ·libc_fstatat64_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_fstatat64_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_fstatat64_trampoline_addr(SB)/8, $libc_fstatat64_trampoline<>(SB)
|
DATA ·libc_fstatat64_trampoline_addr(SB)/8, $libc_fstatat64_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_fstatfs64_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_fstatfs64_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_fstatfs64(SB)
|
JMP libc_fstatfs64(SB)
|
||||||
|
|
||||||
GLOBL ·libc_fstatfs64_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_fstatfs64_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_fstatfs64_trampoline_addr(SB)/8, $libc_fstatfs64_trampoline<>(SB)
|
DATA ·libc_fstatfs64_trampoline_addr(SB)/8, $libc_fstatfs64_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_getfsstat64_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_getfsstat64_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_getfsstat64(SB)
|
JMP libc_getfsstat64(SB)
|
||||||
|
|
||||||
GLOBL ·libc_getfsstat64_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_getfsstat64_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_getfsstat64_trampoline_addr(SB)/8, $libc_getfsstat64_trampoline<>(SB)
|
DATA ·libc_getfsstat64_trampoline_addr(SB)/8, $libc_getfsstat64_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_lstat64_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_lstat64_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_lstat64(SB)
|
JMP libc_lstat64(SB)
|
||||||
|
|
||||||
GLOBL ·libc_lstat64_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_lstat64_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_lstat64_trampoline_addr(SB)/8, $libc_lstat64_trampoline<>(SB)
|
DATA ·libc_lstat64_trampoline_addr(SB)/8, $libc_lstat64_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_ptrace_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_ptrace_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_ptrace(SB)
|
JMP libc_ptrace(SB)
|
||||||
|
|
||||||
GLOBL ·libc_ptrace_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_ptrace_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_ptrace_trampoline_addr(SB)/8, $libc_ptrace_trampoline<>(SB)
|
DATA ·libc_ptrace_trampoline_addr(SB)/8, $libc_ptrace_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_stat64_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_stat64_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_stat64(SB)
|
JMP libc_stat64(SB)
|
||||||
|
|
||||||
GLOBL ·libc_stat64_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_stat64_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_stat64_trampoline_addr(SB)/8, $libc_stat64_trampoline<>(SB)
|
DATA ·libc_stat64_trampoline_addr(SB)/8, $libc_stat64_trampoline<>(SB)
|
||||||
|
|
||||||
TEXT libc_statfs64_trampoline<>(SB),NOSPLIT,$0-0
|
TEXT libc_statfs64_trampoline<>(SB),NOSPLIT,$0-0
|
||||||
JMP libc_statfs64(SB)
|
JMP libc_statfs64(SB)
|
||||||
|
|
||||||
GLOBL ·libc_statfs64_trampoline_addr(SB), RODATA, $8
|
GLOBL ·libc_statfs64_trampoline_addr(SB), RODATA, $8
|
||||||
DATA ·libc_statfs64_trampoline_addr(SB)/8, $libc_statfs64_trampoline<>(SB)
|
DATA ·libc_statfs64_trampoline_addr(SB)/8, $libc_statfs64_trampoline<>(SB)
|
||||||
|
|
|
||||||
40
vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go
generated
vendored
40
vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go
generated
vendored
|
|
@ -725,6 +725,12 @@ func ioctl(fd int, req uint, arg uintptr) (err error) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var libc_ioctl_trampoline_addr uintptr
|
||||||
|
|
||||||
|
//go:cgo_import_dynamic libc_ioctl ioctl "/usr/lib/libSystem.B.dylib"
|
||||||
|
|
||||||
|
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
|
||||||
|
|
||||||
func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) {
|
func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) {
|
||||||
_, _, e1 := syscall_syscall(libc_ioctl_trampoline_addr, uintptr(fd), uintptr(req), uintptr(arg))
|
_, _, e1 := syscall_syscall(libc_ioctl_trampoline_addr, uintptr(fd), uintptr(req), uintptr(arg))
|
||||||
if e1 != 0 {
|
if e1 != 0 {
|
||||||
|
|
@ -733,10 +739,6 @@ func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
var libc_ioctl_trampoline_addr uintptr
|
|
||||||
|
|
||||||
//go:cgo_import_dynamic libc_ioctl ioctl "/usr/lib/libSystem.B.dylib"
|
|
||||||
|
|
||||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
|
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
|
||||||
|
|
||||||
func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
|
func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
|
||||||
|
|
@ -2410,28 +2412,6 @@ var libc_munmap_trampoline_addr uintptr
|
||||||
|
|
||||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
|
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
|
||||||
|
|
||||||
func readlen(fd int, buf *byte, nbuf int) (n int, err error) {
|
|
||||||
r0, _, e1 := syscall_syscall(libc_read_trampoline_addr, uintptr(fd), uintptr(unsafe.Pointer(buf)), uintptr(nbuf))
|
|
||||||
n = int(r0)
|
|
||||||
if e1 != 0 {
|
|
||||||
err = errnoErr(e1)
|
|
||||||
}
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
|
|
||||||
|
|
||||||
func writelen(fd int, buf *byte, nbuf int) (n int, err error) {
|
|
||||||
r0, _, e1 := syscall_syscall(libc_write_trampoline_addr, uintptr(fd), uintptr(unsafe.Pointer(buf)), uintptr(nbuf))
|
|
||||||
n = int(r0)
|
|
||||||
if e1 != 0 {
|
|
||||||
err = errnoErr(e1)
|
|
||||||
}
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
|
|
||||||
|
|
||||||
func Fstat(fd int, stat *Stat_t) (err error) {
|
func Fstat(fd int, stat *Stat_t) (err error) {
|
||||||
_, _, e1 := syscall_syscall(libc_fstat_trampoline_addr, uintptr(fd), uintptr(unsafe.Pointer(stat)), 0)
|
_, _, e1 := syscall_syscall(libc_fstat_trampoline_addr, uintptr(fd), uintptr(unsafe.Pointer(stat)), 0)
|
||||||
if e1 != 0 {
|
if e1 != 0 {
|
||||||
|
|
@ -2521,14 +2501,6 @@ func ptrace1(request int, pid int, addr uintptr, data uintptr) (err error) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
func ptrace1Ptr(request int, pid int, addr uintptr, data unsafe.Pointer) (err error) {
|
|
||||||
_, _, e1 := syscall_syscall6(libc_ptrace_trampoline_addr, uintptr(request), uintptr(pid), addr, uintptr(data), 0, 0)
|
|
||||||
if e1 != 0 {
|
|
||||||
err = errnoErr(e1)
|
|
||||||
}
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
var libc_ptrace_trampoline_addr uintptr
|
var libc_ptrace_trampoline_addr uintptr
|
||||||
|
|
||||||
//go:cgo_import_dynamic libc_ptrace ptrace "/usr/lib/libSystem.B.dylib"
|
//go:cgo_import_dynamic libc_ptrace ptrace "/usr/lib/libSystem.B.dylib"
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue