From e4f41bd6abcbd30961c61f9d48125f890e63f822 Mon Sep 17 00:00:00 2001 From: xplshn <114888778+xplshn@users.noreply.github.com> Date: Tue, 1 Apr 2025 09:32:15 +0000 Subject: [PATCH] docs: formats/appbundle: +1 quirk notice | - user namespaces are not required --- formats/packages/appbundle/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/formats/packages/appbundle/README.md b/formats/packages/appbundle/README.md index 92320df..62749b6 100644 --- a/formats/packages/appbundle/README.md +++ b/formats/packages/appbundle/README.md @@ -28,7 +28,6 @@ description: https://github.com/xplshn/AppBundleHUB {% hint style="info" %} * [**Fuse**](../errors-and-quirks/fuse.md): Required for mounting Filesystems & Images * [**Fonts**](../errors-and-quirks/fonts.md): Required to display/render Non-English Chars, Emojis, Symbols etc. -* [**Kernel User NameSpaces**](../errors-and-quirks/namespaces.md): Required for Sandboxing, Security & Performance {% endhint %} *** @@ -36,8 +35,9 @@ description: https://github.com/xplshn/AppBundleHUB ### Quirks {% hint style="info" %} +* AppBundles will often have quirky filenames, such as .dwfs.AppBundle or .sqfs.AppBundle, this is in order to hint the user about the filesystem being used in the AppBundle. But this is just an arbitrary choice. The file can be named any way the user likes. + **WARNINGS** * NEVER run **`strip`**, **`objcopy`** or any other binary rewriting tool as they will often just strip the **`squashfs|dwarfs`** archive, only preserving the **`runtime`**. -* A typical **`.appbundle`** file is not a real elf binary, thus will not survive this process. {% endhint %}