tree: 6ac19e1589763311d82e0bb2419322721903bcb9 [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. OWNERS
  12. README.md
  13. rule_db_storage.cc
  14. rule_db_storage.h
  15. unblocked_terms.txt
  16. usb_bouncer.cc
  17. usb_bouncer.proto
  18. usb_bouncer_fuzzer.cc
  19. UsbBouncer.conf
  20. util.cc
  21. util.h
  22. util_internal.h
  23. 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.