diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-01 19:09:11 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-01 19:09:57 +0100 |
| commit | d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612 (patch) | |
| tree | f36fe3008f36ff75cbdd31b630f8f13f1f205ebb /meta/packages/pam/libpam-1.1.1 | |
| parent | caab7fc509bf27706ff3248689f6afd04225cfda (diff) | |
| download | poky-d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612.tar.gz | |
packages: Separate out most of the remaining packages into recipes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/pam/libpam-1.1.1')
| -rw-r--r-- | meta/packages/pam/libpam-1.1.1/99_pam | 1 | ||||
| -rw-r--r-- | meta/packages/pam/libpam-1.1.1/disable_crossbinary.patch | 34 | ||||
| -rw-r--r-- | meta/packages/pam/libpam-1.1.1/pam.d/common-account | 25 | ||||
| -rw-r--r-- | meta/packages/pam/libpam-1.1.1/pam.d/common-auth | 18 | ||||
| -rw-r--r-- | meta/packages/pam/libpam-1.1.1/pam.d/common-password | 26 | ||||
| -rw-r--r-- | meta/packages/pam/libpam-1.1.1/pam.d/common-session | 19 | ||||
| -rw-r--r-- | meta/packages/pam/libpam-1.1.1/pam.d/common-session-noninteractive | 19 | ||||
| -rw-r--r-- | meta/packages/pam/libpam-1.1.1/pam.d/other | 27 |
8 files changed, 0 insertions, 169 deletions
diff --git a/meta/packages/pam/libpam-1.1.1/99_pam b/meta/packages/pam/libpam-1.1.1/99_pam deleted file mode 100644 index 97e990d10b..0000000000 --- a/meta/packages/pam/libpam-1.1.1/99_pam +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | d root root 0755 /var/run/sepermit none | ||
diff --git a/meta/packages/pam/libpam-1.1.1/disable_crossbinary.patch b/meta/packages/pam/libpam-1.1.1/disable_crossbinary.patch deleted file mode 100644 index 43359b08fe..0000000000 --- a/meta/packages/pam/libpam-1.1.1/disable_crossbinary.patch +++ /dev/null | |||
| @@ -1,34 +0,0 @@ | |||
| 1 | padout should be compiled using the native compiler but isn't. | ||
| 2 | Disable this piece of documentation for now. | ||
| 3 | |||
| 4 | RP | ||
| 5 | |||
| 6 | Index: Linux-PAM-1.0.2/doc/specs/Makefile.am | ||
| 7 | =================================================================== | ||
| 8 | --- Linux-PAM-1.0.2.orig/doc/specs/Makefile.am 2008-11-04 21:06:23.000000000 +0000 | ||
| 9 | +++ Linux-PAM-1.0.2/doc/specs/Makefile.am 2008-11-04 21:07:06.000000000 +0000 | ||
| 10 | @@ -2,21 +2,8 @@ | ||
| 11 | # Copyright (c) 2005, 2006 Thorsten Kukuk <kukuk@suse.de> | ||
| 12 | # | ||
| 13 | |||
| 14 | -CLEANFILES = draft-morgan-pam-current.txt *~ | ||
| 15 | +CLEANFILES = *~ | ||
| 16 | |||
| 17 | -EXTRA_DIST = draft-morgan-pam.raw std-agent-id.raw rfc86.0.txt | ||
| 18 | +EXTRA_DIST = std-agent-id.raw rfc86.0.txt | ||
| 19 | |||
| 20 | -draft-morgan-pam-current.txt: padout draft-morgan-pam.raw | ||
| 21 | - ./padout < $(srcdir)/draft-morgan-pam.raw > draft-morgan-pam-current.txt | ||
| 22 | - | ||
| 23 | -AM_YFLAGS = -d | ||
| 24 | - | ||
| 25 | -BUILT_SOURCES = parse_y.h | ||
| 26 | - | ||
| 27 | -noinst_PROGRAMS = padout | ||
| 28 | - | ||
| 29 | -padout_SOURCES = parse_l.l parse_y.y | ||
| 30 | - | ||
| 31 | -padout_LDADD = @LEXLIB@ | ||
| 32 | - | ||
| 33 | -doc_DATA = draft-morgan-pam-current.txt rfc86.0.txt | ||
| 34 | +doc_DATA = rfc86.0.txt | ||
diff --git a/meta/packages/pam/libpam-1.1.1/pam.d/common-account b/meta/packages/pam/libpam-1.1.1/pam.d/common-account deleted file mode 100644 index 316b17337b..0000000000 --- a/meta/packages/pam/libpam-1.1.1/pam.d/common-account +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | # | ||
| 2 | # /etc/pam.d/common-account - authorization settings common to all services | ||
| 3 | # | ||
| 4 | # This file is included from other service-specific PAM config files, | ||
| 5 | # and should contain a list of the authorization modules that define | ||
| 6 | # the central access policy for use on the system. The default is to | ||
| 7 | # only deny service to users whose accounts are expired in /etc/shadow. | ||
| 8 | # | ||
| 9 | # As of pam 1.0.1-6, this file is managed by pam-auth-update by default. | ||
| 10 | # To take advantage of this, it is recommended that you configure any | ||
| 11 | # local modules either before or after the default block, and use | ||
| 12 | # pam-auth-update to manage selection of other modules. See | ||
| 13 | # pam-auth-update(8) for details. | ||
| 14 | # | ||
| 15 | |||
| 16 | # here are the per-package modules (the "Primary" block) | ||
| 17 | account [success=1 new_authtok_reqd=done default=ignore] pam_unix.so | ||
| 18 | # here's the fallback if no module succeeds | ||
| 19 | account requisite pam_deny.so | ||
| 20 | # prime the stack with a positive return value if there isn't one already; | ||
| 21 | # this avoids us returning an error just because nothing sets a success code | ||
| 22 | # since the modules above will each just jump around | ||
| 23 | account required pam_permit.so | ||
| 24 | # and here are more per-package modules (the "Additional" block) | ||
| 25 | # end of pam-auth-update config | ||
diff --git a/meta/packages/pam/libpam-1.1.1/pam.d/common-auth b/meta/packages/pam/libpam-1.1.1/pam.d/common-auth deleted file mode 100644 index 460b69f198..0000000000 --- a/meta/packages/pam/libpam-1.1.1/pam.d/common-auth +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | # | ||
| 2 | # /etc/pam.d/common-auth - authentication settings common to all services | ||
| 3 | # | ||
| 4 | # This file is included from other service-specific PAM config files, | ||
| 5 | # and should contain a list of the authentication modules that define | ||
| 6 | # the central authentication scheme for use on the system | ||
| 7 | # (e.g., /etc/shadow, LDAP, Kerberos, etc.). The default is to use the | ||
| 8 | # traditional Unix authentication mechanisms. | ||
| 9 | |||
| 10 | # here are the per-package modules (the "Primary" block) | ||
| 11 | auth [success=1 default=ignore] pam_unix.so nullok_secure | ||
| 12 | # here's the fallback if no module succeeds | ||
| 13 | auth requisite pam_deny.so | ||
| 14 | # prime the stack with a positive return value if there isn't one already; | ||
| 15 | # this avoids us returning an error just because nothing sets a success code | ||
| 16 | # since the modules above will each just jump around | ||
| 17 | auth required pam_permit.so | ||
| 18 | # and here are more per-package modules (the "Additional" block) | ||
diff --git a/meta/packages/pam/libpam-1.1.1/pam.d/common-password b/meta/packages/pam/libpam-1.1.1/pam.d/common-password deleted file mode 100644 index 3896057328..0000000000 --- a/meta/packages/pam/libpam-1.1.1/pam.d/common-password +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | # | ||
| 2 | # /etc/pam.d/common-password - password-related modules common to all services | ||
| 3 | # | ||
| 4 | # This file is included from other service-specific PAM config files, | ||
| 5 | # and should contain a list of modules that define the services to be | ||
| 6 | # used to change user passwords. The default is pam_unix. | ||
| 7 | |||
| 8 | # Explanation of pam_unix options: | ||
| 9 | # | ||
| 10 | # The "sha512" option enables salted SHA512 passwords. Without this option, | ||
| 11 | # the default is Unix crypt. Prior releases used the option "md5". | ||
| 12 | # | ||
| 13 | # The "obscure" option replaces the old `OBSCURE_CHECKS_ENAB' option in | ||
| 14 | # login.defs. | ||
| 15 | # | ||
| 16 | # See the pam_unix manpage for other options. | ||
| 17 | |||
| 18 | # here are the per-package modules (the "Primary" block) | ||
| 19 | password [success=1 default=ignore] pam_unix.so obscure sha512 | ||
| 20 | # here's the fallback if no module succeeds | ||
| 21 | password requisite pam_deny.so | ||
| 22 | # prime the stack with a positive return value if there isn't one already; | ||
| 23 | # this avoids us returning an error just because nothing sets a success code | ||
| 24 | # since the modules above will each just jump around | ||
| 25 | password required pam_permit.so | ||
| 26 | # and here are more per-package modules (the "Additional" block) | ||
diff --git a/meta/packages/pam/libpam-1.1.1/pam.d/common-session b/meta/packages/pam/libpam-1.1.1/pam.d/common-session deleted file mode 100644 index a594dd9d90..0000000000 --- a/meta/packages/pam/libpam-1.1.1/pam.d/common-session +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | # | ||
| 2 | # /etc/pam.d/common-session - session-related modules common to all services | ||
| 3 | # | ||
| 4 | # This file is included from other service-specific PAM config files, | ||
| 5 | # and should contain a list of modules that define tasks to be performed | ||
| 6 | # at the start and end of sessions of *any* kind (both interactive and | ||
| 7 | # non-interactive). | ||
| 8 | # | ||
| 9 | |||
| 10 | # here are the per-package modules (the "Primary" block) | ||
| 11 | session [default=1] pam_permit.so | ||
| 12 | # here's the fallback if no module succeeds | ||
| 13 | session requisite pam_deny.so | ||
| 14 | # prime the stack with a positive return value if there isn't one already; | ||
| 15 | # this avoids us returning an error just because nothing sets a success code | ||
| 16 | # since the modules above will each just jump around | ||
| 17 | session required pam_permit.so | ||
| 18 | # and here are more per-package modules (the "Additional" block) | ||
| 19 | session required pam_unix.so | ||
diff --git a/meta/packages/pam/libpam-1.1.1/pam.d/common-session-noninteractive b/meta/packages/pam/libpam-1.1.1/pam.d/common-session-noninteractive deleted file mode 100644 index b110bb2b49..0000000000 --- a/meta/packages/pam/libpam-1.1.1/pam.d/common-session-noninteractive +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | # | ||
| 2 | # /etc/pam.d/common-session-noninteractive - session-related modules | ||
| 3 | # common to all non-interactive services | ||
| 4 | # | ||
| 5 | # This file is included from other service-specific PAM config files, | ||
| 6 | # and should contain a list of modules that define tasks to be performed | ||
| 7 | # at the start and end of all non-interactive sessions. | ||
| 8 | # | ||
| 9 | |||
| 10 | # here are the per-package modules (the "Primary" block) | ||
| 11 | session [default=1] pam_permit.so | ||
| 12 | # here's the fallback if no module succeeds | ||
| 13 | session requisite pam_deny.so | ||
| 14 | # prime the stack with a positive return value if there isn't one already; | ||
| 15 | # this avoids us returning an error just because nothing sets a success code | ||
| 16 | # since the modules above will each just jump around | ||
| 17 | session required pam_permit.so | ||
| 18 | # and here are more per-package modules (the "Additional" block) | ||
| 19 | session required pam_unix.so | ||
diff --git a/meta/packages/pam/libpam-1.1.1/pam.d/other b/meta/packages/pam/libpam-1.1.1/pam.d/other deleted file mode 100644 index 6e40cd0c02..0000000000 --- a/meta/packages/pam/libpam-1.1.1/pam.d/other +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 1 | # | ||
| 2 | # /etc/pam.d/other - specify the PAM fallback behaviour | ||
| 3 | # | ||
| 4 | # Note that this file is used for any unspecified service; for example | ||
| 5 | #if /etc/pam.d/cron specifies no session modules but cron calls | ||
| 6 | #pam_open_session, the session module out of /etc/pam.d/other is | ||
| 7 | #used. | ||
| 8 | |||
| 9 | #If you really want nothing to happen then use pam_permit.so or | ||
| 10 | #pam_deny.so as appropriate. | ||
| 11 | |||
| 12 | # We use pam_warn.so to generate syslog notes that the 'other' | ||
| 13 | #fallback rules are being used (as a hint to suggest you should setup | ||
| 14 | #specific PAM rules for the service and aid to debugging). We then | ||
| 15 | #fall back to the system default in /etc/pam.d/common-* | ||
| 16 | |||
| 17 | auth required pam_warn.so | ||
| 18 | auth include common-auth | ||
| 19 | |||
| 20 | account required pam_warn.so | ||
| 21 | account include common-account | ||
| 22 | |||
| 23 | password required pam_warn.so | ||
| 24 | password include common-password | ||
| 25 | |||
| 26 | session required pam_warn.so | ||
| 27 | session include common-session | ||
