-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathmacosac.ini
480 lines (424 loc) · 19.7 KB
/
macosac.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
[activedirectory]
; mac_apt domains.py
file1_1 = /Library/Preferences/OpenDirectory/Configurations/Active Directory/*
[applist]
file1_1 = /Users/*/Library/Application Support/com.apple.spotlight/appList.dat
[ard]
file1_1 = /private/var/db/RemoteManagement/caches/*
file1_2 = /private/var/db/RemoteManagement/ClientCaches/*/*
file1_3 = /private/var/db/RemoteManagement/RMDB/*
[autoruns]
; overrides
; https://www.launchd.info/ see "Operation" tab
; >= OS X 10.5
; <= OS X 10.9
file1_1 = /private/var/db/launchd.db/com.apple.launchd/overrides.plist
file1_2 = /private/var/db/launchd.db/com.apple.launchd.peruser.*/overrides.plist
; sandboxed login items
; >= OS X 10.10
file1_3 = /private/var/db/com.apple.xpc.launchd/disabled.*.plist
; crontab
file2_1 = /private/var/at/tabs/*
; LaunchAgents
file3_1 = /System/Library/LaunchAgents/*.plist
file3_2 = /Library/LaunchAgents/*.plist
file3_3 = /Users/*/Library/LaunchAgents/*.plist
file3_4 = /private/var/*/Library/LaunchAgents/*.plist
file3_5 = /System/Library/LaunchAgents/.*.plist
file3_6 = /Library/LaunchAgents/.*.plist
file3_7 = /Users/*/Library/LaunchAgents/.*.plist
file3_8 = /private/var/*/Library/LaunchAgents/.*.plist
; >= macOS 10.15
file3_9 = /Library/Apple/System/Library/LaunchAgents/*.plist
file3_10 = /Library/Apple/System/Library/LaunchAgents/.*.plist
; LaunchDaemons
file4_1 = /System/Library/LaunchDaemons/*.plist
file4_2 = /Library/LaunchDaemons/*.plist
file4_3 = /System/Library/LaunchDaemons/.*.plist
file4_4 = /Library/LaunchDaemons/.*.plist
; >= macOS 10.15
file4_5 = /Library/Apple/System/Library/LaunchDaemons/*.plist
file4_6 = /Library/Apple/System/Library/LaunchDaemons/.*.plist
; ScriptingAdditions
file5_1 = /System/Library/ScriptingAdditions/*.osax
file5_2 = /Library/ScriptingAdditions/*.osax
file5_3 = /System/Library/ScriptingAdditions/.*.osax
file5_4 = /Library/ScriptingAdditions/.*.osax
; StartupItems
file6_1 = /System/Library/StartupItems/*/*
file6_2 = /Library/StartupItems/*/*
; periodic, rc, emond
file7_1 = /private/etc/periodic.conf
file7_2 = /private/etc/periodic/*/*
file7_3 = /private/etc/*.local
file7_4 = /private/etc/rc.common
file7_5 = /private/etc/emond.d/*
file7_6 = /private/etc/emond.d/*/*
; user login items
file8_1 = /Users/*/Library/Preferences/com.apple.loginitems.plist
file8_2 = /private/var/*/Library/Preferences/com.apple.loginitems.plist
; Restart apps at login
file8_3 = /Users/*//Library/Preferences/ByHost/com.apple.loginwindow.*.plist
; >= macOS 10.13 and <= macOS 12
file8_4 = /Users/*/Library/Application Support/com.apple.backgroundtaskmanagementagent/backgrounditems.btm
; >= macOS 13
file8_5 = /private/var/db/com.apple.backgroundtaskmanagement/BackgroundItems-v*.btm
; mac_apt autostart.py
file9_1 = /System/Library/Extensions/*
file9_2 = /System/Library/Extensions/*/*
file9_3 = /System/Library/Extensions/*/*/*
file9_4 = /System/Library/Extensions/*/*/*/*
file9_5 = /System/Library/Extensions/*/*/*/*/*
file10_1 = /Library/Extensions/*
file10_2 = /Library/Extensions/*/*
file10_3 = /Library/Extensions/*/*/*
file10_4 = /Library/Extensions/*/*/*/*
file10_5 = /Library/Extensions/*/*/*/*/*
file11_1 = /private/var/db/launchd.db/*/*
[asl]
file1_1 = /private/var/log/asl/*.asl
[bash]
; automactc mod_bash_v102.py
; mac_apt term_sessions.py
file1_1 = /Users/*/.bash_history
file1_2 = /Users/*/.bash_sessions/*
file1_3 = /private/var/*/.bash_history
file1_4 = /private/var/*/.bash_sessions/*
file2_1 = /private/etc/profile
file2_2 = /Users/*/.profile
file2_3 = /Users/*/.bash_profile
file2_4 = /private/etc/bashrc*
file2_5 = /Users/*/.bashrc
file2_6 = /Users/*/.bash_logout
[bluetooth]
; mac_apt bluetooth.py
file1_1 = /Library/Preferences/com.apple.Bluetooth.plist
[callhistory]
; mac_apt callhistory.py
file1_1 = /Users/*/Library/Application Support/CallHistoryDB/CallHistory.storedata*
[cfurl_cache]
file1_1 = /Users/*/Library/Caches/*/Cache.db*
file1_2 = /Users/*/Library/Caches/*/fsCachedData/*
[chrome]
; automactc mod_chrome_v104.py mod_cookies_v101.py
file1_1 = /Users/*/Library/Application Support/Google/Chrome/Local State
file1_2 = /Users/*/Library/Application Support/Google/Chrome/Default/*
file1_3 = /Users/*/Library/Application Support/Google/Chrome/Profile */*
file1_4 = /Users/*/Library/Application Support/Google/Chrome/Guest Profile/*
; mac_apt chrome.py
; mac_apt can analyze only Default profile. It ignores other profiles.
file2_1 = /Users/*/Library/Application Support/Google/Chrome/*/Top Sites*
file2_2 = /Users/*/Library/Application Support/Google/Chrome/*/History*
file2_3 = /Users/*/Library/Application Support/Google/Chrome/*/Last Tabs
file2_4 = /Users/*/Library/Application Support/Google/Chrome/*/Current Tabs
file2_5 = /Users/*/Library/Application Support/Google/Chrome/*/Last Session
file2_6 = /Users/*/Library/Application Support/Google/Chrome/*/Current State
; file2_7 = /Users/*/Library/Application Support/Google/Chrome/*/Extensions/*/*/*
; file2_8 = /Users/*/Library/Application Support/Google/Chrome/*/Extensions/*/*/_locales/*/messages.json
file2_7 = /Users/*/Library/Application Support/Google/Chrome/*/Extensions/**
file2_8 = /Users/*/Library/Application Support/Google/Chrome/*/Sessions/*
[cmdhistory]
; mac_apt term_sessions.py
file1_1 = /Users/*/.*_history
[coreanalytics]
file1_1 = /Library/Logs/DiagnosticReports/Analytics*.core_analytics
file1_2 = /Library/Logs/DiagnosticReports/Retired/Analytics*.core_analytics
; file2_1 = /private/var/db/analyticsd/aggregates/4d7c9e4a-8c8c-4971-bce3-09d38d078849
file2_1 = /private/var/db/analyticsd/aggregates/*
; >= macOS 10.15(?) Did the directory structure and file format change?
file2_2 = /private/var/db/analyticsd/aggregates/*/*
file2_3 = /private/var/db/analyticsd/aggregates/*/*/*
[crashreporter]
; mac_apt crashreporter.py
file1_1 = /Users/*/Library/Application Support/CrashReporter/*
[dockitems]
; mac_apt dockitems.py
file1_1 = /Users/*/Library/Preferences/com.apple.dock.plist
[documentrevisions]
; mac_apt documentrevisions.py
file1_1 = /.DocumentRevisions-V100/db-V1/db.sqlite*
file1_2 = /System/Volumes/Data/.DocumentRevisions-V100/db-V1/db.sqlite*
[dynamictext]
;file1_1 = /Users/*/Library/Spelling/dynamic-text.dat
file1_1 = /Users/*/Library/Spelling/*
[filesharing]
file1_1 = /private/var/db/dslocal/nodes/Default/sharepoints/*
[firefox]
; automactc mod_firefox_v102.py mod_cookies_v101.py
; file1_1 = /Users/*/Library/Application Support/Firefox/Profiles/*.*/*
file1_1 = /Users/*/Library/Application Support/Firefox/Profiles/*.*/**
[fsevents]
; <= macOS 10.15
file1_1 = /.fseventsd/*
; >= macOS 10.15
file1_2 = /System/Volumes/Data/.fseventsd/*
; from CoreSimulator
file1_3 = /private/var/db/fseventsd/*
[idevice]
; mac_apt iDevice_backups.py
file1_1 = /Users/*/Library/Application Support/MobileSync/Backup/*/*
; mac_apt iDeviceInfo.py
file2_1 = /Users/*/Library/Preferences/com.apple.iPod.plist
[imessage]
; mac_apt imessage.py
file1_1 = /Users/*/Library/Messages/chat.db*
file1_2 = /Users/*/Library/Messages/Attachments/*
[inetaccounts]
; mac_apt inetaccounts.py
file1_1 = /Users/*/Library/Preferences/MobileMeAccounts.plist
file1_2 = /Users/*/Library/Accounts/Accounts*.*
file1_3 = /Users/*/Library/Accounts/VerifiedBackup/Accounts*.*
[interactions]
; interactionC.db
file1_1 = /private/var/db/CoreDuet/People/interactionC.*
[installhistory]
file1_1 = /Library/Receipts/InstallHistory.plist
[knowledgec_db]
file1_1 = /private/var/db/CoreDuet/Knowledge/*
file1_2 = /Users/*/Library/Application Support/Knowledge/*
[keychain]
file1_1 = /Library/Keychains/System.keychain
; We cannot acquire SystemKey file, if SIP is enabled.
file1_2 = /private/var/db/SystemKey
; <= OS X 10.11
file2_1 = /Users/*/Library/Keychains/login.keychain*
; >= macOS 10.12
file2_2 = /Users/*/Library/Keychains/login.keychain-db*
; iCloud Keychain
file2_3 = /Users/*/Library/Keychains/*/keychain-2.db*
file2_4 = /Users/*/Library/Keychains/*/user.kb
[mru]
; mac_apt recentitems.py
; automactc mod_mru_v102.py
file1_1 = /Users/*/Library/Preferences/com.apple.finder.plist
file1_2 = /private/var/*/Library/Preferences/com.apple.finder.plist
file1_3 = /Users/*/Library/Preferences/.GlobalPreferences.plist
file2_1 = /Users/*/.ssh/known_hosts
; macMRU.py
file3_1 = /Users/*/Library/Preferences/*.LSSharedFileList.plist
; <= OS X 10.10
file4_1 = /Users/*/Library/Preferences/com.apple.recentitems.plist
; <= OS X 10.12
file5_1 = /Users/*/Library/Preferences/com.apple.sidebarlists.plist
file5_2 = /private/var/*/Library/Preferences/com.apple.sidebarlists.plist
; >= OS X 10.11 The sfl files are introduced.
; >= macOS 10.13 The extension changed from sfl to sfl2
; >= macOS 14 The extension changed from sfl2 to sfl3, but sfl2 is still existed.
file7_1 = /Users/*/Library/Application Support/com.apple.sharedfilelist/*.sfl*
file7_2 = /Users/*/Library/Application Support/com.apple.sharedfilelist/*/*.sfl*
file7_3 = /private/var/*/Library/Application Support/com.apple.sharedfilelist/*/*.sfl*
; MS Office 2011
file8_1 = /Users/*/Library/Preferences/com.microsoft.office.plist
; MS Office 2016
file9_1 = /Users/*/Library/Containers/com.microsoft.*/Data/Library/Preferences/com.microsoft.*.securebookmarks.plist
file9_2 = /private/var/*/Library/Containers/com.microsoft.*/Data/Library/Preferences/com.microsoft.*.securebookmarks.plist
[msoffice]
; mac_apt msoffice.py
; MS Office 2011
file1_1 = /Users/*/Library/Preferences/com.microsoft.office.plist
; MS Office 2016
file1_2 = /Users/*/Library/Containers/com.microsoft.*/Data/Library/Preferences/com.microsoft.*.plist
file1_3 = /Users/*/Library/Containers/com.microsoft.*/Data/Library/Preferences/com.microsoft.*.securebookmarks.plist
file1_4 = /Users/*/Library/Group Containers/*.Office/MicrosoftRegistrationDB.reg*
[netusage]
; mac_apt netusage.py
; <= macOS 10.15
file1_1 = /private/var/networkd/netusage.sqlite*
; >= macOS 11 Protected by SIP
file1_2 = /private/var/networkd/db/netusage.sqlite*
[networking]
; mac_apt networking.py
file1_1 = /private/var/db/dhcpclient/DUID_IA.plist
file1_2 = /private/var/db/dhcpclient/leases/*
file1_3 = /private/var/run/resolv.conf
file1_4 = /private/etc/hosts
file1_5 = /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
file1_6 = /Library/Preferences/SystemConfiguration/preferences.plist
; mac_apt air_portpreferences.py
file1_7 = /Library/Preferences/SystemConfiguration/com.apple.airport.preferences.plist
[notes]
; mac_apt notes.py
file1_1 = /Users/*/Library/Containers/com.apple.Notes/Data/Library/Notes/*
; >= OS X 10.11
file1_2 = /Users/*/Library/Group Containers/group.com.apple.notes/NoteStore.sqlite*
[notifications]
; mac_apt notifications.py
file1_1 = /Users/*/Library/Application Support/NotificationCenter/*.db*
file1_2 = /private/var/folders/*/*/0/com.apple.notificationcenter/db/db*
file1_3 = /private/var/folders/*/*/0/com.apple.notificationcenter/db2/db*
; >= macOS 15
file1_4 = /Users/*/Library/Group Containers/group.com.apple.usernoted/db2/db*
[powerlog]
file1_1 = /private/var/db/powerlog/Library/BatteryLife/*
file1_2 = /private/var/db/powerlog/Library/BatteryLife/Archives/*
[printjobs]
; mac_apt printjobs.py
file1_1 = /private/var/spool/cups/*
[quarantine]
; mac_apt quarantine.py
; automactc mod_quarantines_v102.py
file1_1 = /Users/*/Library/Preferences/com.apple.LaunchServices.QuarantineEventsV2
file1_2 = /private/var/*/Library/Preferences/com.apple.LaunchServices.QuarantineEventsV2
file1_3 = /private/var/db/.LastGKReject
[quicklook]
; mac_apt quicklook.py
; <= macOS 10.15
file1_1 = /private/var/folders/*/*/C/com.apple.QuickLook.thumbnailcache/index.sqlite*
file1_2 = /private/var/folders/*/*/C/com.apple.QuickLook.thumbnailcache/thumbnails.data
; >= macOS 11
file2_1 = /private/var/folders/*/*/C/com.apple.quicklook.ThumbnailsAgent/com.apple.QuickLook.thumbnailcache/index.sqlite*
file2_2 = /private/var/folders/*/*/C/com.apple.quicklook.ThumbnailsAgent/com.apple.QuickLook.thumbnailcache/thumbnails.data
[safari]
; mac_apt safari.py
; automactc mod_safari_v104.py
file1_1 = /Users/*/Library/Preferences/com.apple.Safari.plist
; >= macOS 10.14
file1_2 = /Users/*/Library/Containers/com.apple.Safari/Data/Library/Preferences/com.apple.Safari.plist
file2_1 = /Users/*/Library/Safari/*
file2_2 = /Users/*/Library/Safari/Extensions/Extensions.plist
file2_3 = /private/var/*/Library/Safari/*
file2_4 = /private/var/*/Library/Safari/Extensions/Extensions.plist
file2_5 = /Users/*/Library/Containers/com.apple.Safari/Data/Library/Safari/AppExtensions/Extensions.plist
file2_6 = /Users/*/Library/Containers/com.apple.Safari/Data/Library/Safari/WebExtensions/Extensions.plist
; >= Safari 15
file2_7 = /Users/*/Library/Containers/com.apple.Safari/Data/Library/Safari/SafariTabs.db*
; Tab Snapshots
file2_8 = /Users/*/Library/Containers/com.apple.Safari/Data/Library/Caches/com.apple.Safari/TabSnapshots/*
; Safari 17 supports multi profiles
file2_9 = /Users/*/Library/Containers/com.apple.Safari/Data/Library/Safari/Profiles/*/*
; mac_apt cookies.py
file3_1 = /Users/*/Library/Cookies/*
file3_2 = /Users/*/Library/Containers/com.apple.Safari/Data/Library/Cookies/*
[savedstate]
; mac_apt savedstate.py terminalstate.py
; automactc mod_terminalstate_v101.py
; file1_1 = /Users/*/Library/Saved Application State/com.apple.Terminal.savedState/*
file1_1 = /Users/*/Library/Saved Application State/*/*
; mac_apt savedstate.py > 1.1
file1_2 = /Users/*/Library/Containers/*/Data/Library/Saved Application State/*/*
[screensharing]
file1_1 = /Users/*/Library/Containers/com.apple.ScreenSharing/Data/Library/Preferences/com.apple.ScreenSharing.plist
[screentime]
; mac_apt screentime.py
file1_1 = /private/var/folders/*/*/0/com.apple.ScreenTimeAgent/Store/*
[spotlight]
; <= macOS 10.14
file1_1 = /Users/*/Library/Application Support/com.apple.spotlight.Shortcuts
file1_2 = /private/var/*/Library/Application Support/com.apple.spotlight.Shortcuts
; >= macOS 10.15
file1_3 = /Users/*/Library/Application Support/com.apple.spotlight/com.apple.spotlight.Shortcuts
file1_4 = /private/var/*/Library/Application Support/com.apple.spotlight/com.apple.spotlight.Shortcuts
file1_5 = /System/Volumes/Data/.Spotlight-V100/Store-V2/*/store.db
file1_6 = /System/Volumes/Data/.Spotlight-V100/Store-V2/*/.store.db
file1_7 = /System/Volumes/Data/.Spotlight-V100/Store-V2/*/dbStr-*
file1_8 = /System/Volumes/Data/private/var/db/Spotlight-V100/BootVolume/Store-V2/*/store.db
file1_9 = /System/Volumes/Data/private/var/db/Spotlight-V100/BootVolume/Store-V2/*/.store.db
file1_10 = /System/Volumes/Data/private/var/db/Spotlight-V100/BootVolume/Store-V2/*/dbStr-*
file1_11 = /private/var/db/Spotlight-V100/BootVolume/Store-V2/*/store.db
file1_12 = /private/var/db/Spotlight-V100/BootVolume/Store-V2/*/.store.db
file1_13 = /private/var/db/Spotlight-V100/BootVolume/Store-V2/*/dbStr-*
; >= macOS 11
file1_14 = /Users/*/Library/Application Support/com.apple.spotlight/com.apple.spotlight.Shortcuts.v3
file1_15 = /private/var/*/Library/Application Support/com.apple.spotlight/com.apple.spotlight.Shortcuts.v3
; >= macOS 13
file1_16 = /private/var/db/Spotlight-V100/Preboot/Store-V2/*/store.db
file1_17 = /private/var/db/Spotlight-V100/Preboot/Store-V2/*/.store.db
file1_18 = /private/var/db/Spotlight-V100/Preboot/Store-V2/*/dbStr-*
; mac_apt spotlightshortcuts.py
file2_1 = /Users/*/Library/Preferences/com.apple.spotlight.plist
; mac_apt spotlight.py
file3_1 = /.Spotlight-V100/Store-V2/*/store.db
file3_2 = /.Spotlight-V100/Store-V2/*/.store.db
file3_3 = /.Spotlight-V100/Store-V2/*/dbStr-*
file3_4 = /.Spotlight-V100/VolumeConfiguration.plist
file3_5 = /System/Volumes/Data/.Spotlight-V100/VolumeConfiguration.plist
file4_1 = /Users/*/Library/Metadata/CoreSpotlight/index.spotlightV3/store.db
file4_2 = /Users/*/Library/Metadata/CoreSpotlight/index.spotlightV3/.store.db
file4_3 = /Users/*/Library/Metadata/CoreSpotlight/index.spotlightV3/dbStr-*
; >= macOS 12
file5_1 = /Users/*/Library/Metadata/CoreSpotlight/NSFileProtectionComplete/index.spotlightV3/store.db
file5_2 = /Users/*/Library/Metadata/CoreSpotlight/NSFileProtectionComplete/index.spotlightV3/.store.db
file5_3 = /Users/*/Library/Metadata/CoreSpotlight/NSFileProtectionComplete/index.spotlightV3/dbStr-*
file6_1 = /Users/*/Library/Metadata/CoreSpotlight/NSFileProtectionCompleteUnlessOpen/index.spotlightV3/store.db
file6_2 = /Users/*/Library/Metadata/CoreSpotlight/NSFileProtectionCompleteUnlessOpen/index.spotlightV3/.store.db
file6_3 = /Users/*/Library/Metadata/CoreSpotlight/NSFileProtectionCompleteUnlessOpen/index.spotlightV3/dbStr-*
file7_1 = /Users/*/Library/Metadata/CoreSpotlight/NSFileProtectionCompleteUntilFirstUserAuthentication/index.spotlightV3/store.db
file7_2 = /Users/*/Library/Metadata/CoreSpotlight/NSFileProtectionCompleteUntilFirstUserAuthentication/index.spotlightV3/.store.db
file7_3 = /Users/*/Library/Metadata/CoreSpotlight/NSFileProtectionCompleteUntilFirstUserAuthentication/index.spotlightV3/dbStr-*
file8_1 = /Users/*/Library/Caches/com.apple.helpd/NSFileProtectionComplete/index.spotlightV3/store.db
file8_2 = /Users/*/Library/Caches/com.apple.helpd/NSFileProtectionComplete/index.spotlightV3/.store.db
file8_3 = /Users/*/Library/Caches/com.apple.helpd/NSFileProtectionComplete/index.spotlightV3/dbStr-*
file9_1 = /Users/*/Library/Caches/com.apple.helpd/NSFileProtectionCompleteUnlessOpen/index.spotlightV3/store.db
file9_2 = /Users/*/Library/Caches/com.apple.helpd/NSFileProtectionCompleteUnlessOpen/index.spotlightV3/.store.db
file9_3 = /Users/*/Library/Caches/com.apple.helpd/NSFileProtectionCompleteUnlessOpen/index.spotlightV3/dbStr-*
file10_1 = /Users/*/Library/Caches/com.apple.helpd/NSFileProtectionCompleteUntilFirstUserAuthentication/index.spotlightV3/store.db
file10_2 = /Users/*/Library/Caches/com.apple.helpd/NSFileProtectionCompleteUntilFirstUserAuthentication/index.spotlightV3/.store.db
file10_3 = /Users/*/Library/Caches/com.apple.helpd/NSFileProtectionCompleteUntilFirstUserAuthentication/index.spotlightV3/dbStr-*
[ssh]
; automactc mod_ssh_v102.py
file1_1 = /Users/*/.ssh/*
file1_2 = /private/var/*/.ssh/*
file1_3 = /private/etc/ssh/sshrc
[sudo]
; mac_apt sudo_lastrun.py
file1_1 = /private/var/db/sudo/ts/*
[syslog]
file1_1 = /private/var/log/system.log*
[systeminfo]
file1_1 = /Library/Preferences/.GlobalPreferences.plist
file1_2 = /Library/Preferences/SystemConfiguration/preferences.plist
file1_3 = /System/Library/CoreServices/SystemVersion.plist
file1_4 = /private/var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C/*
[systempolicyconfiguration]
file1_1 = /private/var/db/SystemPolicyConfiguration/*
; file1_1 = /private/var/db/SystemPolicyConfiguration/KextPolicy*
; file1_2 = /private/var/db/SystemPolicyConfiguration/ExecPolicy*
[tcc]
file1_1 = /Library/Application Support/com.apple.TCC/TCC.db*
file1_2 = /Users/*/Library/Application Support/com.apple.TCC/TCC.db*
[trash_dsstore]
file1_1 = /Users/*/.Trash/.DS_Store
[unifiedlogs]
file1_1 = /private/var/db/diagnostics/*/*
file1_2 = /private/var/db/uuidtext/*/*
[users]
; automactc mod_users_v110.py
; mac_apt basicinfo.py users.py
file1_1 = /Users/*
file1_2 = /private/var/*
file1_3 = /private/var/db/dslocal/nodes/Default/users/*
file1_4 = /private/var/db/dslocal/nodes/Default/groups/admin.plist
file1_5 = /Library/Preferences/com.apple.preferences.accounts.plist
file1_6 = /Library/Preferences/com.apple.loginwindow.plist
file1_7 = /private/etc/kcpassword
[utmpx]
file1_1 = /private/var/run/utmpx
[xprotectbehaviorservice]
file1_1 = /private/var/protected/xprotect/XPdb*
[xprotectdiag]
file1_1 = /Users/*/Library/Logs/DiagnosticReports/XProtect_*.diag
[zsh]
; mac_apt term_sessions.py
file1_1 = /Users/*/.zsh_history
file1_2 = /Users/*/.zsh_sessions/*
file2_1 = /private/etc/zshenv
file2_2 = /Users/*/.zshenv
file2_3 = /private/etc/zprofile
file2_4 = /Users/*/.zprofle
file2_5 = /private/etc/zshrc
file2_6 = /Users/*/.zshrc
file2_7 = /private/etc/zlogin
file2_8 = /Users/*/.zlogin
file2_9 = /private/etc/zlogout
file2_10 = /Users/*/.zlogout
[__automactc__]
file1_1 = /Library
file1_2 = /System
file1_3 = /Users
file1_4 = /Applications
file1_5 = /Network
file2_1 = /Library/Preferences/SystemConfiguration/preferences.plist
file3_1 = /private/var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C/*
file3_2 = /private/var/log/wifi.log
file3_3 = /private/var/log/wifi.log.*.bz2
[__mac_apt__]