mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +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:
@@ -35,6 +35,7 @@ EXTRA_OECONF = " \
|
|||||||
--with-cockpit-ws-instance-group=${COCKPIT_WS_USER_GROUP} \
|
--with-cockpit-ws-instance-group=${COCKPIT_WS_USER_GROUP} \
|
||||||
--disable-doc \
|
--disable-doc \
|
||||||
--with-systemdunitdir=${systemd_system_unitdir} \
|
--with-systemdunitdir=${systemd_system_unitdir} \
|
||||||
|
--with-pamdir=${base_libdir}/security \
|
||||||
"
|
"
|
||||||
|
|
||||||
PACKAGECONFIG ??= " \
|
PACKAGECONFIG ??= " \
|
||||||
@@ -154,8 +155,8 @@ FILES:${PN}-ws = " \
|
|||||||
${systemd_system_unitdir}/system-cockpithttps.slice \
|
${systemd_system_unitdir}/system-cockpithttps.slice \
|
||||||
${libdir}/tmpfiles.d/cockpit-tempfiles.conf \
|
${libdir}/tmpfiles.d/cockpit-tempfiles.conf \
|
||||||
${sbindir}/remotectl \
|
${sbindir}/remotectl \
|
||||||
${libdir}/security/pam_ssh_add.so \
|
${base_libdir}/security/pam_ssh_add.so \
|
||||||
${libdir}/security/pam_cockpit_cert.so \
|
${base_libdir}/security/pam_cockpit_cert.so \
|
||||||
${libexecdir}/cockpit-ws \
|
${libexecdir}/cockpit-ws \
|
||||||
${libexecdir}/cockpit-wsinstance-factory \
|
${libexecdir}/cockpit-wsinstance-factory \
|
||||||
${libexecdir}/cockpit-tls \
|
${libexecdir}/cockpit-tls \
|
||||||
|
|||||||
Reference in New Issue
Block a user