We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c69cea3 commit ca8fa1bCopy full SHA for ca8fa1b
README.md
@@ -121,7 +121,7 @@ if __name__ == "__main__":
121
# For an installed and running system osqueryd, this is:
122
# Linux and macOS: /var/osquery/osquery.em
123
# FreeBSD: /var/run/osquery.em
124
- # Windows: \\.pipe\osquery.em
+ # Windows: \\.\pipe\osquery.em
125
instance = osquery.ExtensionClient('/home/you/.osquery/osqueryd.sock')
126
instance.open() # This may raise an exception
127
0 commit comments