commit | f6975e9f76112c375af8ff98a22d5886541faeb3 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Fri May 26 17:42:10 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat May 27 07:02:17 2017 +0200 |
tree | 33fc1bf835a91b1b8098b8a6e2220bead4154f9a | |
parent | 07a62f7a7ee1caf24283ba73df1467be2517ae88 [diff] |
MINOR: cli: add 'expose-fd listeners' to pass listeners FDs This patch changes the stats socket rights for allowing the sending of listening sockets. The previous behavior was to allow any unix stats socket with admin level to send sockets. It's not possible anymore, you have to set this option to activate the socket sending. Example: stats socket /var/run/haproxy4.sock mode 666 expose-fd listeners level user process 4