snovvcrash / usbrip

Tracking history of USB events on GNU/Linux
https://habr.com/ru/post/352254/
GNU General Public License v3.0
1.15k stars 112 forks source link

corrected file handling in generate_auth_json and added 2 hints #25

Open TheHappyAkita opened 3 years ago

TheHappyAkita commented 3 years ago

The generate_auth_json method in "usbrip/lib/core/usbevents" seems to was inteded to append to a already existing file and still contained some debug entries. This behavior was now improved, so that the genauth arg can be used to add additional entries to the auth file.