Documentation
¶
Overview ¶
Command awf is the AWF runtime CLI entry point. All real logic lives in the cli package; this binary is a four-line wrapper that hands os.Args + the standard writers to cli.Run and exits with the returned code.
WS-5: Before delegating to cli.Run, maybeSandboxTrampoline() is called to intercept the __sandbox re-exec subcommand used by the Linux go-landlock trampoline launcher. On non-Linux platforms and for normal invocations this call is a no-op.
Click to show internal directories.
Click to hide internal directories.