From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 838881FF13A for ; Wed, 27 May 2026 16:19:03 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 64AE21F08F; Wed, 27 May 2026 16:19:03 +0200 (CEST) Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Wed, 27 May 2026 16:18:30 +0200 Message-Id: To: "Shannon Sterz" , Subject: Re: [PATCH datacenter-manager] server: api: certificates: drop unused PRIV_SYS_AUDIT X-Mailer: aerc 0.20.0 References: <20260527141648.353667-1-s.sterz@proxmox.com> In-Reply-To: <20260527141648.353667-1-s.sterz@proxmox.com> From: "Shannon Sterz" X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1779891484503 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.110 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: KE6OF6PJAJJUHVDZUFRWUBNVRUF6DVZZ X-Message-ID-Hash: KE6OF6PJAJJUHVDZUFRWUBNVRUF6DVZZ X-MailFrom: s.sterz@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox Datacenter Manager development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Wed May 27, 2026 at 4:16 PM CEST, Shannon Sterz wrote: > Reported-by: Filip Schauer > Signed-off-by: Shannon Sterz > --- > server/src/api/nodes/certificates.rs | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/server/src/api/nodes/certificates.rs b/server/src/api/nodes/= certificates.rs > index 61e6bf9..71ca864 100644 > --- a/server/src/api/nodes/certificates.rs > +++ b/server/src/api/nodes/certificates.rs > @@ -13,7 +13,7 @@ use proxmox_acme_api::{AcmeDomain, CertificateInfo}; > use proxmox_rest_server::WorkerTask; > use proxmox_schema::api_types::NODE_SCHEMA; > > -use pdm_api_types::{PRIV_SYS_AUDIT, PRIV_SYS_MODIFY}; > +use pdm_api_types::PRIV_SYS_MODIFY; > > use crate::auth::certs::{API_CERT_FN, API_KEY_FN}; > Lukas already cleaned this up, can be ignored, sorry for the noise.