mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-538: Add System audit permission.
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user