LarpixClient/electron/node_modules/app-builder-lib/templates/linux/apparmor-profile.tpl
2026-07-09 22:38:33 +02:00

9 lines
No EOL
259 B
Go Template

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}>
}