Kernel
Habilita net.ipv4.ping_group_range
Fedora 31 soporta ahora el parámetro de kernel net.ipv4.ping_group_range
para todos los grupos de usuarios. Este cambio habilita a todos los usuarios a crear socket de Echo de Protocolo de Control de Mensaje de Internet (ICMP) sin usar los binarios setuid
o teniedo los archivos de capacidades CAP_NET_ADMIN
y CAP_NET_RAW
.
Como resultado, los contenedores sin raíz podman
son ahora capaces de usar la utilidad ping
. Este cambio se aplica también a los usuarios desarrollando sobre la variante Fedora Silverblue, que usan contenedores creados a través de la utilidad toolbox
.
NO hay imágenes arrancables para kernels i686
Fedora 31 no proporciona ya kernels de 32 bit o imágenes arrancables para sistemas i686. Este cambio es resultado de la disminución de usuarios solo con hardware de 32 bit.
El paquete |
Fedora utiliza ahora de odo predeterminado cgroups-v2
Enablement of control groups version 2 (cgroups-v2
) by default allows the system utilities to conveniently take advantage of new functionality and fixes this kernel feature brings.
Users have to update any tools or scripts they used for manual configuration of cgroups-v1
so that they reflect cgroups-v2
now. The tools or scripts should not require any changes, if they utilized the systemd
interfaces.
Some container engines leak the control group hierarchy into containers. This could pose a problem for container images that expect to be running in a control group version 1 environment. This change is tied to the removal of the docker
package in Fedora 31; see the Containers section for details.
To retain the old default of control groups version 1 ( `systemd.unified_cgroup_hierarchy=0` |
Want to help? Learn how to contribute to Fedora Docs ›