feat(profile): add initial structure some snap tools.
This commit is contained in:
parent
cc133e5f57
commit
a777161846
5 changed files with 90 additions and 0 deletions
16
apparmor.d/profiles-s-z/snap-repair
Normal file
16
apparmor.d/profiles-s-z/snap-repair
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# apparmor.d - Full set of apparmor profiles
|
||||
# Copyright (C) 2023 Alexandre Pujol <alexandre@pujol.io>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
abi <abi/3.0>,
|
||||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = @{lib}/snapd/snap-repair
|
||||
profile snap-repair @{exec_path} {
|
||||
include <abstractions/base>
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
include if exists <local/snap-repair>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue