apparmor.d/apparmor.d/abstractions/shells
REmerald c1d531525a
fix(abstractions, tunables): move vim modeline
Move vim syntax comment to the end of the file, separated by newline, as requested in #380.
2024-06-15 22:01:25 +01:00

14 lines
423 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>
# vim:syntax=apparmor