apparmor.d/apparmor.d/groups/gvfs/gvfs-goa-volume-monitor
2021-06-06 15:02:40 +01:00

17 lines
427 B
Text

# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2021 Mikhail Morfikov
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}lib/gvfs/gvfs-goa-volume-monitor
@{exec_path} += @{libexec}/gvfs-goa-volume-monitor
profile gvfs-goa-volume-monitor @{exec_path} {
include <abstractions/base>
@{exec_path} mr,
include if exists <local/gvfs-goa-volume-monitor>
}