commit: f9801416c9a71404c96b192dc4d324c7f0227d83 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jan 27 05:50:00 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jan 27 05:50:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9801416
profiles/feature/prefix/package.mask: mask more PAM Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/prefix/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/features/prefix/package.mask b/profiles/features/prefix/package.mask index d461cd30365..750abb7e46e 100644 --- a/profiles/features/prefix/package.mask +++ b/profiles/features/prefix/package.mask @@ -1,6 +1,11 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2020-01-27) +# PAM doesn't make sense on Prefix +sys-auth/pambase +sys-libs/pam + # Benda Xu <[email protected]> (2019-08-20) # systemd is set to invade pid 1, which is not possible for Prefix. # The following are its reverse dependencies.
