2026-03-16 17:28:24 -04:00
2026-01-06 14:17:09 -05:00
2025-10-15 12:46:53 -04:00
2025-10-23 14:38:02 -04:00
2025-12-02 15:44:46 -05:00
2025-10-15 12:46:53 -04:00
2025-10-09 09:22:24 -04:00
2025-12-02 15:44:46 -05:00
2026-03-16 17:28:01 -04:00
2026-01-07 13:05:11 -05:00
2025-10-23 13:57:50 -04:00

Logos Capability Module

Coordinates permissions and capabilities between Logos modules.

Build the module

nix build

This will create a result symlink with the following structure:

result/
└── lib/
    └── capability_module_plugin.dylib  (or .so on Linux)

Enter development shell

nix develop

Build manually in development shell

nix develop
mkdir build && cd build
cmake -GNinja ..
ninja

Building with CMake

If you don't want to use Nix, you can build directly with CMake:

mkdir build && cd build
cmake -GNinja \
  -DLOGOS_CPP_SDK_ROOT=/path/to/logos-cpp-sdk \
  -DLOGOS_LIBLOGOS_ROOT=/path/to/logos-liblogos \
  ..
ninja

Dependencies

S
Description
No description provided
Readme
9.2 MiB
Languages
C++ 81.2%
Shell 10.6%
Nix 4.7%
CMake 3.5%