Open-Generative-AI/build/linux/apparmor.profile
Assem ElQersh 0f4ae55b37 feat: add Linux (Ubuntu) desktop build support
- Add electron:build:linux script and AppImage + .deb targets in package.json
- Fix Electron main.js: ESM → CommonJS, remove macOS-only titleBarStyle on Linux
- Fix createInlineInstructions undefined error in ImageStudio.js
- Fix Cinema Studio asset paths (absolute → relative) for Electron file:// protocol
- Add AppArmor profile for Ubuntu 24.04+ user namespace sandbox fix
- Add Ubuntu install docs and sandbox workaround to README
2026-04-15 00:49:44 +02:00

7 lines
194 B
Text

abi <abi/4.0>,
include <tunables/global>
profile open-generative-ai /opt/Open\ Generative\ AI/open-generative-ai flags=(unconfined) {
userns,
include if exists <local/open-generative-ai>
}