apparmor.d/apparmor.d/abstractions/shells
2024-05-01 13:49:51 +01:00

12 lines
400 B
Text

# 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.
include <abstractions/bash-strict>
include <abstractions/fish>
include <abstractions/zsh>
include if exists <abstractions/shells.d>