Security memcached: disable UDP

CVE-2018-1000115

Change-Id: I30acb41f1209c0d07eb58f4feec91bc53146dcea
Closes-Bug: #1753425
(cherry picked from commit 87036f357e)
This commit is contained in:
Kevin TIBI 2018-03-05 10:40:40 +01:00 committed by Kevin Tibi
parent 6e0139ebf4
commit 98a1b8b858
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{
"command": "/usr/bin/memcached -v -l {{ api_interface_address }} -p {{ memcached_port }} -c {{ memcached_connection_limit }}",
"command": "/usr/bin/memcached -v -l {{ api_interface_address }} -p {{ memcached_port }} -c {{ memcached_connection_limit }} -U 0",
"config_files": []
}