tree: 5dc493e2caaa42bf79c32b35650161dfbdd62747 [path history] [tgz]
  1. init/
  2. seccomp/
  3. 40-usb-bouncer.rules
  4. BUILD.gn
  5. entry_manager.cc
  6. entry_manager.h
  7. entry_manager_test.cc
  8. entry_manager_test_util.cc
  9. entry_manager_test_util.h
  10. OWNERS
  11. README.md
  12. rule_db_storage.cc
  13. rule_db_storage.h
  14. usb_bouncer.cc
  15. usb_bouncer.proto
  16. usb_bouncer_fuzzer.cc
  17. UsbBouncer.conf
  18. util.cc
  19. util.h
  20. util_internal.h
  21. 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.