blob: c491abf4acd6bdcd8b08a6a6299b4ff379f41231 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001polkit: 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
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08007Upstream-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
Patrick Williamsb48b7b42016-08-17 15:04:38 -050019 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)
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080033--
342.7.4
35