feat(abs): add abstraction for ansible.
This commit is contained in:
parent
c32884ddeb
commit
35d42038fd
1 changed files with 11 additions and 0 deletions
11
apparmor.d/abstractions/ansible
Normal file
11
apparmor.d/abstractions/ansible
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# apparmor.d - Full set of apparmor profiles
|
||||
# Copyright (C) 2025 Alexandre Pujol <alexandre@pujol.io>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
abi <abi/4.0>,
|
||||
|
||||
owner @{HOME}/.ansible/tmp/ansible-tmp-*/* rw,
|
||||
|
||||
include if exists <abstractions/ansible.d>
|
||||
|
||||
# vim:syntax=apparmor
|
||||
Loading…
Add table
Add a link
Reference in a new issue