blob: a39d7e89874bccdec9baa46cc5606116b619e2a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="utf-8"?>
<zone>
<short>Fedora Workstation</short>
<description>Unsolicited incoming network packets are rejected from port 1 to 1024, except for select network services. Incoming packets that are related to outgoing network connections are accepted. Outgoing network connections are allowed.</description>
<service name="dhcpv6-client"/>
<service name="ssh"/>
<service name="samba-client"/>
<service name="samba"/>
<service name="kerberos"/>
<service name="http"/>
<service name="https"/>
<service name="nfs"/>
<service name="rpc-bind"/>
<port port="1025-65535" protocol="udp"/>
<port port="1025-65535" protocol="tcp"/>
</zone>
|