aboutsummaryrefslogtreecommitdiffhomepage
path: root/dbus/dbus.go
AgeCommit message (Expand)Author
2024-10-28add package doc commentsOphestra Umiker
2024-10-09dbus/run: support running xdg-dbus-proxy in a restrictive bubblewrap sandboxOphestra Umiker
2024-10-07dbus: use name resolved by exec.CommandOphestra Umiker
2024-10-07helper: helper.Helper interfaceOphestra Umiker
2024-09-27dbus: return exported error for nil configOphestra Umiker
2024-09-25helper/args: simplify argument parsing and eliminate excess memory copiesOphestra Umiker
2024-09-25dbus: use generalised helper.Helper for xdg-dbus-proxyOphestra Umiker
2024-09-24dbus: assert fmt.Stringer instead of helper.Args on argument sealOphestra Umiker
2024-09-24dbus: seal as io.WriterTo interfaceOphestra Umiker
2024-09-24helper: separate helper args fd builder from dbusOphestra Umiker