From: Michael Prokop Date: Fri, 3 Jul 2020 14:59:32 +0000 (+0200) Subject: VirtualBox shared folders: expect exact match for automation folder name X-Git-Tag: v0.19.2~1 X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=cc3ead1e11553fc43ff4cf50b2b0e0db2899d887;hp=cc3ead1e11553fc43ff4cf50b2b0e0db2899d887 VirtualBox shared folders: expect exact match for automation folder name The shared folder for automation usage (`automation` by default) should only be enabled if it matches exactly the expected name. A folder named 'automations' shouldn't trigger automation, so adjust egrep command line. This work was funded by Grml-Forensic. ---