feat(abs): add new shells abstraction.

This commit is contained in:
Alexandre Pujol 2024-03-29 18:31:15 +00:00
parent 58a4f1601a
commit adb936e62f
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
10 changed files with 28 additions and 20 deletions

View file

@ -0,0 +1,11 @@
# 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/zsh>
include if exists <abstractions/shells.d>