mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 17:08:09 +01:00
feat(abs): extend the bash abs with some common values.
This commit is contained in:
parent
158c6006b1
commit
eb66feef62
1 changed files with 11 additions and 0 deletions
11
apparmor.d/abstractions/bash.d/complete
Normal file
11
apparmor.d/abstractions/bash.d/complete
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
|
||||
|
||||
/usr/share/bash-completion/{,**} r,
|
||||
|
||||
@{etc_ro}/profile.d/ r,
|
||||
@{etc_ro}/profile.d/* r,
|
||||
|
||||
owner @{HOME}/.alias r,
|
||||
owner @{HOME}/.i18n r,
|
Loading…
Reference in a new issue