diff options
author | Andrew Tropin <[email protected]> | 2022-02-06 08:16:54 +0300 |
---|---|---|
committer | Ludovic Courtès <[email protected]> | 2022-02-10 23:37:10 +0100 |
commit | f172118ca43369af548af2d4edecb07890f917e8 (patch) | |
tree | ff0d3ebcd9040682cd6a5529cb392c3b373e2146 /gnu/packages/linux.scm | |
parent | b31ef5638bad5c06e6289931eaa0ab7feda908db (diff) |
gnu: linux-pam: Change path to unix_chkpwd helper.
* gnu/packages/patches/linux-pam-unix_chkpwd.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (linux-pam): Use it.
* gnu/system/pam.scm (pam-root-service-type): Add unix_chkpwd to setuid.
Co-authored-by: Ludovic Courtès <[email protected]>
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 94eff5d5c8..c9e6ab12c2 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1596,7 +1596,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 |