mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-16 00:13:48 +01:00
23 lines
503 B
Plaintext
23 lines
503 B
Plaintext
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2022 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/3.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
@{exec_path} = /{usr/,}lib/snapd/snap-device-helper
|
|
profile snap-device-helper @{exec_path} {
|
|
include <abstractions/base>
|
|
|
|
capability bpf,
|
|
capability dac_read_search,
|
|
capability setgid,
|
|
capability sys_resource,
|
|
|
|
@{exec_path} mr,
|
|
|
|
@{sys}/fs/bpf/snap/ w,
|
|
|
|
include if exists <local/snap-device-helper>
|
|
} |