GUACAMOLE-538: Add System audit permission.

This commit is contained in:
Virtually Nick
2021-05-31 09:01:51 -04:00
parent 9a8a5f3318
commit 7b7f76f80c

View File

@@ -57,6 +57,14 @@ public class SystemPermission implements Permission<SystemPermission.Type> {
*/ */
CREATE_SHARING_PROFILE, CREATE_SHARING_PROFILE,
/**
* Audit the system in general, which involves the ability to view
* active and historical connection records, user logon records, etc.,
* but lacks permission to change any of these details (interact with
* active connections, update user accounts, etc).
*/
AUDIT,
/** /**
* Administer the system in general, including adding permissions * Administer the system in general, including adding permissions
* which affect the system (like user creation, connection creation, * which affect the system (like user creation, connection creation,