2021-04-01 17:17:47 +02:00
|
|
|
# apparmor.d - Full set of apparmor profiles
|
|
|
|
# Copyright (C) 2017-2021 Mikhail Morfikov
|
2024-02-07 00:16:21 +01:00
|
|
|
# Copyright (C) 2023-2024 Alexandre Pujol <alexandre@pujol.io>
|
2021-04-01 17:17:47 +02:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2020-09-12 17:19:23 +02:00
|
|
|
|
2020-12-10 22:33:39 +01:00
|
|
|
abi <abi/3.0>,
|
2020-09-12 17:19:23 +02:00
|
|
|
|
2020-12-10 22:33:39 +01:00
|
|
|
include <tunables/global>
|
2020-09-12 17:19:23 +02:00
|
|
|
|
2023-07-09 15:23:22 +02:00
|
|
|
@{exec_path} = @{bin}/ffplay
|
2020-09-12 17:19:23 +02:00
|
|
|
profile ffplay @{exec_path} {
|
2020-12-10 22:33:39 +01:00
|
|
|
include <abstractions/base>
|
|
|
|
include <abstractions/audio>
|
2023-03-10 11:24:02 +01:00
|
|
|
include <abstractions/freedesktop.org>
|
2022-04-24 11:52:42 +02:00
|
|
|
include <abstractions/nameservice-strict>
|
2021-12-08 12:59:46 +01:00
|
|
|
include <abstractions/user-download-strict>
|
2023-03-10 11:24:02 +01:00
|
|
|
include <abstractions/X>
|
2020-09-12 17:19:23 +02:00
|
|
|
|
2022-04-24 11:52:42 +02:00
|
|
|
network inet stream,
|
|
|
|
network inet6 stream,
|
|
|
|
network inet dgram,
|
|
|
|
network inet6 dgram,
|
|
|
|
|
2020-09-12 17:19:23 +02:00
|
|
|
@{exec_path} mr,
|
|
|
|
|
|
|
|
/etc/machine-id r,
|
|
|
|
/var/lib/dbus/machine-id r,
|
|
|
|
|
2023-03-10 11:24:02 +01:00
|
|
|
owner @{user_music_dirs}/** rw,
|
|
|
|
owner @{user_videos_dirs}/** rw,
|
|
|
|
|
2020-09-12 17:19:23 +02:00
|
|
|
@{sys}/devices/system/node/ r,
|
|
|
|
@{sys}/devices/system/node/node[0-9]/meminfo r,
|
|
|
|
|
2020-12-10 22:33:39 +01:00
|
|
|
include if exists <local/ffplay>
|
2020-09-12 17:19:23 +02:00
|
|
|
}
|