mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 18:08:53 +00:00
95775be1d9
Boost property trees are level delimited using '.' characters. An Apple property list may contain keys with '.' characters, so the plist conversion must use iterators and raw node appends.
39 lines
1.0 KiB
Plaintext
39 lines
1.0 KiB
Plaintext
<?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>Disabled</key>
|
|
<true/>
|
|
<key>Label</key>
|
|
<string>com.apple.FileSyncAgent.sshd</string>
|
|
<key>ProgramArguments</key>
|
|
<array>
|
|
<string>/System/Library/CoreServices/FileSyncAgent.app/Contents/Resources/FileSyncAgent_sshd-keygen-wrapper</string>
|
|
<string>-i</string>
|
|
<string>-f</string>
|
|
<string>/System/Library/CoreServices/FileSyncAgent.app/Contents/Resources/FileSyncAgent_sshd_config</string>
|
|
</array>
|
|
<key>SessionCreate</key>
|
|
<true/>
|
|
<key>Sockets</key>
|
|
<dict>
|
|
<key>Listeners</key>
|
|
<dict>
|
|
<key>SockServiceName</key>
|
|
<string>appleugcontrol</string>
|
|
<key>Bonjour</key>
|
|
<true/>
|
|
</dict>
|
|
</dict>
|
|
<key>StandardErrorPath</key>
|
|
<string>/dev/null</string>
|
|
<key>inetdCompatibility</key>
|
|
<dict>
|
|
<key>Wait</key>
|
|
<false/>
|
|
</dict>
|
|
<key>com.apple.Sync</key>
|
|
<string>TestDotStringAsKey</string>
|
|
</dict>
|
|
</plist>
|