diff options
author | svidyuk <svidyuk@yandex-team.ru> | 2022-02-10 16:47:12 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:12 +0300 |
commit | 287d7d8c4ffc811d1e51c756ecfb13b78f4ee62d (patch) | |
tree | 339adc63bce23800021202ae4a8328a843dc447a /build/rules/passport.policy | |
parent | e23df0602fedd83374b43b6137a296baa2aad3f6 (diff) | |
download | ydb-287d7d8c4ffc811d1e51c756ecfb13b78f4ee62d.tar.gz |
Restoring authorship annotation for <svidyuk@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/rules/passport.policy')
-rw-r--r-- | build/rules/passport.policy | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/build/rules/passport.policy b/build/rules/passport.policy index dd0e9da02c..f4358c718b 100644 --- a/build/rules/passport.policy +++ b/build/rules/passport.policy @@ -1,14 +1,14 @@ -# PERSISTENT EXCEPTION: 'ya yav' handler +# PERSISTENT EXCEPTION: 'ya yav' handler ALLOW devtools/ya/handlers/yav -> passport/backend/vault/cli/yav/vault_client_cli - + # PERSISTENT EXCEPTION: PASSP-31449 ALLOW mail/so/daemons/antifraud -> passport/infra/daemons/ysa/fingerprint -# PERSISTENT EXCEPTION: useful for debug purposes -ALLOW junk -> passport/ - -# COMMON RULE: Self using -ALLOW passport -> passport/ - -# COMMON RULE: we need freedom for refactorings -DENY .* -> passport/ +# PERSISTENT EXCEPTION: useful for debug purposes +ALLOW junk -> passport/ + +# COMMON RULE: Self using +ALLOW passport -> passport/ + +# COMMON RULE: we need freedom for refactorings +DENY .* -> passport/ |