11 lines
336 B
Text
11 lines
336 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2023-2024 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/4.0>,
|
|
|
|
#aa:dbus common bus=system name=org.freedesktop.locale1 label=systemd-localed
|
|
|
|
include if exists <abstractions/bus/org.freedesktop.locale1.d>
|
|
|
|
# vim:syntax=apparmor
|