apparmor.d/apparmor.d/groups/kde/kauth-kded-smart-helper

21 lines
504 B
Text
Raw Normal View History

2023-04-06 00:51:27 +02:00
# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2023 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = @{lib}/kauth/{,libexec/}kded-smart-helper
2023-04-06 00:51:27 +02:00
profile kauth-kded-smart-helper @{exec_path} {
include <abstractions/base>
include <abstractions/nameservice-strict>
@{exec_path} mr,
@{bin}/smartctl rPx,
2023-04-06 00:51:27 +02:00
/usr/share/icu/@{int}.@{int}/*.dat r,
2023-04-30 22:46:10 +02:00
2023-04-06 00:51:27 +02:00
include if exists <local/kauth-kded-smart-helper>
}