localsearch is the new name of tracker-extract. The profile for tracker-extract is kept as they will differ in the future.
21 lines
513 B
Text
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
|