-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rm/System role access changes in eACL #2547
rm/System role access changes in eACL #2547
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2547 +/- ##
=======================================
Coverage 29.67% 29.67%
=======================================
Files 405 405
Lines 30756 30758 +2
=======================================
+ Hits 9126 9128 +2
- Misses 20860 20861 +1
+ Partials 770 769 -1
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more 📢 Have feedback on the report? Share it here. |
e6cb752
to
c3b9483
Compare
OK after #2489. |
c3b9483
to
c82e461
Compare
OK, added |
Refs nspcc-dev#2531. Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
Closes nspcc-dev#2531. Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
c82e461
to
ab909a3
Compare
@@ -92,3 +97,15 @@ func (cp *Processor) approveSetEACL(e container.SetEACL) { | |||
) | |||
} | |||
} | |||
|
|||
func validateEACl(t *eacl.Table) error { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
L
lowered intentionally?
No description provided.