From 313bd3ae18d46148cc5114472b2940bc82eecc9d Mon Sep 17 00:00:00 2001 From: Star Poon Date: Wed, 3 Aug 2022 11:17:48 +0900 Subject: [PATCH] Fix typo in file-based access control doc --- docs/src/main/sphinx/security/file-system-access-control.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/sphinx/security/file-system-access-control.rst b/docs/src/main/sphinx/security/file-system-access-control.rst index 9c1785466111..d089eb1ba3e2 100644 --- a/docs/src/main/sphinx/security/file-system-access-control.rst +++ b/docs/src/main/sphinx/security/file-system-access-control.rst @@ -388,7 +388,7 @@ management is denied. Each rule is composed of the following fields: Users always have permission to view or kill their own queries. - A rule that includes ``owner`` may not include the ``execute`` access mode. + A rule that includes ``queryOwner`` may not include the ``execute`` access mode. Queries are only owned by a user once their execution has begun. For example, if you want to allow the role ``admin`` full query access, allow