diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-04-30 09:38:48 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-04-30 09:38:48 -0500 |
commit | 813ab55675c99ee4040c38ee468d4bf9b70bdd19 (patch) | |
tree | fd2a824b014d5ad6a1ff40fc61eb23731fcc1374 /chapter07/createfiles.xml | |
parent | 9749744481352f1d1fdc62a6a3275496b3deb6e6 (diff) |
Package updates and nobody uid change.
Change nobody/nogroup uid/git to 65534.
Update to meson-0.62.1.
Update to libpipeline-1.5.6.
Update to elfutils-0.187.
Update to Jinja2-3.1.2.
Update to vim-8.2.4814.
Update to sysvinit-3.03.
Update to linux-5.17.5.
Update to gcc-11.3.0.
Update to coreutils-9.1.
Update to bc-5.2.4.
Diffstat (limited to 'chapter07/createfiles.xml')
-rw-r--r-- | chapter07/createfiles.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter07/createfiles.xml b/chapter07/createfiles.xml index 7b038ef3d..7df2acde6 100644 --- a/chapter07/createfiles.xml +++ b/chapter07/createfiles.xml @@ -66,7 +66,7 @@ bin:x:1:1:bin:/dev/null:/usr/bin/false daemon:x:6:6:Daemon User:/dev/null:/usr/bin/false messagebus:x:18:18:D-Bus Message Daemon User:/run/dbus:/usr/bin/false uuidd:x:80:80:UUID Generation Daemon User:/dev/null:/usr/bin/false -nobody:x:99:99:Unprivileged User:/dev/null:/usr/bin/false</literal> +nobody:x:65534:65534:Unprivileged User:/dev/null:/usr/bin/false</literal> EOF</userinput></screen> <screen revision="systemd"><userinput>cat > /etc/passwd << "EOF" @@ -83,7 +83,7 @@ systemd-timesync:x:78:78:systemd Time Synchronization:/:/usr/bin/false systemd-coredump:x:79:79:systemd Core Dumper:/:/usr/bin/false uuidd:x:80:80:UUID Generation Daemon User:/dev/null:/usr/bin/false systemd-oom:x:81:81:systemd Out Of Memory Daemon:/:/usr/bin/false -nobody:x:99:99:Unprivileged User:/dev/null:/usr/bin/false</literal> +nobody:x:65534:65534:Unprivileged User:/dev/null:/usr/bin/false</literal> EOF</userinput></screen> <para>The actual password for <systemitem class="username">root</systemitem> @@ -116,7 +116,7 @@ mail:x:34: kvm:x:61: uuidd:x:80: wheel:x:97: -nogroup:x:99: +nogroup:x:65534: users:x:999:</literal> EOF</userinput></screen> @@ -153,7 +153,7 @@ systemd-coredump:x:79: uuidd:x:80: systemd-oom:x:81: wheel:x:97: -nogroup:x:99: +nogroup:x:65534: users:x:999:</literal> EOF</userinput></screen> |