2023-04-30 22:50:08 +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-09 15:09:55 +02:00
|
|
|
@{exec_path} = @{lib}/kf5/kscreen_backend_launcher
|
2023-04-30 22:50:08 +02:00
|
|
|
profile kscreen_backend_launcher @{exec_path} {
|
|
|
|
include <abstractions/base>
|
|
|
|
include <abstractions/qt5>
|
|
|
|
include <abstractions/X-strict>
|
|
|
|
|
|
|
|
@{exec_path} mr,
|
|
|
|
|
|
|
|
/usr/share/hwdata/*.ids r,
|
2023-08-18 18:09:53 +02:00
|
|
|
/usr/share/icu/@{int}.@{int}/*.dat r,
|
2023-04-30 22:50:08 +02:00
|
|
|
|
|
|
|
/dev/tty r,
|
|
|
|
|
|
|
|
include if exists <local/kscreen_backend_launcher>
|
|
|
|
}
|