mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
82dec46474
commit
c706b5efb6
@@ -168,3 +168,4 @@ CONFFILES_${PN}-runtime += "${sysconfdir}/pam.d/common-auth"
|
||||
CONFFILES_${PN}-runtime += "${sysconfdir}/pam.d/common-password"
|
||||
CONFFILES_${PN}-runtime += "${sysconfdir}/pam.d/common-session-noninteractive"
|
||||
CONFFILES_${PN}-runtime += "${sysconfdir}/pam.d/common-account"
|
||||
CONFFILES_${PN}-runtime += "${sysconfdir}/security/limits.conf"
|
||||
|
||||
Reference in New Issue
Block a user