Hacker News new | ask | show | jobs
by dijit 2523 days ago
The .plist doesn’t appear malicious, but I wouldn’t ideally be installing random profiles like this from random places.
3 comments

How to make your own:

https://www.idropnews.com/how-to/heres-how-to-stop-sharing-y...

It should look something like this (you'll have to remove a bunch of other unnecessary settings from the file to make it look list this):

    <?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>PayloadContent</key>
     <array>
      <dict>
       <key>PayloadDescription</key>
       <string>Configures restrictions</string>
       <key>PayloadDisplayName</key>
       <string>Restrictions</string>
       <key>PayloadIdentifier</key>
       <string>com.apple.applicationaccess.masked</string>
       <key>PayloadType</key>
       <string>com.apple.applicationaccess</string>
       <key>PayloadUUID</key>
       <string>masked</string>
       <key>PayloadVersion</key>
       <integer>1</integer>
       <key>allowSiriServerLogging</key>
       <false/>
      </dict>
     </array>
     <key>PayloadDisplayName</key>
     <string>Prevent Siri from Logging Me</string>
     <key>PayloadIdentifier</key>
     <string>masked</string>
     <key>PayloadRemovalDisallowed</key>
     <false/>
     <key>PayloadType</key>
     <string>Configuration</string>
     <key>PayloadUUID</key>
     <string>masked</string>
     <key>PayloadVersion</key>
     <integer>1</integer>
    </dict>
    </plist>
Step 4 within the list is literally

> 4. If you feel like there should be an easier way to achieve this, let Apple know using their Feedback[1] form.

[1] https://www.apple.com/feedback/

Seems fine. iOS tells you exactly what the profile does and it’s not hard to understand it.