[oe-commits] David-John Willis : libpam-base-files: Start to add default config files for libpam

git version control git at git.openembedded.org
Tue Nov 24 20:21:40 UTC 2009


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 7ed998436c39ff922f285fd73d87f0336973218f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7ed998436c39ff922f285fd73d87f0336973218f

Author: David-John Willis <John.Willis at Distant-earth.com>
Date:   Wed Nov 18 14:01:30 2009 +0000

libpam-base-files: Start to add default config files for libpam

* This will start to get Linux-PAM into a usable state. Default config files derived from Debian with tweaks. Some are not needed and will be dropped later and some should really be packaged elsewhere.
* Also update libpam_1.0.2 to depend on this package and the meta package with auth systems as it is not a lot of use without them (it works but can't do anything).
* Add 1.1.0 and tweaks to 1.0.2.
*  Update all the pam.d base config files to support the suggested upstream layout not patches legacy layouts used but some Linux distros.
* Use the proper include layouts
* Still package some 'suggested' files for common services that do not pack there own pam.d files (TODO: move these to the package recipies not this one).

---

 recipes/pam/libpam-1.1.0/pam-nodocs.patch          |   35 ++++++++++
 recipes/pam/libpam-base-files.bb                   |   18 +++++
 recipes/pam/libpam-base-files/pam.d/atd            |   10 +++
 recipes/pam/libpam-base-files/pam.d/common-account |   25 +++++++
 recipes/pam/libpam-base-files/pam.d/common-auth    |   18 +++++
 .../pam/libpam-base-files/pam.d/common-password    |   27 ++++++++
 recipes/pam/libpam-base-files/pam.d/common-session |   20 ++++++
 .../pam.d/common-session-noninteractive            |   19 +++++
 recipes/pam/libpam-base-files/pam.d/cron           |   11 +++
 recipes/pam/libpam-base-files/pam.d/cups           |    3 +
 recipes/pam/libpam-base-files/pam.d/cvs            |   12 ++++
 recipes/pam/libpam-base-files/pam.d/libcupsys2     |    3 +
 recipes/pam/libpam-base-files/pam.d/other          |   27 ++++++++
 recipes/pam/libpam-base-files/pam.d/polkit         |    6 ++
 recipes/pam/libpam-base-files/pam.d/polkit-1       |    6 ++
 recipes/pam/libpam-base-files/pam.d/ppp            |    8 ++
 recipes/pam/libpam-base-files/pam.d/sesman         |    6 ++
 recipes/pam/libpam-base-files/pam.d/sshd           |   33 +++++++++
 recipes/pam/libpam_1.0.2.bb                        |    6 +-
 recipes/pam/libpam_1.1.0.bb                        |   70 ++++++++++++++++++++
 20 files changed, 361 insertions(+), 2 deletions(-)

Diff:   http://gitweb.openembedded.net/?p=openembedded.git/?a=commitdiff;h=7ed998436c39ff922f285fd73d87f0336973218f




More information about the Openembedded-commits mailing list