xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/polkit/polkit/polkit-1_pam.patch (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1polkit: No system-auth in OE-Core, we can use common-* in place of it.
2
3Upstream-Status:Inappropriate [configuration]
4
5Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
6
7Upstream-Status: Inappropriate [oe specific]
8Rebase to 0.115
9Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
10---
11 configure.ac | 8 ++++----
12 1 file changed, 4 insertions(+), 4 deletions(-)
13
14diff --git a/configure.ac b/configure.ac
15index 36df239..8b3e1b1 100644
16--- a/configure.ac
17+++ b/configure.ac
18@@ -471,10 +471,10 @@ elif test x$with_os_type = xfreebsd -o x$with_os_type = xnetbsd; then
19     PAM_FILE_INCLUDE_PASSWORD=system
20     PAM_FILE_INCLUDE_SESSION=system
21 else
22-   PAM_FILE_INCLUDE_AUTH=system-auth
23-   PAM_FILE_INCLUDE_ACCOUNT=system-auth
24-   PAM_FILE_INCLUDE_PASSWORD=system-auth
25-   PAM_FILE_INCLUDE_SESSION=system-auth
26+   PAM_FILE_INCLUDE_AUTH=common-auth
27+   PAM_FILE_INCLUDE_ACCOUNT=common-account
28+   PAM_FILE_INCLUDE_PASSWORD=common-password
29+   PAM_FILE_INCLUDE_SESSION=common-session
30 fi
31
32 AC_SUBST(PAM_FILE_INCLUDE_AUTH)
33--
342.7.4
35
36