On Monday, December 22, 2003, at 03:44 AM, Glen White wrote:

Here are the first couple lines found in the config.plist file in: (~/Library/Application Support/Little Snitch/config.plist)

[EMAIL PROTECTED],â<plist version="1.0">
<array>

Most .plist files begin with this:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd";>
<plist version="1.0">



Is this really what it should look like? I've changed it but it only returns after loading the modified version.

Yes, it should really look like that. The first couple of bytes contain a digital signature over the file content to prevent malicious applications (which do exist!) from modifying Little Snitch's configuration. Other plist files don't have this type of signature.


Regards, Christian.

--
Little Snitch Support, Objective Development.
[EMAIL PROTECTED]

_______________________________________________
Littlesnitch-talk mailing list
[EMAIL PROTECTED]
http://at.obdev.at/mailman/listinfo/littlesnitch-talk

Reply via email to