summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/memcached.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/memcached.service b/scripts/memcached.service
index a96445b..854b7f3 100644
--- a/scripts/memcached.service
+++ b/scripts/memcached.service
@@ -34,7 +34,7 @@ NoNewPrivileges=true
PrivateDevices=true
# Required for dropping privileges and running as a different user
-CapabilityBoundingSet=CAP_SETGID CAP_SETUID
+CapabilityBoundingSet=CAP_SETGID CAP_SETUID CAP_SYS_RESOURCE
# Attempts to create memory mappings that are writable and executable at the same time,
# or to change existing memory mappings to become executable are prohibited.