Skip to content

Instantly share code, notes, and snippets.

@redshiftzero
Created March 24, 2020 20:17
Show Gist options
  • Save redshiftzero/93c1abf7db58f84c9cbfa58ba4c9c5b0 to your computer and use it in GitHub Desktop.
Save redshiftzero/93c1abf7db58f84c9cbfa58ba4c9c5b0 to your computer and use it in GitHub Desktop.
sdlog
digraph g {
"sd-proxy-buster-template" -> "sd-log" [label="securedrop.Log" color=red];
"sd-devices" -> "sd-log" [label="securedrop.Log" color=red];
"sd-devices-dvm" -> "sd-log" [label="securedrop.Log" color=red];
"sd-whonix" -> "sd-log" [label="securedrop.Log" color=red];
"sd-gpg" -> "sd-log" [label="securedrop.Log" color=red];
"sd-proxy" -> "sd-log" [label="securedrop.Log" color=red];
"sd-devices-buster-template" -> "sd-log" [label="securedrop.Log" color=red];
"sd-app-buster-template" -> "sd-log" [label="securedrop.Log" color=red];
"securedrop-workstation-buster" -> "sd-log" [label="securedrop.Log" color=red];
"sd-log" -> "sd-log" [label="securedrop.Log" color=red];
"sd-viewer-buster-template" -> "sd-log" [label="securedrop.Log" color=red];
"sd-log-buster-template" -> "sd-log" [label="securedrop.Log" color=red];
"sd-viewer" -> "sd-log" [label="securedrop.Log" color=red];
"sd-app" -> "sd-log" [label="securedrop.Log" color=red];
}
@redshiftzero
Copy link
Author

sdlog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment