mirror of
https://abf.rosa.ru/djam/strongswan.git
synced 2025-02-23 22:12:51 +00:00
13 lines
455 B
Text
13 lines
455 B
Text
# We marked /etc/strongswan, /etc/strongswan/ipsec.d and the dirs
|
|
# below the latter as "0700".
|
|
# The build process marked /etc/strongswan/swanctl and the dirs
|
|
# below as "0750": perhaps also this is OK...
|
|
addFilter("E: non-standard-dir-perm")
|
|
|
|
# Security-related files: so it is OK
|
|
# be not readable by the world
|
|
addFilter("E: non-readable")
|
|
|
|
# Sorry: all the files flagged with this warning
|
|
# are really config files
|
|
addFilter("W: non-conffile-in-etc")
|