File revert-abi-change-for-unix_chkpwd.patch of Package apparmor.38412
From 97818f68459df5cecffb27124f2b343cae243ef8 Mon Sep 17 00:00:00 2001
From: John Johansen <john.johansen@canonical.com>
Date: Mon, 8 Apr 2024 13:34:56 -0700
Subject: [PATCH] Revert abi change for unix_chkpwd introduced by 8ec76907c
commit
8ec76907c Merge Allow pam_unix to execute unix_chkpwd
is a backport of a fix but that fix also updated the abi and that change
was unfortunately not dropped when it should have been.
Signed-off-by: John Johansen <john.johansen@canonical.com>
---
profiles/apparmor.d/unix-chkpwd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/profiles/apparmor.d/unix-chkpwd b/profiles/apparmor.d/unix-chkpwd
index a8ec8d43f..bb491f069 100644
--- a/profiles/apparmor.d/unix-chkpwd
+++ b/profiles/apparmor.d/unix-chkpwd
@@ -7,7 +7,7 @@
# adopted to use abstractions and variables that are available.
# Copyright (C) Christian Boltz 2024
-abi <abi/4.0>,
+abi <abi/3.0>,
include <tunables/global>
--
GitLab