23 lines
No EOL
511 B
Text
23 lines
No EOL
511 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/3.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
@{exec_path} = /{usr/,}lib/vlc/vlc-cache-gen
|
|
profile vlc-cache-gen @{exec_path} {
|
|
include <abstractions/base>
|
|
include <abstractions/openssl>
|
|
|
|
@{exec_path} mr,
|
|
|
|
/{usr/,}lib/vlc/plugins/{,*} rw,
|
|
|
|
# Inherit silencer
|
|
deny network inet6 stream,
|
|
deny network inet stream,
|
|
|
|
include if exists <local/vlc-cache-gen>
|
|
} |