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>
|
|
|
|
|
2023-07-20 22:04:22 +02:00
|
|
|
@{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,
|
|
|
|
|
2023-07-09 15:09:55 +02:00
|
|
|
@{bin}/smartctl rPx,
|
2023-04-06 00:51:27 +02:00
|
|
|
|
2023-08-18 18:09:53 +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>
|
|
|
|
}
|