We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1fc474 commit f9cf9aeCopy full SHA for f9cf9ae
lib/functions/rootfs/distro-agnostic.sh
@@ -131,11 +131,6 @@ function install_distribution_agnostic() {
131
# add the /dev/urandom path to the rng config file
132
echo "HRNGDEVICE=/dev/urandom" >> "${SDCARD}"/etc/default/rng-tools
133
134
- # @TODO: security problem?
135
- # ping needs privileged action to be able to create raw network socket
136
- # this is working properly but not with (at least) Debian Buster
137
- chroot_sdcard chmod u+s /bin/ping
138
-
139
# change time zone data
140
echo "${TZDATA}" > "${SDCARD}"/etc/timezone
141
chroot_sdcard dpkg-reconfigure -f noninteractive tzdata
0 commit comments