diff options
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/sudo/sudo.inc | 1 | ||||
-rw-r--r-- | meta/recipes-extended/sudo/sudo_1.8.23.bb | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-extended/sudo/sudo.inc b/meta/recipes-extended/sudo/sudo.inc index 6e57669a01..69dccde592 100644 --- a/meta/recipes-extended/sudo/sudo.inc +++ b/meta/recipes-extended/sudo/sudo.inc | |||
@@ -19,6 +19,7 @@ inherit autotools | |||
19 | 19 | ||
20 | PACKAGECONFIG ??= "" | 20 | PACKAGECONFIG ??= "" |
21 | PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib" | 21 | PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib" |
22 | PACKAGECONFIG[pam-wheel] = ",,,pam-plugin-wheel" | ||
22 | 23 | ||
23 | CONFFILES_${PN} = "${sysconfdir}/sudoers" | 24 | CONFFILES_${PN} = "${sysconfdir}/sudoers" |
24 | 25 | ||
diff --git a/meta/recipes-extended/sudo/sudo_1.8.23.bb b/meta/recipes-extended/sudo/sudo_1.8.23.bb index 9756fe26d7..ab9c8cbea2 100644 --- a/meta/recipes-extended/sudo/sudo_1.8.23.bb +++ b/meta/recipes-extended/sudo/sudo_1.8.23.bb | |||
@@ -22,6 +22,10 @@ EXTRA_OECONF += " \ | |||
22 | do_install_append () { | 22 | do_install_append () { |
23 | if [ "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" ]; then | 23 | if [ "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" ]; then |
24 | install -D -m 644 ${WORKDIR}/sudo.pam ${D}/${sysconfdir}/pam.d/sudo | 24 | install -D -m 644 ${WORKDIR}/sudo.pam ${D}/${sysconfdir}/pam.d/sudo |
25 | if ${@bb.utils.contains('PACKAGECONFIG', 'pam-wheel', 'true', 'false', d)} ; then | ||
26 | echo 'auth required pam_wheel.so use_uid' >>${D}${sysconfdir}/pam.d/sudo | ||
27 | sed -i 's/# \(%wheel ALL=(ALL) ALL\)/\1/' ${D}${sysconfdir}/sudoers | ||
28 | fi | ||
25 | fi | 29 | fi |
26 | 30 | ||
27 | chmod 4111 ${D}${bindir}/sudo | 31 | chmod 4111 ${D}${bindir}/sudo |