feat(profile): add a few small profile needed by fsp.
This commit is contained in:
parent
1aa0142a6a
commit
d5a65ba831
4 changed files with 77 additions and 0 deletions
19
apparmor.d/profiles-m-r/open-iscsi-net-interface-handler
Normal file
19
apparmor.d/profiles-m-r/open-iscsi-net-interface-handler
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# 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>,
|
||||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = @{lib}/open-iscsi/net-interface-handler
|
||||
profile open-iscsi-net-interface-handler @{exec_path} flags=(complain) {
|
||||
include <abstractions/base>
|
||||
|
||||
@{exec_path} mr,
|
||||
@{sh_path} r,
|
||||
|
||||
include if exists <local/open-iscsi-net-interface-handler>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
Loading…
Add table
Add a link
Reference in a new issue