diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-03-24 20:07:42 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-03-24 20:07:42 +0100 |
commit | 7f8aa67131cfc03ddcbd31c0420754864fc122f0 (patch) | |
tree | 656e59465be5daa450fa4d34dcf2cc3bf298bf93 /man | |
parent | 1cfc57e8847ab2b138e5a8fcff4f881b3b1a9b60 (diff) |
core: remove tcpwrap support
tcpwrap is legacy code, that is barely maintained upstream. It's APIs
are awful, and the feature set it exposes (such as DNS and IDENT
access control) questionnable. We should not support this natively in
systemd.
Hence, let's remove the code. If people want to continue making use of
this, they can do so by plugging in "tcpd" for the processes they start.
With that scheme things are as well or badly supported as they were from
traditional inetd, hence no functionality is really lost.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.exec.xml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index f47826ce4a..11ad7f6605 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -687,31 +687,6 @@ </varlistentry> <varlistentry> - <term><varname>TCPWrapName=</varname></term> - <listitem><para>If this is a - socket-activated service, this sets the - tcpwrap service name to check the - permission for the current connection - with. This is only useful in - conjunction with socket-activated - services, and stream sockets (TCP) in - particular. It has no effect on other - socket types (e.g. datagram/UDP) and - on processes unrelated to socket-based - activation. If the tcpwrap - verification fails, daemon start-up - will fail and the connection is - terminated. See - <citerefentry><refentrytitle>tcpd</refentrytitle><manvolnum>8</manvolnum></citerefentry> - for details. Note that this option may - be used to do access control checks - only. Shell commands and commands - described in - <citerefentry><refentrytitle>hosts_options</refentrytitle><manvolnum>5</manvolnum></citerefentry> - are not supported.</para></listitem> - </varlistentry> - - <varlistentry> <term><varname>CapabilityBoundingSet=</varname></term> <listitem><para>Controls which |