summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2025-01-06 16:21:51 +0800
committerKhem Raj <raj.khem@gmail.com>2025-01-06 07:22:29 -0800
commit91985083737df5d89a624186435c8ff3da87dddf (patch)
tree2bcee10e4fed9d66fb6a86298a758a29ff93e118
parent6387b30d300d4785d3777934aa7ffb428ad96dc1 (diff)
downloadmeta-openembedded-91985083737df5d89a624186435c8ff3da87dddf.tar.gz
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>
-rw-r--r--meta-webserver/recipes-webadmin/cockpit/cockpit_304.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-webserver/recipes-webadmin/cockpit/cockpit_304.bb b/meta-webserver/recipes-webadmin/cockpit/cockpit_304.bb
index 6a5eb4e66e..98a5aef680 100644
--- a/meta-webserver/recipes-webadmin/cockpit/cockpit_304.bb
+++ b/meta-webserver/recipes-webadmin/cockpit/cockpit_304.bb
@@ -35,6 +35,7 @@ EXTRA_OECONF = " \
35 --with-cockpit-ws-instance-group=${COCKPIT_WS_USER_GROUP} \ 35 --with-cockpit-ws-instance-group=${COCKPIT_WS_USER_GROUP} \
36 --disable-doc \ 36 --disable-doc \
37 --with-systemdunitdir=${systemd_system_unitdir} \ 37 --with-systemdunitdir=${systemd_system_unitdir} \
38 --with-pamdir=${base_libdir}/security \
38" 39"
39 40
40PACKAGECONFIG ??= " \ 41PACKAGECONFIG ??= " \
@@ -154,8 +155,8 @@ FILES:${PN}-ws = " \
154 ${systemd_system_unitdir}/system-cockpithttps.slice \ 155 ${systemd_system_unitdir}/system-cockpithttps.slice \
155 ${libdir}/tmpfiles.d/cockpit-tempfiles.conf \ 156 ${libdir}/tmpfiles.d/cockpit-tempfiles.conf \
156 ${sbindir}/remotectl \ 157 ${sbindir}/remotectl \
157 ${libdir}/security/pam_ssh_add.so \ 158 ${base_libdir}/security/pam_ssh_add.so \
158 ${libdir}/security/pam_cockpit_cert.so \ 159 ${base_libdir}/security/pam_cockpit_cert.so \
159 ${libexecdir}/cockpit-ws \ 160 ${libexecdir}/cockpit-ws \
160 ${libexecdir}/cockpit-wsinstance-factory \ 161 ${libexecdir}/cockpit-wsinstance-factory \
161 ${libexecdir}/cockpit-tls \ 162 ${libexecdir}/cockpit-tls \