Skip to content

Commit ef99580

Browse files
committed
apply suggestions from review
1 parent f6ae700 commit ef99580

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/ROOT/pages/authentication-authorization/manage-privileges.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ For more details about the syntax descriptions, see xref:database-administration
3939
Administrators can use the Cypher commands `GRANT`, `DENY`, and `REVOKE` to manage Neo4j graph administrative rights.
4040
These commands can be used to grant or deny privileges to roles, and to revoke previously granted or denied privileges.
4141
The privileges can be granted or denied on the entire graph, or on specific elements within the graph.
42-
The privileges can also be made immutable, which means they cannot be revoked unless auth is disabled.
42+
The privileges can also be made immutable, which means they cannot be granted, denied, or revoked unless auth is disabled.
4343

4444
[[components-of-the-graph-privilege-commands]]
4545
=== Components of the graph privilege commands

modules/ROOT/pages/authentication-authorization/privileges-reads.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ There are three separate read privileges:
1717
* xref:authentication-authorization/privileges-reads.adoc#access-control-privileges-reads-read[`READ`] - enables the specified properties of the found entities to be read.
1818
* xref:authentication-authorization/privileges-reads.adoc#access-control-privileges-reads-match[`MATCH`] - combines both `TRAVERSE` and `READ`, enabling an entity to be found and its properties read.
1919

20-
For more details about the syntax descriptions, see xref:/authentication-authorization/manage-privileges.adoc#components-of-the-graph-privilege-commands[Components of the graph privilege commands].
20+
For more details about how to read the administration commands syntax, see xref:database-administration/syntax.adoc#administration-syntax-reading[Reading the administration commands syntax] and xref:authentication-authorization/manage-privileges.adoc#components-of-the-graph-privilege-commands[Components of the graph privilege commands].
2121

2222
[[access-control-privileges-reads-traverse]]
2323
== The `TRAVERSE` privilege

modules/ROOT/pages/authentication-authorization/privileges-writes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ There are also compound privileges that combine the above specific privileges:
2525
* <<access-control-privileges-writes-write, `WRITE`>> - allows all `WRITE` operations on an entire graph.
2626
* <<access-control-privileges-writes-all, `ALL GRAPH PRIVILEGES`>> - allows all `READ` and `WRITE` operations on an entire graph.
2727

28-
For more details about the syntax descriptions, see xref:/authentication-authorization/manage-privileges.adoc#components-of-the-graph-privilege-commands[Components of the graph privilege commands].
28+
For more details about how to read the administration commands syntax, see xref:database-administration/syntax.adoc#administration-syntax-reading[Reading the administration commands syntax] and xref:authentication-authorization/manage-privileges.adoc#components-of-the-graph-privilege-commands[Components of the graph privilege commands].
2929

3030
[[access-control-privileges-writes-create]]
3131
== The `CREATE` privilege

0 commit comments

Comments
 (0)