chiark / gitweb /
core: add new RestrictAddressFamilies= switch
authorLennart Poettering <lennart@poettering.net>
Tue, 25 Feb 2014 19:37:03 +0000 (20:37 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 26 Feb 2014 01:19:28 +0000 (02:19 +0100)
This new unit settings allows restricting which address families are
available to processes. This is an effective way to minimize the attack
surface of services, by turning off entire network stacks for them.

This is based on seccomp, and does not work on x86-32, since seccomp
cannot filter socketcall() syscalls on that platform.


No differences found