fortify/internal/app
Ophestra Umiker 65bd7d18db
app/share: fix order to ensure SharePath before any of its subdirectories
shareTmpdirChild happened to request an ephemeral dir within SharePath and was called before shareRuntime which ensures that path. This commit moves SharePath initialisation to shareSystem and moves shareTmpdirChild into ShareSystem. Further cleanup and tests are desperately needed for the app package but for now this fix will have to do.

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
2024-10-18 01:21:58 +09:00
..
app.go app: port app to use the system package 2024-10-16 01:38:59 +09:00
config.go system: move enablements from state package 2024-10-16 14:38:57 +09:00
id.go app: clean up interactions and handle all application state and setup/teardown 2024-09-22 01:15:39 +09:00
launch.machinectl.go app: port app to use the system package 2024-10-16 01:38:59 +09:00
launch.sudo.go app: port app to use the system package 2024-10-16 01:38:59 +09:00
seal.go system: move enablements from state package 2024-10-16 14:38:57 +09:00
share.dbus.go system: move enablements from state package 2024-10-16 14:38:57 +09:00
share.display.go system: move enablements from state package 2024-10-16 14:38:57 +09:00
share.pulse.go system: move enablements from state package 2024-10-16 14:38:57 +09:00
share.runtime.go app/share: fix order to ensure SharePath before any of its subdirectories 2024-10-18 01:21:58 +09:00
share.system.go app/share: fix order to ensure SharePath before any of its subdirectories 2024-10-18 01:21:58 +09:00
start.go system: move enablements from state package 2024-10-16 14:38:57 +09:00
system.go app/share: fix order to ensure SharePath before any of its subdirectories 2024-10-18 01:21:58 +09:00