mitre / thumbtack

A web front-end providing a REST-ful API to mount and unmount forensic disk images
Apache License 2.0
21 stars 6 forks source link

Remove manual mountpoint directory check #262

Closed agibbons27 closed 3 months ago

agibbons27 commented 3 months ago

Currently when adding a manually created mountpoint to the database, thumbtack checks if the directory exists before adding the mountpoint to the database. When running thumbtack in docker, it will check for the path in the container, not on the host. Remove the directory check to allow paths not in the container to be added to the database.