File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
doc/reference/reference_lua/box_schema Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ box.schema.user.disable()
1616
1717 .. NOTE ::
1818
19- * ``session `` - (cannot be granted to a role) allows the binary protocol layer (iproto) to authenticate the user
19+ * ``session `` - allows the binary protocol layer (iproto) to authenticate the user
2020
21- * ``usage `` - (cannot be granted to a role) lets user use their privileges on database objects (such as read, write and alter space)
21+ * ``usage `` - lets user use their privileges on database objects (such as read, write and alter space)
2222
2323 For more information about revoking permissions see section :ref: `box.schema.user.revoke <box_schema-user_revoke >`.
2424
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ box.schema.user.enable()
1616
1717 .. NOTE ::
1818
19- * ``session `` - (cannot be granted to a role) allows the binary protocol layer (iproto) to authenticate the user
19+ * ``session `` - allows the binary protocol layer (iproto) to authenticate the user
2020
21- * ``usage `` - (cannot be granted to a role) lets user use their privileges on database objects (such as read, write and alter space)
21+ * ``usage `` - lets user use their privileges on database objects (such as read, write and alter space)
2222
2323 For more information about granting permissions see section :ref: `box.schema.user.grant <box_schema-user_grant >`.
2424
You can’t perform that action at this time.
0 commit comments