Skip to content

Commit 7b7f76f

Browse files
committed
GUACAMOLE-538: Add System audit permission.
1 parent 9a8a5f3 commit 7b7f76f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

guacamole-ext/src/main/java/org/apache/guacamole/net/auth/permission/SystemPermission.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ public enum Type {
5656
* Create sharing profiles.
5757
*/
5858
CREATE_SHARING_PROFILE,
59+
60+
/**
61+
* Audit the system in general, which involves the ability to view
62+
* active and historical connection records, user logon records, etc.,
63+
* but lacks permission to change any of these details (interact with
64+
* active connections, update user accounts, etc).
65+
*/
66+
AUDIT,
5967

6068
/**
6169
* Administer the system in general, including adding permissions

0 commit comments

Comments
 (0)