| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-10-25 | internal: use fallback paths when XDG_RUNTIME_DIR is not absolute | Ophestra Umiker | |
| There are scenarios where XDG_RUNTIME_DIR is set to an empty string or garbage. This check tries to ensure reasonable behaviour in most of those cases. Signed-off-by: Ophestra Umiker <cat@ophivana.moe> | |||
| 2024-10-23 | internal: wrap calls to os standard library functions | Ophestra 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> | |||
