From d8f76f3b2594db4687c0203c4f2be8d3e4ef7740 Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Wed, 4 Sep 2024 01:20:12 +0900 Subject: rename to fortify and restructure More sandbox features will be added and this will no longer track ego's features and behaviour. Signed-off-by: Ophestra Umiker --- internal/system/value.go | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 internal/system/value.go (limited to 'internal/system/value.go') diff --git a/internal/system/value.go b/internal/system/value.go new file mode 100644 index 00000000..aa4da518 --- /dev/null +++ b/internal/system/value.go @@ -0,0 +1,17 @@ +package system + +const ( + xdgRuntimeDir = "XDG_RUNTIME_DIR" +) + +type Values struct { + Share string + Runtime string + RunDir string + Verbose bool +} + +var ( + V *Values + MethodFlags [2]bool +) -- cgit v1.3.1