# AppArmor profile for endlessh ssh tarpit
# Version of program profiled: git
# Homepage: https://codeberg.org/krathalan/endlessh
# SPDX-License-Identifier: Unlicense

abi <abi/3.0>,
include <tunables/global>

profile endlessh /usr/bin/endlessh {
  include <abstractions/base>

  /etc/endlessh.conf r,

  # Networking
  capability net_bind_service,
  network inet stream,
  network inet6 stream,
}
