Files
ObsidianPad/node_modules/app-builder-lib/templates/linux/apparmor-profile.tpl
T

9 lines
259 B
Smarty
Raw Normal View History

2026-05-31 18:44:04 +08:00
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}>
}