LarpixClient/electron/node_modules/app-builder-lib/templates/linux/apparmor-profile.tpl
olcxja fb6c8b6ee9
All checks were successful
Android Build / publish (push) Successful in 55s
Linux Build / publish (push) Successful in 1m6s
update electron to v43
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}>
}