linglong/apps/uab
reddevillg 588fd5c49e feat: Add --mount option and improve loader
Adds a new `--mount` command-line option to the UAB helper. This allows
mounting the UAB's bundle filesystem to a specified directory and
keeping it mounted, which is useful for debugging and inspection.

The UAB loader is enhanced to forward all its command-line arguments
to the application running inside the container.

Signed-off-by: reddevillg <reddevillg@gmail.com>
2025-10-16 10:58:26 +08:00
..
header feat: Add --mount option and improve loader 2025-10-16 10:58:26 +08:00
loader feat: Add --mount option and improve loader 2025-10-16 10:58:26 +08:00
CMakeLists.txt feat: add ll-builder-utils to build uab header and loader 2025-04-15 10:14:35 +08:00
README.md style: format code with ClangFormat and Prettier 2025-07-18 15:13:19 +08:00

README.md

uab-header

uab-header is a template binary which is used by ll-builder to build uab (Universal Application Bundle).

Due to one of the goals of Uab is to depends as few runtime dependencies as possible, uab-header will statically link all dependent libraries at compile time. It is important to note that when some of the system's base libraries are upgraded, it may cause uab to fail to run properly

It's not an executable binary in the traditional sense, so we shouldn't add executable permissions to it when installing it to the system.