main/postmarketos-base: allow pwfeedback default to be overridable by dropins

Currently dropins are processed before the default of enabling pwfeedback,
so a dropin that does `Defaults !pwfeedback` to restore the pre-sudo-rs behavior
has no effect. With this change, the dropin will take effect.

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8388>
This commit is contained in:
Arnav Singh 2026-04-17 10:10:03 -07:00 committed by The Friendly Meow (merge) Bot
parent c37475182e
commit c5a625ac35
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
# Co-Maintainer: Achill Gilgenast <achill@achill.org>
maintainer="Clayton Craft <clayton@craftyguy.net>"
pkgname=postmarketos-base
pkgver=55
pkgver=56
pkgrel=0
pkgdesc="Meta package for minimal postmarketOS base"
url="https://postmarketos.org"
@ -274,7 +274,7 @@ release() {
}
sha512sums="
dbdf6d22077234a9e51459d1bc7706faa4f7cb5af1509e86247497d430d31c53a5ad4f177fa39864e5eee6a446d0fd7f86fdec93ff0a9263543c502d4d070e29 rootfs-etc-sudoers
f6286745fd130dd17f9a1bbc305a5bda0b3e07add8b997e4f4b98a14fc77028a56be4829b91cc1008e8084ae0e3cd78994daa4f3e14e17b7f00f95f8ce8f78da rootfs-etc-sudoers
49cff0dbf37fc3c3ca30709be3bc4bbac9b2c05d1f88356922c6ab849e1fe893da7eca92b42a4095cfa00fe475470a711a93bfa60f1cedfde9c890a6dcc61de9 rootfs-etc-doas.d-10-postmarketos.conf
1d2975e7e2745020f88fac639021cc9a47b477fb0390c3e146a070d98faab32c3f1c7bd1121f45a26be97301ab65c736ae0a4905d28a7251919a1994895f9c8d rootfs-etc-ssh-sshd_config.d-50-postmarketos-ui-policy.conf
e0d2d48b82a03239a4c0a00acaf83e00d397c23a8d7c71053d4e2a383357c22dcedef9e81b0e12a1d7514e1fdbe0bb3eb82613d18b29034a7ce5447f13c84a53 rootfs-etc-conf.d-swapfile

View file

@ -12,8 +12,8 @@ root ALL=(ALL) ALL
## Allow members of group wheel to execute any command
%wheel ALL=(ALL) ALL
## Read drop-in files from /etc/sudoers.d
@includedir /etc/sudoers.d
## Show asterisks when entering password
Defaults pwfeedback
## Read drop-in files from /etc/sudoers.d
@includedir /etc/sudoers.d