WIP Android-style application sandbox for Linux desktop applications.
Go to file
Ophestra Umiker 65c02b540d
util: port sd_booted function
Manpage provided by systemd states that the sd_booted function internally "checks whether the directory /run/systemd/system/ exists", as well as that "a simple check like this can also be implemented trivially in shell or any other language". This implies the behaviour of this function can be expected to be stable.

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
2024-07-11 01:13:41 +09:00
.gitignore cli: parse and resolve flags 2024-07-09 15:39:40 +09:00
acl.go acl: implement acl utils via libacl 2024-07-11 00:38:21 +09:00
cli.go cli: parse and resolve flags 2024-07-09 15:39:40 +09:00
flake.lock nix: set up devShell 2024-07-11 01:10:35 +09:00
flake.nix nix: set up devShell 2024-07-11 01:10:35 +09:00
go.mod cli: parse and resolve flags 2024-07-09 15:39:40 +09:00
main.go cli: parse and resolve flags 2024-07-09 15:39:40 +09:00
util.go util: port sd_booted function 2024-07-11 01:13:41 +09:00