tree: 815ad652c41e0da965a44db0726537bbb17db39c [path history] [tgz]
  1. init/
  2. seccomp/
  3. tmpfiles.d/
  4. 40-usb-bouncer.rules
  5. BUILD.gn
  6. entry_manager.cc
  7. entry_manager.h
  8. entry_manager_test.cc
  9. entry_manager_test_util.cc
  10. entry_manager_test_util.h
  11. metrics_allowlist.cc
  12. metrics_allowlist.h
  13. metrics_allowlist_test.cc
  14. OWNERS
  15. README.md
  16. rule_db_storage.cc
  17. rule_db_storage.h
  18. unblocked_terms.txt
  19. usb_bouncer.cc
  20. usb_bouncer.proto
  21. usb_bouncer_fuzzer.cc
  22. UsbBouncer.conf
  23. util.cc
  24. util.h
  25. util_internal.h
  26. util_test.cc
usb_bouncer/README.md

USB Bouncer

Tools for managing USBGuard allow-lists and configuration on Chrome OS

Particularly the following operations are supported:

  • cleanup: removing old allow-list entries
  • genrules: generate a rules.conf for usbguard and write it to stdout
  • udev: update the allow-lists based on usb related udev events
  • userlogin: copy entries for any connected devices from the global database to the user database.