diff options
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index b47afea0c6..53b341d7c6 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -50,6 +50,7 @@ ;;; Copyright © 2020 Zhu Zihao <[email protected]> ;;; Copyright © 2020 David Dashyan <[email protected]> ;;; Copyright © 2020 pukkamustard <[email protected]> +;;; Copyright © 2021 Solene Rapenne <[email protected]> ;;; Copyright © 2021 B. Wilson <[email protected]> ;;; Copyright © 2021 Ivan Gankevich <[email protected]> ;;; Copyright © 2021 Maxime Devos <[email protected]> @@ -1591,7 +1592,8 @@ which need to be installed separately.") (sha256 (base32 "1z4jayf69qyyxln1gl6ch4qxfd66ib1g42garnrv2d8i1drl0790")) - (patches (search-patches "linux-pam-no-setfsuid.patch")))) + (patches (search-patches "linux-pam-unix_chkpwd.patch" + "linux-pam-no-setfsuid.patch")))) (build-system gnu-build-system) (native-inputs |