Created
March 24, 2020 20:17
-
-
Save redshiftzero/93c1abf7db58f84c9cbfa58ba4c9c5b0 to your computer and use it in GitHub Desktop.
sdlog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]; | |
} |
Author
redshiftzero
commented
Mar 24, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment