aboutsummaryrefslogtreecommitdiffhomepage
path: root/license.go
AgeCommit message (Collapse)Author
2024-11-05fortify: implement cleaner argument structureOphestra Umiker
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
2024-10-23internal: wrap calls to os standard library functionsOphestra Umiker
This change helps tests stub out and simulate OS behaviour during the sealing process. This also removes dependency on XDG_RUNTIME_DIR as the internal.System implementation provided to App provides a compat directory inside the tmpdir-based share when XDG_RUNTIME_DIR is unavailable. Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
2024-07-16license: embed license in executableOphestra Umiker
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>