25 lines
678 B
Text
25 lines
678 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2023-2024 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/4.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
@{exec_path} = @{lib}/{,kf6/}kauth/{,libexec/}discretegpuhelper
|
|
profile kauth-discretegpuhelper @{exec_path} {
|
|
include <abstractions/base>
|
|
include <abstractions/bus-system>
|
|
include <abstractions/bus/org.freedesktop.PolicyKit1>
|
|
include <abstractions/nameservice-strict>
|
|
|
|
#aa:dbus own bus=system name=org.kde.powerdevil.discretegpuhelper
|
|
|
|
@{exec_path} mr,
|
|
|
|
/usr/share/icu/@{int}.@{int}/*.dat r,
|
|
|
|
include if exists <local/kauth-discretegpuhelper>
|
|
}
|
|
|
|
# vim:syntax=apparmor
|