Better tunables definitions.

This commit is contained in:
Alexandre Pujol 2021-08-20 19:14:49 +01:00
parent 9eecac80a2
commit b65955d055
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 56 additions and 19 deletions

View file

@ -0,0 +1,15 @@
# apparmor.d - Full set of apparmor profiles
# Extended systemd directories definition
# Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
# To allow extended personalisation without breaking everything.
# All apparmor profiles should always use the variables defined here.
# Common mountpoints
@{MOUNTS}=/media/ @{run}/media /mnt
# Libexec path. Different in some distribution
@{libexec}=/usr/lib
include if exists <tunables/extend.d>