mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
cockpit: set pam module path to ${base_libdir}/security
Set pam module path to ${base_libdir}/security as this is the default
path in libpam.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
6387b30d30
commit
9198508373
|
|
@ -35,6 +35,7 @@ EXTRA_OECONF = " \
|
|||
--with-cockpit-ws-instance-group=${COCKPIT_WS_USER_GROUP} \
|
||||
--disable-doc \
|
||||
--with-systemdunitdir=${systemd_system_unitdir} \
|
||||
--with-pamdir=${base_libdir}/security \
|
||||
"
|
||||
|
||||
PACKAGECONFIG ??= " \
|
||||
|
|
@ -154,8 +155,8 @@ FILES:${PN}-ws = " \
|
|||
${systemd_system_unitdir}/system-cockpithttps.slice \
|
||||
${libdir}/tmpfiles.d/cockpit-tempfiles.conf \
|
||||
${sbindir}/remotectl \
|
||||
${libdir}/security/pam_ssh_add.so \
|
||||
${libdir}/security/pam_cockpit_cert.so \
|
||||
${base_libdir}/security/pam_ssh_add.so \
|
||||
${base_libdir}/security/pam_cockpit_cert.so \
|
||||
${libexecdir}/cockpit-ws \
|
||||
${libexecdir}/cockpit-wsinstance-factory \
|
||||
${libexecdir}/cockpit-tls \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user