]> git.proxmox.com Git - pve-access-control.git/blobdiff - src/PVE/AccessControl.pm
move/rename root_permission_check to RPCEnvironment
[pve-access-control.git] / src / PVE / AccessControl.pm
index faea70de345bbef2b1e710e8436f91c93e708dde..21f93ffac2172e4a63412a1cbcf78d911a95156c 100644 (file)
@@ -16,6 +16,7 @@ use JSON;
 use Scalar::Util 'weaken';
 use URI::Escape;
 
+use PVE::Exception qw(raise_perm_exc raise_param_exc);
 use PVE::OTP;
 use PVE::Ticket;
 use PVE::Tools qw(run_command lock_file file_get_contents split_list safe_print);