# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2024 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only

# This abstraction is only required when an interactive shell is started.
# Classic shell scripts do not need it.

  abi <abi/4.0>,

  include <abstractions/bash-strict>
  include <abstractions/fish>
  include <abstractions/zsh>

  include if exists <abstractions/shells.d>

# vim:syntax=apparmor
