Explorar el Código

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

tags/v0.6.2
Angelo Verona hace 7 años
padre
commit
b1d6b52307
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      firewalld/config.sls

+ 1
- 1
firewalld/config.sls Ver fichero

@@ -18,7 +18,7 @@ config_firewalld:
- name: /etc/firewalld/firewalld.conf
- user: root
- group: root
- mode: 640
- mode: 644
- source: salt://firewalld/files/firewalld.conf
- template: jinja
- require:

Cargando…
Cancelar
Guardar