Changeset 17cf3140


Ignore:
Timestamp:
02/05/2023 10:48:37 PM (15 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
ba2138a
Parents:
e5a4b48 (diff), 48dbad5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/linux-pam.xml

    re5a4b48 r17cf3140  
    333333EOF
    334334
    335 cat &gt; /etc/pam.d/system-session &lt;&lt; "EOF"
     335cat &gt; /etc/pam.d/system-session &lt;&lt; "EOF" &amp;&amp;
    336336<literal># Begin /etc/pam.d/system-session
    337337
     
    340340# End /etc/pam.d/system-session</literal>
    341341EOF
     342
    342343cat &gt; /etc/pam.d/system-password &lt;&lt; "EOF"
    343344<literal># Begin /etc/pam.d/system-password
    344345
    345346# use sha512 hash for encryption, use shadow, and try to use any previously
    346 # defined authentication token (chosen password) set by any prior module
     347# defined authentication token (chosen password) set by any prior module.
    347348# Use the same number of rounds as shadow.
    348349password  required    pam_unix.so       sha512 shadow try_first_pass \
Note: See TracChangeset for help on using the changeset viewer.