We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef836e commit 233107eCopy full SHA for 233107e
src/network_support.md
@@ -668,6 +668,14 @@ statements):
668
semanage port -a -t my_server_port_t -p tcp -r s0 12345
669
```
670
671
+Only ports that fall outside the local, or ephemeral, port range are
672
+subject to the additional *name_bind* access check. You can see the
673
+current ephemeral port range on your system by checking the
674
+*net.ipv4.ip_local_port_range* sysctl:
675
+```
676
+sysctl net.ipv4.ip_local_port_range
677
678
+
679
## Labeled Network FileSystem (NFS)
680
681
Version 4.2 of NFS supports labeling between client/server and requires
0 commit comments