Skip to content

Commit c095f44

Browse files
committed
Add RestrictAddressFamily hardening
1 parent 0aed57e commit c095f44

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

service-hardening/index.html

+6
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,12 @@
160160
PrivateNetwork=true
161161
```
162162

163+
CVE-2016-8655 and others
164+
```bash
165+
[Service]
166+
RestrictAddressFamilies=AF_INET AF_INET6 AF_NETLINK AF_UNIX
167+
```
168+
163169
```bash
164170
[Service]
165171
IPAddressAllow=localhost

0 commit comments

Comments
 (0)