USBGuard / usbguard

USBGuard is a software framework for implementing USB device authorization policies (what kind of USB devices are authorized) as well as method of use policies (how a USB device may interact with the system)
https://usbguard.github.io/
GNU General Public License v2.0
1.1k stars 133 forks source link

Store permanent rules even if RuleFile is not set but RuleFolder is. #580

Closed Cropi closed 1 year ago

Cropi commented 1 year ago

This PR fixes the situation when appending permanent rules is not working, especially when RuleFile is not set but RuleFolder is. Documentation was extended as well to comply with the latest changes. Fixes #577