Merge pull request #30 from linuxserver/cap-desc

This commit is contained in:
Adam 2024-12-01 22:37:10 +00:00 committed by GitHub
commit 693bf8d43e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,8 +29,8 @@ param_volumes:
- { vol_path: "/var/log:ro", vol_host_path: "/var/log", desc: "Host logs. Mounted as Read Only." }
cap_add_param: true
cap_add_param_vars:
- { cap_add_var: "NET_ADMIN" }
- { cap_add_var: "NET_RAW" }
- { cap_add_var: "NET_ADMIN", desc: "Required for fail2ban to be able to modify iptables rules." }
- { cap_add_var: "NET_RAW", desc: "Required for fail2ban to be able to bind to any interface & use RAW sockets." }
# optional parameters
opt_param_usage_include_env: true