diff options
author | Xiaofeng Yan <xiaofeng.yan@windriver.com> | 2011-07-26 17:08:02 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-27 11:54:51 +0100 |
commit | 6bc6406b019ebc104a4abfb15c2d2e1263968664 (patch) | |
tree | f89990c0fd03f368ae778799879d5a479abc430e /meta/recipes-extended/polkit/polkit-0.101 | |
parent | e8f19e8616fb1b0c2d977fb63eaa64f504fb774b (diff) | |
download | openembedded-core-6bc6406b019ebc104a4abfb15c2d2e1263968664.tar.gz openembedded-core-6bc6406b019ebc104a4abfb15c2d2e1263968664.tar.bz2 openembedded-core-6bc6406b019ebc104a4abfb15c2d2e1263968664.zip |
polkit: Support pam
Modify configuration "polkit-1" in /etc/pam.d/ for supporting pam.
Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Diffstat (limited to 'meta/recipes-extended/polkit/polkit-0.101')
-rw-r--r-- | meta/recipes-extended/polkit/polkit-0.101/polkit-1_pam.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-extended/polkit/polkit-0.101/polkit-1_pam.patch b/meta/recipes-extended/polkit/polkit-0.101/polkit-1_pam.patch new file mode 100644 index 0000000000..74647efce4 --- /dev/null +++ b/meta/recipes-extended/polkit/polkit-0.101/polkit-1_pam.patch @@ -0,0 +1,23 @@ +polkit: No system-auth in OE-Core, we can use common-* in place of it. + +Upstream-Status:Inappropriate [configuration] + +Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> + +--- a/configure.ac 2011-03-04 02:26:20.000000000 +0800 ++++ b/configure.ac.new 2011-07-18 10:14:12.516818852 +0800 +@@ -350,10 +350,10 @@ + PAM_FILE_INCLUDE_PASSWORD=system + PAM_FILE_INCLUDE_SESSION=system + else +- PAM_FILE_INCLUDE_AUTH=system-auth +- PAM_FILE_INCLUDE_ACCOUNT=system-auth +- PAM_FILE_INCLUDE_PASSWORD=system-auth +- PAM_FILE_INCLUDE_SESSION=system-auth ++ PAM_FILE_INCLUDE_AUTH=common-auth ++ PAM_FILE_INCLUDE_ACCOUNT=common-account ++ PAM_FILE_INCLUDE_PASSWORD=common-password ++ PAM_FILE_INCLUDE_SESSION=common-session + fi + + AC_SUBST(PAM_FILE_INCLUDE_AUTH) |