From 054270edcb1d201ba2660f95d2b5677ccfc6d791 Mon Sep 17 00:00:00 2001 From: Ashhar Hasan Date: Thu, 17 Feb 2022 02:10:08 +0530 Subject: [PATCH] Fix rendering of list in access control docs --- .../main/sphinx/security/file-system-access-control.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 743e7f65d284..c02de4622ffe 100644 --- a/docs/src/main/sphinx/security/file-system-access-control.rst +++ b/docs/src/main/sphinx/security/file-system-access-control.rst @@ -118,8 +118,8 @@ visible. Specifically: permissions on any nested table, or has permissions to set session properties in the catalog. * ``schema``: Visible if the user is the owner of the schema, or has permissions - on any nested table. * ``table``: Visible if the user has any permissions on - the table. + on any nested table. +* ``table``: Visible if the user has any permissions on the table. Catalog rules ^^^^^^^^^^^^^ @@ -342,7 +342,8 @@ denied. System session property rules are composed of the following fields: * ``role`` (optional): regex to match against role names. Defaults to ``.*``. * ``group`` (optional): regex to match against group names. Defaults to ``.*``. * ``property`` (optional): regex to match against the property name. Defaults to - ``.*``. * ``allow`` (required): boolean indicating if the setting the session + ``.*``. +* ``allow`` (required): boolean indicating if the setting the session property should be allowed. The catalog session property rules have the additional field: