aboutsummaryrefslogtreecommitdiff
path: root/po/doc/guix-cookbook.ru.po
blob: 51173a40c6b4fee36c68f2a6734ad33f10da396f (about) (plain)
blob size (157KB) exceeds display size limit (100KB).
15:10:12 +0100'>2022-01-01system: Allow 'chfn' to change the user's full name....Fixes <https://issues.guix.gnu.org/52539>. Reported by Jacob First <jacob.first@member.fsf.org>. * gnu/build/accounts.scm (allocate-passwd): Add comment as to why 'real-name' is taken from PREVIOUS. Add (not system?) to the condition. * gnu/system.scm (operating-system-etc-service) <login.defs>: Add "CHFN_RESTRICT". * gnu/system.scm (%setuid-programs): Add "chfn". * gnu/system/pam.scm (base-pam-services): Add "chfn". * doc/guix.texi (User Accounts): Document it. Ludovic Courtès