NeahNew/node_modules/app-builder-lib/templates/linux/apparmor-profile.tpl
2025-05-06 22:43:27 +02:00

9 lines
257 B
Smarty

abi <abi/4.0>,
include <tunables/global>
profile ${executable} "/opt/${sanitizedProductName}/${executable}" flags=(unconfined) {
userns,
# Site-specific additions and overrides. See local/README for details.
include if exists <local/${executable}>
}