WARNING: AllowZoneDrifting is enabled. This is considered an insecure configuration option. It will be removed in a future release.



  • Full Message: WARNING: AllowZoneDrifting is enabled. This is considered an insecure configuration option. It will be removed in a future release. Please consider disabling it now.

    Action Performed:

    $ systemctl status firewalld -l --no-pager
    ...
    ...
    ...
    Jul 02 08:40:13 nextor firewalld[898]: WARNING: AllowZoneDrifting is enabled. This is considered an insecure configuration option. It will be removed in a future release. Please consider disabling it now.
    

    Fix/Solution:
    Edit /etc/firewalld/firewalld.conf

    Change
    AllowZoneDrifting=yes to AllowZoneDrifting=no

    Reload the service.

    $ sudo firewall-cmd --reload
    


© Lightnetics 2024