apparmor.d/apparmor.d/profiles-g-l/gping
2023-03-10 10:26:00 +00:00

19 lines
No EOL
394 B
Text

# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2023 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}bin/gping
profile gping @{exec_path} {
include <abstractions/base>
include <abstractions/consoles>
@{exec_path} mr,
/{usr/,}bin/ping rPx,
include if exists <local/gping>
}