lib / distro-agnostic.sh: drop chmod on /bin/ping
we are way past buster now (if ever this was needed to begin with)
This commit is contained in:
parent
d1fc474d50
commit
f9cf9ae2ca
@ -131,11 +131,6 @@ function install_distribution_agnostic() {
|
||||
# add the /dev/urandom path to the rng config file
|
||||
echo "HRNGDEVICE=/dev/urandom" >> "${SDCARD}"/etc/default/rng-tools
|
||||
|
||||
# @TODO: security problem?
|
||||
# ping needs privileged action to be able to create raw network socket
|
||||
# this is working properly but not with (at least) Debian Buster
|
||||
chroot_sdcard chmod u+s /bin/ping
|
||||
|
||||
# change time zone data
|
||||
echo "${TZDATA}" > "${SDCARD}"/etc/timezone
|
||||
chroot_sdcard dpkg-reconfigure -f noninteractive tzdata
|
||||
|
||||
Loading…
Reference in New Issue
Block a user