11 lines
291 B
Text
11 lines
291 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2025 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
# Minimal set of rules for shadow based hat mapping.
|
|
|
|
abi <abi/4.0>,
|
|
|
|
include if exists <abstractions/mapping/shadow.d>
|
|
|
|
# vim:syntax=apparmor
|