apparmor.d/apparmor.d/groups/freedesktop/plymouth
2022-08-19 19:25:22 +01:00

20 lines
No EOL
454 B
Text

# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2022 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}bin/plymouth
profile plymouth @{exec_path} {
include <abstractions/base>
unix (send, receive, connect) type=stream peer=(addr="@/org/freedesktop/plymouthd"),
@{exec_path} mr,
@{PROC}/cmdline r,
include if exists <local/plymouth>
}