Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 13, 2018 01:52
Show Gist options
  • Save ryantm/344cf7412c6a3a0ab9caffc684449a64 to your computer and use it in GitHub Desktop.
Save ryantm/344cf7412c6a3a0ab9caffc684449a64 to your computer and use it in GitHub Desktop.
/nix/store/z99r7m7fs4ghlqwb1kaa1hg58hlb8c3b-usbguard-0.7.4
├── bin
│   ├── usbguard
│   ├── usbguard-applet-qt
│   ├── usbguard-daemon
│   ├── usbguard-dbus
│   └── usbguard-rule-parser
├── etc
│   └── usbguard
│   ├── IPCAccessControl.d
│   ├── rules.conf
│   └── usbguard-daemon.conf
├── include
│   └── usbguard
│   ├── Audit.hpp
│   ├── ConfigFile.hpp
│   ├── Device.hpp
│   ├── DeviceManagerHooks.hpp
│   ├── DeviceManager.hpp
│   ├── Exception.hpp
│   ├── Interface.hpp
│   ├── IPCClient.hpp
│   ├── IPCServer.hpp
│   ├── Logger.hpp
│   ├── Policy.hpp
│   ├── Predicates.hpp
│   ├── RuleCondition.hpp
│   ├── Rule.hpp
│   ├── RuleSet.hpp
│   ├── Typedefs.hpp
│   ├── USBGuard.hpp
│   └── USB.hpp
├── lib
│   ├── libusbguard.la
│   ├── libusbguard.so -> libusbguard.so.0.0.0
│   ├── libusbguard.so.0 -> libusbguard.so.0.0.0
│   ├── libusbguard.so.0.0.0
│   └── pkgconfig
│   └── libusbguard.pc
├── nix-support
│   └── propagated-user-env-packages
├── sbin -> bin
├── share
│   ├── applications
│   │   └── usbguard-applet-qt.desktop
│   ├── dbus-1
│   │   ├── system.d
│   │   │   └── org.usbguard.conf
│   │   └── system-services
│   │   └── org.usbguard.service
│   ├── icons
│   │   └── hicolor
│   │   └── scalable
│   │   └── apps
│   │   └── usbguard-icon.svg
│   └── polkit-1
│   └── actions
│   └── org.usbguard.policy
└── var
└── log
└── usbguard
24 directories, 36 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment