blob: f145421fbd42071f53679b6718a9c1d562450b73 [file] [log] [blame]
#!/bin/bash
# Copyright 2021 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
## Section 3.5.2.2 Ensure loopback traffic is configured ##
iptables -A INPUT -s 127.0.0.0/8 -j DROP