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

Modification of the permanent policy is not possible if RuleFile is not specified #577

Closed Cropi closed 1 year ago

Cropi commented 1 year ago

Steps to reproduce:

  1. Remove RuleFile and ensure that RuleFolder is part of usbguard-daemon.conf file.
  2. Create a 01-rule.conf file inside the RuleFolder.
  3. Try to append a rule to the policy via CLI.

Expected results: New rule is part of the permanent policy.

Actual results: New rule is not part of the permanent policy.