19 lines
No EOL
634 B
Text
19 lines
No EOL
634 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Extended system 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.
|
|
|
|
# Universally unique identifier
|
|
@{uuid}=[0-9a-f]*-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*
|
|
|
|
# Common mountpoints
|
|
@{MOUNTS}=/media/ @{run}/media /mnt
|
|
|
|
# Libexec path. Different in some distribution
|
|
@{libexec}=/usr/lib # Archlinux
|
|
@{libexec}=/usr/libexec # Debian/Ubuntu
|
|
|
|
include if exists <tunables/extend.d> |