Add initial cockpit profiles.
This commit is contained in:
parent
1a31d8271e
commit
a2dc5b1132
11 changed files with 259 additions and 1 deletions
16
apparmor.d/groups/virt/cockpit-ssh
Normal file
16
apparmor.d/groups/virt/cockpit-ssh
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# apparmor.d - Full set of apparmor profiles
|
||||
# Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
abi <abi/3.0>,
|
||||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = /{usr/,}lib/cockpit/cockpit-ssh
|
||||
profile cockpit-ssh @{exec_path} {
|
||||
include <abstractions/base>
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
include if exists <local/cockpit-ssh>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue