mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-16 16:33:50 +01:00
15 lines
486 B
Plaintext
15 lines
486 B
Plaintext
# 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> |