diff options
author | Thomas Haller <thaller@redhat.com> | 2020-06-15 16:49:02 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2020-06-15 16:49:14 +0200 |
commit | f9e14805e655124a0cac705809e0908a09c6ec1d (patch) | |
tree | 0fca2374de922b240f7a5bdabbd4e9f15ada3495 /data | |
parent | be822b52e6b27c32cdc9ef34856c852ba4174024 (diff) | |
download | NetworkManager-f9e14805e655124a0cac705809e0908a09c6ec1d.tar.gz |
firewalld: allow access to SSH in "nm-shared" firewalld zone
SSH seems one of the few really trusted processes. It is even
allowed for the public zone. Allow it in "nm-shared" zone too.
Diffstat (limited to 'data')
-rw-r--r-- | data/nm-shared.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/nm-shared.xml b/data/nm-shared.xml index 0dea5dd6ee..3ebbcd35ea 100644 --- a/data/nm-shared.xml +++ b/data/nm-shared.xml @@ -20,4 +20,5 @@ <protocol value='ipv6-icmp'/> <service name="dhcp"/> <service name="dns"/> + <service name="ssh"/> </zone> |