Security memcached: disable UDP
CVE-2018-1000115 Change-Id: I30acb41f1209c0d07eb58f4feec91bc53146dcea Closes-Bug: #1753425
This commit is contained in:
parent
e66cb5d46b
commit
87036f357e
@ -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": []
|
"config_files": []
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user