mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-16 00:13:48 +01:00
32 lines
744 B
Plaintext
32 lines
744 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} = @{bin}/swtpm
|
|
profile swtpm @{exec_path} {
|
|
include <abstractions/base>
|
|
include <abstractions/openssl>
|
|
|
|
signal (receive) set=(term) peer=libvirtd,
|
|
|
|
@{exec_path} mr,
|
|
|
|
/var/lib/libvirt/swtpm/@{uuid}/tpm2/.lock wk,
|
|
/var/lib/libvirt/swtpm/@{uuid}/tpm2/*.permall rw,
|
|
|
|
/var/log/swtpm/libvirt/qemu/*-swtpm.log w,
|
|
|
|
/tmp/.swtpm_setup.pidfile.* rw,
|
|
/tmp/[0-9]*/.lock rwk,
|
|
/tmp/[0-9]*/TMP* rw,
|
|
/tmp/[0-9]*/vtpm.sock rw,
|
|
|
|
@{run}/libvirt/qemu/swtpm/*.sock w,
|
|
@{run}/libvirt/qemu/swtpm/*.pid w,
|
|
|
|
include if exists <local/swtpm>
|
|
} |