mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUAC-586: Do not grant UPDATE on self by default.
This commit is contained in:
@@ -69,8 +69,7 @@ public class UserService extends ModeledDirectoryObjectService<ModeledUser, User
|
|||||||
* creation.
|
* creation.
|
||||||
*/
|
*/
|
||||||
private static final ObjectPermission.Type[] IMPLICIT_USER_PERMISSIONS = {
|
private static final ObjectPermission.Type[] IMPLICIT_USER_PERMISSIONS = {
|
||||||
ObjectPermission.Type.READ,
|
ObjectPermission.Type.READ
|
||||||
ObjectPermission.Type.UPDATE
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user