mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
CLOUDSTACK-7471:Regular user is allowed to deleteNetwork/RestartNetwork
that does not belong to him.He is also able to deploy Vm for other users.
This commit is contained in:
parent
f9450cc118
commit
5f7b4dbbb2
@ -537,8 +537,6 @@ public class AccountManagerImpl extends ManagerBase implements AccountManager, M
|
||||
granted = true;
|
||||
break;
|
||||
}
|
||||
granted = true;
|
||||
break;
|
||||
}
|
||||
|
||||
if (!granted) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user