diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-02-02 06:21:31 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-02-02 06:22:36 +0100 |
commit | 9f056f4087b9b0c88decc33c32078f8503efa46e (patch) | |
tree | 52f5a4c162c6c5817116300299c64f0b927e39f8 /man | |
parent | 803a3464ce5b8383101467b1277e72713dd75e6b (diff) |
man: document that we support tcpwrappers only for access control
We do not support, and explicitly never want to support environment
variable settings and suchlike in tcpwrappers.
https://bugs.freedesktop.org/show_bug.cgi?id=45143
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.exec.xml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 9d074ca5ee..8c363a0699 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -645,14 +645,19 @@ 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 + 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.</para></listitem> + 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> |