33 lines
No EOL
639 B
Text
33 lines
No EOL
639 B
Text
# 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/,}bin/qemu-ga
|
|
profile qemu-ga @{exec_path} {
|
|
include <abstractions/base>
|
|
|
|
capability mknod,
|
|
capability net_admin,
|
|
capability sys_ptrace,
|
|
|
|
ptrace peer=unconfined,
|
|
|
|
@{exec_path} mr,
|
|
|
|
/{usr/,}bin/systemctl rix,
|
|
|
|
/etc/qemu/qemu-ga.conf r,
|
|
|
|
owner @{run}/qga.state* rw,
|
|
|
|
@{sys}/devices/system/node/ r,
|
|
@{sys}/devices/system/node/node*/meminfo r,
|
|
|
|
/dev/vport[0-9]*p[0-9]* rw,
|
|
|
|
include if exists <local/qemu-ga>
|
|
} |