diff options
author | orivej <orivej@yandex-team.ru> | 2022-02-10 16:45:01 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:01 +0300 |
commit | 2d37894b1b037cf24231090eda8589bbb44fb6fc (patch) | |
tree | be835aa92c6248212e705f25388ebafcf84bc7a1 /build/rules | |
parent | 718c552901d703c502ccbefdfc3c9028d608b947 (diff) | |
download | ydb-2d37894b1b037cf24231090eda8589bbb44fb6fc.tar.gz |
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/rules')
-rw-r--r-- | build/rules/contrib_deps.policy | 2 | ||||
-rw-r--r-- | build/rules/contrib_restricted.policy | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/build/rules/contrib_deps.policy b/build/rules/contrib_deps.policy index a9b2731463..9af4b85cc2 100644 --- a/build/rules/contrib_deps.policy +++ b/build/rules/contrib_deps.policy @@ -44,7 +44,7 @@ ALLOW contrib/libs/leveldb -> library/cpp/logger ALLOW contrib/libs/leveldb -> library/cpp/digest/crc32c ALLOW contrib/libs/lua -> library/cpp/archive ALLOW contrib/libs/phonedetect/src -> library/cpp/digest/md5 -ALLOW contrib/python/certifi -> library/python/certifi +ALLOW contrib/python/certifi -> library/python/certifi ALLOW contrib/python/horovod/horovod/common/syms -> library/python/symbols/registry ALLOW contrib/python/opensfm -> library/cpp/vl_feat ALLOW contrib/python/Wand/ImageMagick -> library/python/symbols/registry diff --git a/build/rules/contrib_restricted.policy b/build/rules/contrib_restricted.policy index c4140e7104..a83ead1904 100644 --- a/build/rules/contrib_restricted.policy +++ b/build/rules/contrib_restricted.policy @@ -21,7 +21,7 @@ ALLOW ydb/library/yql/udfs/common/clickhouse/client -> contrib/restricted/dragon ALLOW ydb/library/yql/udfs/common/clickhouse/client -> contrib/restricted/fast_float # fast_float is a faster alternative to double-conversion for float parsing. -# ClickHouse uses the best libraries for performance, that's why it changes them with insane speed. +# ClickHouse uses the best libraries for performance, that's why it changes them with insane speed. # Arcadia is not ready for this, that's why we added this library in restricted. ALLOW clickhouse -> contrib/restricted/fast_float @@ -189,5 +189,5 @@ ALLOW yandex_io -> contrib/restricted/patched/hostap_client # Do not restrict contrib # All peerdirs to contrib/restricted from outside are prohibited # -ALLOW contrib -> contrib/restricted +ALLOW contrib -> contrib/restricted DENY .* -> contrib/restricted |