]> git.proxmox.com Git - aab.git/commitdiff
mask systemd-journald-audit.socket master
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 11 Nov 2022 15:39:40 +0000 (16:39 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 11 Nov 2022 15:39:44 +0000 (16:39 +0100)
won't work in unpriv CTs and mark the systemctl status as failed.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/AAB.pm

index 697c6644cf315c4630bce30183a26482d1f387b3..14a65da98d9f46c942228638b37b39aaecdd39a7 100644 (file)
@@ -578,7 +578,7 @@ sub bootstrap {
     $self->ve_command(['pacman', '-S', '--needed', '--noconfirm', '--', @$packages]);
 
     print "Masking problematic systemd units...\n";
-    for  my $unit (qw(sys-kernel-config.mount sys-kernel-debug.mount)) {
+    for  my $unit (qw(sys-kernel-config.mount sys-kernel-debug.mount systemd-journald-audit.socket)) {
        $self->mask_systemd_unit($unit);
     }
 }