blob: a53237dd8dc1df56f90dcd41de911737b3e5d828 [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.1.2 Ensure IPv6 loopback traffic is configured ##
ip6tables -A INPUT -s ::1 -j DROP