diff options
| author | arcadia-devtools <[email protected]> | 2022-04-07 01:15:25 +0300 |
|---|---|---|
| committer | arcadia-devtools <[email protected]> | 2022-04-07 01:15:25 +0300 |
| commit | 78864aaa510f4009ce218fc5dbe8d5d3837a36da (patch) | |
| tree | 80a36d1d6d1e22f3de5c0039dcde0f3ebeb7b26b /build/rules/go | |
| parent | 7a3f7c2dc4ba5590a10edc61bc3f81108bb5792a (diff) | |
intermediate changes
ref:35a60e91ad2bd3b32b616394b51ea3ba36c93db1
Diffstat (limited to 'build/rules/go')
| -rw-r--r-- | build/rules/go/contrib.policy | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/rules/go/contrib.policy b/build/rules/go/contrib.policy index 72e90c9f58e..de514b35c33 100644 --- a/build/rules/go/contrib.policy +++ b/build/rules/go/contrib.policy @@ -33,4 +33,10 @@ ALLOW contrib/go/patched/gobgp -> vendor/github.com/go-test/deep # CONTRIB-2469, responsible: diman@ ALLOW noc/nocauth -> contrib/go/patched/tacplus +# DTCC-896. Disallow PEERDIR into compiler. responsible: g:contrib +ALLOW contrib/go/_std/src/cmd -> contrib/go/_std/src/cmd +ALLOW contrib/go/_std_1.18/src/cmd -> contrib/go/_std_1.18/src/cmd +DENY .* -> contrib/go/_std/src/cmd +DENY .* -> contrib/go/_std_1.18rc1/src/cmd + DENY .* -> contrib/go/patched/ |
