Skip to content

Commit

Permalink
Add systemd-coredump
Browse files Browse the repository at this point in the history
  • Loading branch information
valentindavid authored and alfonsosanchezbeato committed Jul 17, 2024
1 parent a1179e4 commit 9ffa93f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hooks/000-provide-uids-gids.chroot
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ dnsmasq:x:109:65534:Reserved:/var/lib/misc:/bin/false
tss:x:110:116:Reserved:/var/lib/tpm:/bin/false
polkitd:x:111:120:polkit:/nonexistent:/usr/sbin/nologin
dhcpcd:x:107:65534:DHCP Client Daemon,,,:/usr/lib/dhcpcd:/bin/false
systemd-coredump:x:999:999:systemd Core Dumper:/:/usr/sbin/nologin
EOF
cp /etc/passwd /etc/passwd.orig # We make a copy for a later sanity-compare

Expand Down Expand Up @@ -152,6 +153,7 @@ dnsmasq:*:16644:0:99999:7:::
tss:*:16701:0:99999:7:::
polkitd:!*:19690::::::
dhcpcd:!:19835::::::
systemd-coredump:!*:99999::::::
EOF
cp /etc/shadow /etc/shadow.orig # We make a copy for a later sanity-compare

Expand Down Expand Up @@ -214,6 +216,7 @@ render:x:117:
sgx:x:119:
_ssh:x:118:
polkitd:x:120:
systemd-coredump:x:999:
EOF
cp /etc/group /etc/group.orig # We make a copy for a later sanity-compare

Expand Down Expand Up @@ -276,5 +279,6 @@ render:!::
sgx:!::
_ssh:!::
polkitd:!*::
systemd-coredump:!*::
EOF
cp /etc/gshadow /etc/gshadow.orig # We make a copy for a later sanity-compare
1 change: 1 addition & 0 deletions hooks/001-extra-packages.chroot
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ PACKAGES=(
squashfs-tools
sudo
systemd
systemd-coredump
systemd-sysv
systemd-timesyncd
systemd-resolved
Expand Down

0 comments on commit 9ffa93f

Please sign in to comment.