20 lines
498 B
Text
20 lines
498 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2021-2024 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/4.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
@{exec_path} = @{lib}/{,NetworkManager/}nm-openvpn-service-openvpn-helper
|
|
profile nm-openvpn-service-openvpn-helper @{exec_path} {
|
|
include <abstractions/base>
|
|
|
|
@{exec_path} mr,
|
|
|
|
@{HOME}/.cert/nm-openvpn/*.pem r,
|
|
|
|
include if exists <local/nm-openvpn-service-openvpn-helper>
|
|
}
|
|
|
|
# vim:syntax=apparmor
|