blob: cf05a3af93c036855bdcfe5f6a1cc73555b33897 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "Tools to change and administer password and group data"
Brad Bishopf3f93bb2019-10-16 14:33:32 -04002HOMEPAGE = "http://github.com/shadow-maint/shadow"
Andrew Geissler95ac1b82021-03-31 14:34:31 -05003DESCRIPTION = "${SUMMARY}"
Brad Bishopf3f93bb2019-10-16 14:33:32 -04004BUGTRACKER = "http://github.com/shadow-maint/shadow/issues"
Patrick Williamsc124f4f2015-09-15 14:41:29 -05005SECTION = "base/utils"
Andrew Geissler595f6302022-01-24 19:11:47 +00006LICENSE = "BSD-3-Clause"
7LIC_FILES_CHKSUM = "file://COPYING;md5=c9a450b7be84eac23e6353efecb60b5b \
8 file://src/passwd.c;beginline=2;endline=30;md5=758c26751513b6795395275969dd3be1 \
9 "
Patrick Williamsc124f4f2015-09-15 14:41:29 -050010
Brad Bishop316dfdd2018-06-25 12:45:53 -040011DEPENDS = "virtual/crypt"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050012
Andrew Geissler87f5cff2022-09-30 13:13:31 -050013GITHUB_BASE_URI = "https://github.com/shadow-maint/shadow/releases"
14SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.gz \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050015 ${@bb.utils.contains('PACKAGECONFIG', 'pam', '${PAM_SRC_URI}', '', d)} \
Andrew Geisslerd159c7f2021-09-02 21:05:58 -050016 file://useradd \
Patrick Williams8e7b46e2023-05-01 14:19:06 -050017 file://0001-Fix-can-not-print-full-login.patch \
18 file://CVE-2023-29383.patch \
19 file://0001-Overhaul-valid_field.patch \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050020 "
21
Patrick Williams213cb262021-08-07 19:21:33 -050022SRC_URI:append:class-target = " \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050023 file://login_defs_pam.sed \
24 file://shadow-update-pam-conf.patch \
25 "
26
Patrick Williams213cb262021-08-07 19:21:33 -050027SRC_URI:append:class-native = " \
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050028 file://0001-Disable-use-of-syslog-for-sysroot.patch \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050029 file://commonio.c-fix-unexpected-open-failure-in-chroot-env.patch \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050030 "
Patrick Williams213cb262021-08-07 19:21:33 -050031SRC_URI:append:class-nativesdk = " \
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050032 file://0001-Disable-use-of-syslog-for-sysroot.patch \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050033 "
Andrew Geissler517393d2023-01-13 08:55:19 -060034SRC_URI[sha256sum] = "813057047499c7fe81108adcf0cffa3ad4ec75e19a80151f9cbaa458ff2e86cd"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050035
Patrick Williamsc124f4f2015-09-15 14:41:29 -050036
37# Additional Policy files for PAM
38PAM_SRC_URI = "file://pam.d/chfn \
39 file://pam.d/chpasswd \
40 file://pam.d/chsh \
41 file://pam.d/login \
42 file://pam.d/newusers \
43 file://pam.d/passwd \
44 file://pam.d/su"
45
Andrew Geissler87f5cff2022-09-30 13:13:31 -050046inherit autotools gettext github-releases
Patrick Williamsc124f4f2015-09-15 14:41:29 -050047
Brad Bishope2d5b612018-11-23 10:55:50 +130048export CONFIG_SHELL="/bin/sh"
49
Patrick Williams0ca19cc2021-08-16 14:03:13 -050050EXTRA_OECONF += "--without-libcrack \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050051 --with-group-name-max-length=24 \
52 --enable-subordinate-ids=yes \
Andrew Geissler82c905d2020-04-13 13:39:40 -050053 --without-sssd \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050054 ${NSCDOPT}"
55
56NSCDOPT = ""
Patrick Williams213cb262021-08-07 19:21:33 -050057NSCDOPT:class-native = "--without-nscd"
58NSCDOPT:class-nativesdk = "--without-nscd"
59NSCDOPT:libc-glibc = "--with-nscd"
Brad Bishopf3f93bb2019-10-16 14:33:32 -040060
Patrick Williamsc124f4f2015-09-15 14:41:29 -050061PAM_PLUGINS = "libpam-runtime \
62 pam-plugin-faildelay \
63 pam-plugin-securetty \
64 pam-plugin-nologin \
65 pam-plugin-env \
66 pam-plugin-group \
67 pam-plugin-limits \
68 pam-plugin-lastlog \
69 pam-plugin-motd \
70 pam-plugin-mail \
71 pam-plugin-shells \
72 pam-plugin-rootok"
73
Patrick Williams213cb262021-08-07 19:21:33 -050074PAM_PLUGINS:remove:libc-musl = "pam-plugin-lastlog"
Andrew Geisslerd1e89492021-02-12 15:35:20 -060075
Brad Bishop6e60e8b2018-02-01 10:27:11 -050076PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)} \
77 ${@bb.utils.contains('DISTRO_FEATURES', 'xattr', 'attr', '', d)}"
Patrick Williams213cb262021-08-07 19:21:33 -050078PACKAGECONFIG:class-native ??= "${@bb.utils.contains('DISTRO_FEATURES', 'xattr', 'attr', '', d)}"
79PACKAGECONFIG:class-nativesdk = ""
Patrick Williamsc124f4f2015-09-15 14:41:29 -050080PACKAGECONFIG[pam] = "--with-libpam,--without-libpam,libpam,${PAM_PLUGINS}"
81PACKAGECONFIG[attr] = "--with-attr,--without-attr,attr"
82PACKAGECONFIG[acl] = "--with-acl,--without-acl,acl"
Patrick Williams0ca19cc2021-08-16 14:03:13 -050083PACKAGECONFIG[audit] = "--with-audit,--without-audit,audit"
84PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux libsemanage"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050085
Patrick Williams213cb262021-08-07 19:21:33 -050086RDEPENDS:${PN} = "shadow-securetty \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050087 base-passwd \
88 util-linux-sulogin"
Patrick Williams213cb262021-08-07 19:21:33 -050089RDEPENDS:${PN}:class-native = ""
90RDEPENDS:${PN}:class-nativesdk = ""
Patrick Williamsc124f4f2015-09-15 14:41:29 -050091
92do_install() {
93 oe_runmake DESTDIR="${D}" sbindir="${base_sbindir}" usbindir="${sbindir}" install
94
95 # Info dir listing isn't interesting at this point so remove it if it exists.
96 if [ -e "${D}${infodir}/dir" ]; then
97 rm -f ${D}${infodir}/dir
98 fi
99
100 # Enable CREATE_HOME by default.
101 sed -i 's/#CREATE_HOME/CREATE_HOME/g' ${D}${sysconfdir}/login.defs
102
103 # As we are on an embedded system, ensure the users mailbox is in
104 # ~/ not /var/spool/mail by default, as who knows where or how big
105 # /var is. The system MDA will set this later anyway.
106 sed -i 's/MAIL_DIR/#MAIL_DIR/g' ${D}${sysconfdir}/login.defs
107 sed -i 's/#MAIL_FILE/MAIL_FILE/g' ${D}${sysconfdir}/login.defs
108
109 # Disable checking emails.
110 sed -i 's/MAIL_CHECK_ENAB/#MAIL_CHECK_ENAB/g' ${D}${sysconfdir}/login.defs
111
112 # Comment out SU_NAME to work correctly with busybox
113 # See Bug#5359 and Bug#7173
114 sed -i 's:^SU_NAME:#SU_NAME:g' ${D}${sysconfdir}/login.defs
115
116 # Use proper encryption for passwords
117 sed -i 's/^#ENCRYPT_METHOD.*$/ENCRYPT_METHOD SHA512/' ${D}${sysconfdir}/login.defs
118
Andrew Geisslerd159c7f2021-09-02 21:05:58 -0500119 install -d ${D}${sysconfdir}/default
120 install -m 0644 ${WORKDIR}/useradd ${D}${sysconfdir}/default
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500121}
122
Patrick Williams213cb262021-08-07 19:21:33 -0500123do_install:append() {
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500124 # Ensure that the image has as a /var/spool/mail dir so shadow can
125 # put mailboxes there if the user reconfigures shadow to its
126 # defaults (see sed below).
Brad Bishopd5ae7d92018-06-14 09:52:03 -0700127 install -m 0775 -d ${D}${localstatedir}/spool/mail
128 chown root:mail ${D}${localstatedir}/spool/mail
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500129
130 if [ -e ${WORKDIR}/pam.d ]; then
131 install -d ${D}${sysconfdir}/pam.d/
132 install -m 0644 ${WORKDIR}/pam.d/* ${D}${sysconfdir}/pam.d/
133 # Remove defaults that are not used when supporting PAM.
134 sed -i -f ${WORKDIR}/login_defs_pam.sed ${D}${sysconfdir}/login.defs
135 fi
136
Brad Bishopf3f93bb2019-10-16 14:33:32 -0400137 install -d ${D}${sbindir} ${D}${base_sbindir} ${D}${base_bindir}
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500138
139 # Move binaries to the locations we want
140 rm ${D}${sbindir}/vigr
141 ln -sf vipw.${BPN} ${D}${base_sbindir}/vigr
142 if [ "${sbindir}" != "${base_sbindir}" ]; then
143 mv ${D}${sbindir}/vipw ${D}${base_sbindir}/vipw
144 fi
145 if [ "${bindir}" != "${base_bindir}" ]; then
146 mv ${D}${bindir}/login ${D}${base_bindir}/login
147 mv ${D}${bindir}/su ${D}${base_bindir}/su
148 fi
149
150 # Handle link properly after rename, otherwise missing files would
151 # lead rpm failed dependencies.
152 ln -sf newgrp.${BPN} ${D}${bindir}/sg
Patrick Williams92b42cb2022-09-03 06:53:57 -0500153
154 # usermod requires the subuid/subgid files to be in place before being
155 # able to use the -v/-V flags otherwise it fails:
156 # usermod: /etc/subuid does not exist, you cannot use the flags -v or -V
157 install -d ${D}${sysconfdir}
158 touch ${D}${sysconfdir}/subuid
159 touch ${D}${sysconfdir}/subgid
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500160}
161
162PACKAGES =+ "${PN}-base"
Patrick Williams213cb262021-08-07 19:21:33 -0500163FILES:${PN}-base = "\
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500164 ${base_bindir}/login.shadow \
165 ${base_bindir}/su.shadow \
166 ${bindir}/sg \
167 ${bindir}/newgrp.shadow \
168 ${bindir}/groups.shadow \
169 ${sysconfdir}/pam.d/login \
170 ${sysconfdir}/pam.d/su \
171 ${sysconfdir}/login.defs \
172"
Patrick Williams213cb262021-08-07 19:21:33 -0500173RDEPENDS:${PN} += "${PN}-base"
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500174
175inherit update-alternatives
176
177ALTERNATIVE_PRIORITY = "200"
178
Patrick Williams213cb262021-08-07 19:21:33 -0500179ALTERNATIVE:${PN} = "passwd chfn chsh chpasswd vipw vigr nologin"
Andrew Geissler5f350902021-07-23 13:09:54 -0400180ALTERNATIVE_LINK_NAME[chfn] = "${bindir}/chfn"
181ALTERNATIVE_LINK_NAME[chsh] = "${bindir}/chsh"
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500182ALTERNATIVE_LINK_NAME[chpasswd] = "${sbindir}/chpasswd"
183ALTERNATIVE_LINK_NAME[vipw] = "${base_sbindir}/vipw"
184ALTERNATIVE_LINK_NAME[vigr] = "${base_sbindir}/vigr"
Brad Bishop6e60e8b2018-02-01 10:27:11 -0500185ALTERNATIVE_LINK_NAME[nologin] = "${base_sbindir}/nologin"
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500186
Patrick Williams213cb262021-08-07 19:21:33 -0500187ALTERNATIVE:${PN}-base = "newgrp groups login su"
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500188ALTERNATIVE_LINK_NAME[login] = "${base_bindir}/login"
189ALTERNATIVE_LINK_NAME[su] = "${base_bindir}/su"
190
Brad Bishop6e60e8b2018-02-01 10:27:11 -0500191PACKAGE_WRITE_DEPS += "shadow-native"
Patrick Williams213cb262021-08-07 19:21:33 -0500192pkg_postinst:${PN}:class-target () {
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500193 if [ "x$D" != "x" ]; then
194 rootarg="--root $D"
195 else
196 rootarg=""
197 fi
198
199 pwconv $rootarg || exit 1
200 grpconv $rootarg || exit 1
201}