mirror of
https://github.com/Anil-matcha/Open-Generative-AI.git
synced 2026-05-07 01:17:18 +00:00
- 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
7 lines
194 B
Text
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>
|
|
}
|