Expand description
Manages the loading of device configurations from storage.
Actual device configurations are difficult to figure out from the kernel interface, so intead we’re going to ignore that interface. Instead, we’ll read the kernel sources with the rules written out explicitly and dstribute those rules alongside the library.
Rules are still loadable from a file if the user wants to modify them.
Structs§
- Retrieves config stored in a directory under LIBOBSCURA_DEVICES_DIR, /// The env var exists to load the files from a system path after packaging and deployment, while remaining open to administrator’s modifications.
Constants§
- VAR_
NAME 🔒