-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.template
More file actions
28 lines (24 loc) · 848 Bytes
/
config.template
File metadata and controls
28 lines (24 loc) · 848 Bytes
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
; -- Default configuration template --
; Rename to 'config.ini' to start using this configuration
[GENERAL]
; Set to True for full logs, False for single-line status
Verbose = False
; How many errors to show in the terminal summary
ErrorLimit = 20
; Whether to print the error summary at the end of the scan
ShowSummary = True
[PATHS]
; Default names for your outputs
JsonOutput = disk-index.json
ChartOutput = analysis.pdf
; Log file for permission errors
LogFile = nls-errors.log
; Default directories to scan if no --target param is provided
[DEFAULT_TARGETS]
Windows = C:/Users
Linux = /home
[EXCLUDE]
; Linux-specific virtual/system files
LinuxDirs = /proc, /sys, /dev, /run, /snap, /var/lib/lxd
; Windows-specific system files that often cause permission errors
WindowsDirs = C:/System Volume Information, C:/$Recycle.Bin, C:/Windows/CSC