As per file-hierarchy(5), /etc is for "system-specific configuration", not "vendor-supplied default configuration files". Moreover, the comments in all-in-one.nft say it is an example, and so, not a vendor config either. Move it out of /etc. Signed-off-by: Jan Engelhardt <jengelh@xxxxxxx> --- For nftables.git. files/nftables/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git files/nftables/Makefile.am files/nftables/Makefile.am index fc8b94ea..ee88dd89 100644 --- files/nftables/Makefile.am +++ files/nftables/Makefile.am @@ -1,5 +1,4 @@ -pkgsysconfdir = ${sysconfdir}/nftables -dist_pkgsysconf_DATA = all-in-one.nft \ +dist_pkgdata_DATA = all-in-one.nft \ arp-filter.nft \ bridge-filter.nft \ inet-filter.nft \ -- 2.30.2