Add Kolide osquery tables
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>inbinary</key>
|
||||
<data>YnBsaXN0MDDSAQIDBlNhcnJXYXN0cmluZ6IEBVNvbmVTdHdvVWhlbGxvCA0RGRwgJAAAAAAAAAEBAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAq</data>
|
||||
<key>inxml</key>
|
||||
<string><?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>arr</key>
|
||||
<array>
|
||||
<string>one</string>
|
||||
<string>two</string>
|
||||
</array>
|
||||
<key>astring</key>
|
||||
<string>hello</string>
|
||||
</dict>
|
||||
</plist></string>
|
||||
</dict>
|
||||
</plist>
|
||||
plutil -convert xml1 -o - nested.template.json
|
||||
Reference in New Issue
Block a user