aboutsummaryrefslogtreecommitdiffstats
path: root/build/rules/yt.policy
diff options
context:
space:
mode:
authoralexv-smirnov <alex@ydb.tech>2023-03-15 19:59:12 +0300
committeralexv-smirnov <alex@ydb.tech>2023-03-15 19:59:12 +0300
commit056bb284ccf8dd6793ec3a54ffa36c4fb2b9ad11 (patch)
tree4740980126f32e3af7937ba0ca5f83e59baa4ab0 /build/rules/yt.policy
parent269126dcced1cc8b53eb4398b4a33e5142f10290 (diff)
downloadydb-056bb284ccf8dd6793ec3a54ffa36c4fb2b9ad11.tar.gz
add library/cpp/actors, ymake build to ydb oss export
Diffstat (limited to 'build/rules/yt.policy')
-rw-r--r--build/rules/yt.policy21
1 files changed, 21 insertions, 0 deletions
diff --git a/build/rules/yt.policy b/build/rules/yt.policy
new file mode 100644
index 0000000000..586ed3e925
--- /dev/null
+++ b/build/rules/yt.policy
@@ -0,0 +1,21 @@
+ALLOW yt -> yt/yt/ytlib
+ALLOW yt -> yt/yt/server
+
+ALLOW yp -> yt/yt/ytlib
+
+# Roren stuff.
+
+ALLOW laas/united_geolog -> yt/cpp/roren
+ALLOW mapreduce/yt/experiments -> mapreduce/yt/experiments
+ALLOW logos/tools/counter_simulator/lib/cpp_lib -> yt/cpp/roren
+ALLOW quality/user_sessions/rt -> yt/cpp/roren
+ALLOW ads/bsyeti -> yt/cpp/roren
+ALLOW bigrt/lib -> yt/cpp/roren
+ALLOW market/idx/datacamp/mixer -> yt/cpp/roren
+ALLOW market/idx/mcfly -> yt/cpp/roren
+DENY .* -> mapreduce/yt/experiments
+
+# Everybody else cannot PEERDIR ytlib and server.
+
+DENY .* -> yt/yt/ytlib
+DENY .* -> yt/yt/server