diff options
author | Sam James <sam@gentoo.org> | 2021-12-20 08:22:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-20 08:22:36 +0000 |
commit | fe07c3e46ee67b99c88c249cacaab79336e68682 (patch) | |
tree | 762163205d234c1f0910d661cc8f78d870869a5e /sys-apps/util-linux | |
parent | dev-java/xmpbox: new package (diff) | |
download | gentoo-fe07c3e46ee67b99c88c249cacaab79336e68682.tar.gz gentoo-fe07c3e46ee67b99c88c249cacaab79336e68682.tar.bz2 gentoo-fe07c3e46ee67b99c88c249cacaab79336e68682.zip |
sys-apps/util-linux: su requires PAM
Right now, util-linux su requires PAM -- shadow's doesn't.
Bug: https://github.com/shadow-maint/shadow/issues/464
Closes: https://bugs.gentoo.org/622666
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/util-linux')
-rw-r--r-- | sys-apps/util-linux/util-linux-2.37.2-r3.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/util-linux/util-linux-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/util-linux/util-linux-2.37.2-r3.ebuild b/sys-apps/util-linux/util-linux-2.37.2-r3.ebuild index fbcdb0e57e81..6fe8be147bb4 100644 --- a/sys-apps/util-linux/util-linux-2.37.2-r3.ebuild +++ b/sys-apps/util-linux/util-linux-2.37.2-r3.ebuild @@ -79,7 +79,7 @@ if [[ "${PV}" == 9999 ]] ; then " fi -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) su? ( pam )" RESTRICT="!test? ( test )" S="${WORKDIR}/${MY_P}" diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild index ef948cebe7e0..66a76758c397 100644 --- a/sys-apps/util-linux/util-linux-9999.ebuild +++ b/sys-apps/util-linux/util-linux-9999.ebuild @@ -79,7 +79,7 @@ if [[ "${PV}" == 9999 ]] ; then " fi -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) su? ( pam )" RESTRICT="!test? ( test )" S="${WORKDIR}/${MY_P}" |