diff --git a/client/internal/ipcauth/methods.go b/client/internal/ipcauth/methods.go index 25f2a4c19..fc875fa5e 100644 --- a/client/internal/ipcauth/methods.go +++ b/client/internal/ipcauth/methods.go @@ -13,8 +13,8 @@ type Request struct { Msg any } -// Rule is an additional constraint beyond the method's level. Every rule on a -// method must pass. +// Rule is an additional constraint beyond the method's level, for example +// checking permissions on a field of a message. Every rule on a method must pass. type Rule func(Request) error // The generated getters the profile RPCs expose.