voxpupuli / puppet-firewalld

Puppet module for managing firewalld
Apache License 2.0
40 stars 77 forks source link

unable to set NftablesTableOwner option #378

Open tuxmaster5000 opened 1 week ago

tuxmaster5000 commented 1 week ago

Affected Puppet, Ruby, OS and module versions/distributions

The behaviour of the firewall has changed under RHEL 9.5. By default, NftablesTableOwne is set to ‘yes’. But under certain circumstances it is necessary to set it to ‘no’. For example, if ‘sets’ are filled dynamically, e.g. by shell scripts.

Unfortunately, the module currently offers no option to change this :(