mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-07-25 21:14:06 +00:00
remove debug message
This commit is contained in:
parent
4bc17477d8
commit
efce1d5767
@ -215,7 +215,7 @@ sub check_any {
|
|||||||
my ($self, $user, $path, $privs, $noerr) = @_;
|
my ($self, $user, $path, $privs, $noerr) = @_;
|
||||||
|
|
||||||
my $perm = $self->permissions($user, $path);
|
my $perm = $self->permissions($user, $path);
|
||||||
syslog("info", "check_any $user $path " . join(" ", keys %$perm));
|
|
||||||
my $found = 0;
|
my $found = 0;
|
||||||
foreach my $priv (@$privs) {
|
foreach my $priv (@$privs) {
|
||||||
PVE::AccessControl::verify_privname($priv);
|
PVE::AccessControl::verify_privname($priv);
|
||||||
|
Loading…
Reference in New Issue
Block a user