Skip to content

Commit

Permalink
Update watchList.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
objective-see committed Mar 21, 2024
1 parent a3892f4 commit f8bceaf
Showing 1 changed file with 12 additions and 26 deletions.
38 changes: 12 additions & 26 deletions Daemon/Daemon/watchList.plist
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<string>installed a launch daemon or agent</string>
<key>ignoreKids</key>
<true/>
<key>maxOSVersion</key>
<integer>13</integer>
<key>maxOSVersion</key>
<integer>13</integer>
</dict>
<dict>
<key>description</key>
Expand All @@ -45,8 +45,8 @@
<string>installed a login item</string>
<key>ignoreKids</key>
<true/>
<key>maxOSVersion</key>
<integer>13</integer>
<key>maxOSVersion</key>
<integer>13</integer>
</dict>
<dict>
<key>description</key>
Expand Down Expand Up @@ -75,37 +75,23 @@
<string>created an application helper login item</string>
<key>ignoreKids</key>
<false/>
<key>maxOSVersion</key>
<integer>13</integer>
<key>maxOSVersion</key>
<integer>13</integer>
</dict>
<dict>
<key>description</key>
<string>Event Monitor Daemon</string>
<string>Background Task Management</string>
<key>paths</key>
<array>
<string>/private/etc/emond.d/rules</string>
</array>
<array/>
<key>class</key>
<string>EventMonitor</string>
<string>Btm</string>
<key>alert</key>
<string>created an event monitor rule</string>
<string>created an background task item</string>
<key>ignoreKids</key>
<true/>
<key>minOSVersion</key>
<integer>14</integer>
</dict>
<dict>
<key>description</key>
<string>Background Task Management</string>
<key>paths</key>
<array></array>
<key>class</key>
<string>Btm</string>
<key>alert</key>
<string>created an background task item</string>
<key>ignoreKids</key>
<true/>
<key>minOSVersion</key>
<integer>14</integer>
</dict>
<dict>
<key>description</key>
<string>Process Monitor</string>
Expand Down

0 comments on commit f8bceaf

Please sign in to comment.