Rename project to UploadShield: update runtime, configs, docs, and provisioning; run lint/tests
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
"archive_inspect": true
|
||||
},
|
||||
"paths": {
|
||||
"quarantine_dir": "/var/lib/upload-logger/quarantine",
|
||||
"state_dir": "/var/lib/upload-logger/state",
|
||||
"allowlist_file": "/etc/upload-logger/allowlist.json"
|
||||
"quarantine_dir": "/var/lib/uploadshield/quarantine",
|
||||
"state_dir": "/var/lib/uploadshield/state",
|
||||
"allowlist_file": "/etc/uploadshield/allowlist.json"
|
||||
},
|
||||
"limits": {
|
||||
"max_size": 52428800,
|
||||
@@ -7,9 +7,9 @@
|
||||
"archive_inspect": true
|
||||
},
|
||||
"paths": {
|
||||
"quarantine_dir": "/var/lib/upload-logger/quarantine",
|
||||
"state_dir": "/var/lib/upload-logger/state",
|
||||
"allowlist_file": "/etc/upload-logger/allowlist.json"
|
||||
"quarantine_dir": "/var/lib/uploadshield/quarantine",
|
||||
"state_dir": "/var/lib/uploadshield/state",
|
||||
"allowlist_file": "/etc/uploadshield/allowlist.json"
|
||||
},
|
||||
"limits": {
|
||||
"max_size": 52428800,
|
||||
Reference in New Issue
Block a user