apparmor.d/apparmor.d/groups/gnome/localsearch-control
Alexandre Pujol 86906d2601
feat(profile): add localsearch (renamed from tracker-extract
localsearch is the new name of  tracker-extract. The profile for  tracker-extract is kept as they will differ in the future.
2025-02-09 20:32:06 +01:00

21 lines
513 B
Text

# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2024 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/4.0>,
include <tunables/global>
@{exec_path} = @{lib}/localsearch-control-3
profile localsearch-control @{exec_path} {
include <abstractions/base>
include <abstractions/bus-session>
#aa:dbus own bus=session name=org.freedesktop.Tracker3.Miner.Files.Control
@{exec_path} mr,
include if exists <local/localsearch-control>
}
# vim:syntax=apparmor