apparmor.d/apparmor.d/groups/gnome/gsd-wwan
2024-03-21 23:03:08 +00:00

20 lines
No EOL
476 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/3.0>,
include <tunables/global>
@{exec_path} = @{lib}/gsd-wwan
profile gsd-wwan @{exec_path} {
include <abstractions/base>
include <abstractions/bus-session>
include <abstractions/dconf-write>
#aa:dbus own bus=session name=org.gnome.SettingsDaemon.Wwan
@{exec_path} mr,
include if exists <local/gsd-wwan>
}