firewalld-formula/firewalld
Imran Iqbal 3a61e7de16
chore(salt-lint): ignore violation [skip ci]
```
[213] SaltStack recommends using cmd.run together with onchanges, rather than cmd.wait
firewalld/init.sls:53
  cmd.wait:
```

Usually fix:

* `cmd.wait` + `watch`

To:

* `cmd.run` + `onchanges`

But this code doesn't use that construction, so leaving as-is.
2022-02-12 23:36:27 +00:00
..
_mapdata fix(_mapdata): ensure map data is directly under `values` 2021-01-14 20:35:10 +00:00
files feat(rich-rules): add priority to rich rules 2021-06-18 13:11:06 -04:00
backend.sls Refactor backend format, add backward compatibility, simple pkg testing 2018-08-25 19:00:11 -03:00
config.sls Default file permission for firewalld.conf is 644 not 640 (CentOS). Even if I think that "others" don't need to read that, it always shows up as file with non-default permissions from default rpm package in security scans. e.g. "rpm -Va |grep ^.M" or more salty way: "salt '*' pkg.verify" / salt '*' pkg.modified firewalld mode=True; manual fix e.g. rpm --setperms firewalld-*.el7.noarch 2017-12-28 02:45:05 +01:00
debian10.sls fix(debian10 iptables): install iptables from buster-backports 2021-06-22 22:09:38 +01:00
defaults.yaml refactor: split default maps into separate files 2020-04-18 15:53:46 +01:00
direct.sls Reload, rather than restart, the FirewallD service 2017-03-11 12:51:12 -07:00
init.sls chore(salt-lint): ignore violation [skip ci] 2022-02-12 23:36:27 +00:00
ipsets.sls update service and zones with more options 2019-04-06 21:40:50 +02:00
map.jinja refactor: split default maps into separate files 2020-04-18 15:53:46 +01:00
osarchmap.yaml refactor: split default maps into separate files 2020-04-18 15:53:46 +01:00
osfamilymap.yaml refactor: split default maps into separate files 2020-04-18 15:53:46 +01:00
osfingermap.yaml refactor: split default maps into separate files 2020-04-18 15:53:46 +01:00
osmap.yaml refactor: split default maps into separate files 2020-04-18 15:53:46 +01:00
services.sls Reload, rather than restart, the FirewallD service 2017-03-11 12:51:12 -07:00
zones.sls Reload, rather than restart, the FirewallD service 2017-03-11 12:51:12 -07:00