diff options
author | Zhixiong Chi <Zhixiong.Chi@windriver.com> | 2016-03-09 17:19:40 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-10 23:13:54 +0000 |
commit | c706b5efb6470101a103762511b52112c444f799 (patch) | |
tree | 2d77646601addfff3acdad98aa5a873987ede473 /meta/recipes-extended/pam | |
parent | 82dec4647483caaf8123fb9feea51d67efe2a634 (diff) | |
download | poky-c706b5efb6470101a103762511b52112c444f799.tar.gz |
libpam: define limits.conf as CONFFILES of package libpam-runtime
Based as security reason, the system must limit users to
simultaneous system logins, or a site-defined number.
To avoid overwriting the /etc/security/limits.conf file after
upgrading this rpm package, we will define the file as
CONFFILES of package libpam-runtime.
(From OE-Core rev: bdd7c1b088f24e54cf0be83324dd6ffe677af079)
Signed-off-by: Zhixiong Chi <Zhixiong.Chi@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/pam')
-rw-r--r-- | meta/recipes-extended/pam/libpam_1.2.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/pam/libpam_1.2.1.bb b/meta/recipes-extended/pam/libpam_1.2.1.bb index 3e69f117fe..341ea24111 100644 --- a/meta/recipes-extended/pam/libpam_1.2.1.bb +++ b/meta/recipes-extended/pam/libpam_1.2.1.bb | |||
@@ -168,3 +168,4 @@ CONFFILES_${PN}-runtime += "${sysconfdir}/pam.d/common-auth" | |||
168 | CONFFILES_${PN}-runtime += "${sysconfdir}/pam.d/common-password" | 168 | CONFFILES_${PN}-runtime += "${sysconfdir}/pam.d/common-password" |
169 | CONFFILES_${PN}-runtime += "${sysconfdir}/pam.d/common-session-noninteractive" | 169 | CONFFILES_${PN}-runtime += "${sysconfdir}/pam.d/common-session-noninteractive" |
170 | CONFFILES_${PN}-runtime += "${sysconfdir}/pam.d/common-account" | 170 | CONFFILES_${PN}-runtime += "${sysconfdir}/pam.d/common-account" |
171 | CONFFILES_${PN}-runtime += "${sysconfdir}/security/limits.conf" | ||