Add 7 systemd profiles.

This commit is contained in:
Alexandre Pujol 2021-04-02 10:28:21 +01:00
parent b6152def16
commit 4dc8d53c0e
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
7 changed files with 292 additions and 0 deletions

View file

@ -0,0 +1,18 @@
# 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/,}bin/systemd-hwdb
profile systemd-hwdb @{exec_path} {
include <abstractions/base>
@{exec_path} mr,
owner @{PROC}/@{pid}/stat r,
include if exists <local/systemd-hwdb>
}