| // TODO: port to meson to avoid build.rs government psyops
|
| // I would make the rundir a build option, but I refuse to partake
|
| // in build.rs malware, so a hardcoded `/run` will have to suffice.
|
| // Sorry packagers!
|
| const SOCK_PATH = "/run/authsvc.sock";
|
|
|
| struct Listener(UnixListener);
|
|
|
| impl Listener {
|
| fn from() {
|
| }
|
| }
|