From 460af21c3e93f6c839d8217ab862f9b3a195a39d Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Fri, 1 Jul 2022 21:39:50 -0700 Subject: [PATCH] Remove IPAccounting as it has no effect Ref: https://github.com/systemd/systemd/issues/9513 Not sure what the intended use case of this configuration parameter is but it appears to be a known limitation that it does not work for what we need it to do, so remove. --- packer/riju.slice | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packer/riju.slice b/packer/riju.slice index c3e9eca..b5a7769 100644 --- a/packer/riju.slice +++ b/packer/riju.slice @@ -21,8 +21,3 @@ MemorySwapMax=0 # this space to user code. TasksAccounting=true TasksMax=400000 - -# Attempt to deny access to EC2 Instance Metadata service from user -# code. -IPAccounting=true -IPAddressDeny=169.254.169.254