From 718bb1b22e4a4064d15ad42f9165f0d5e1d76f74 Mon Sep 17 00:00:00 2001 From: "Theodor S. Midtlien" Date: Tue, 8 Sep 2026 18:41:38 +0200 Subject: [PATCH] Clarify the Rule comment --- client/internal/ipcauth/methods.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.