apparmor.d/apparmor.d/groups/kde/xwaylandvideobridge
2024-03-22 22:13:42 +00:00

24 lines
No EOL
616 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} = @{bin}/xwaylandvideobridge
profile xwaylandvideobridge @{exec_path} {
include <abstractions/base>
include <abstractions/graphics>
include <abstractions/nameservice-strict>
include <abstractions/kde-strict>
@{exec_path} mr,
/etc/machine-id r,
owner @{user_cache_dirs}/xwaylandvideobridge/ rw,
owner @{user_cache_dirs}/xwaylandvideobridge/** rwk,
include if exists <local/xwaylandvideobridge>
}