# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2026 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
# LOGPROF-SUGGEST: no

# The bluetooth feature allows the application to use bluetooth (AF_BLUETOOTH)
# sockets. Note, for bluetooth to fully work you must also have network access.

  abi <abi/4.0>,

  network bluetooth,

  include if exists <abstractions/flatpak/features/bluetooth.d>

# vim:syntax=apparmor
