From 6e9fa19473411f7e6ebcf1094bc72c8e3e682251 Mon Sep 17 00:00:00 2001 From: Dain Sundstrom Date: Thu, 19 Oct 2023 20:16:17 -0700 Subject: [PATCH] Update function security documentation --- docs/src/main/sphinx/security/file-system-access-control.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/sphinx/security/file-system-access-control.md b/docs/src/main/sphinx/security/file-system-access-control.md index 934c441beaf1..d545cb8222f2 100644 --- a/docs/src/main/sphinx/security/file-system-access-control.md +++ b/docs/src/main/sphinx/security/file-system-access-control.md @@ -360,8 +360,8 @@ The example below defines the following table access policy: These rules control the user's ability to execute functions. :::{note} -By default, all users have access to functions in the `system.builtin` schema. -You can override this behavior by adding a rule, but this will break most queries. +Users always have access to functions in the `system.builtin` schema, and +you cannot override this behavior by adding a rule. ::: Each function rule is composed of the following fields: