feat(abs): add new shells abstraction.
This commit is contained in:
parent
58a4f1601a
commit
adb936e62f
10 changed files with 28 additions and 20 deletions
11
apparmor.d/abstractions/shells
Normal file
11
apparmor.d/abstractions/shells
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue