Set sensible permissions on nftables config

This commit is contained in:
Jake Howard 2023-11-05 21:43:16 +00:00
parent b0347fc037
commit dd1558bafa
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -8,6 +8,7 @@
src: files/nftables.conf
dest: /etc/nftables.conf
validate: nft -c -f %s
mode: "644"
become: true
notify: reload nftables