Alexander Krabler

Results 1 comments of Alexander Krabler

@cyrinux yes, you must allow writing to your rules.conf file. A quick fix is to place this file at /etc/systemd/system/usbguard.service.d/override.conf: ``` [Service] CapabilityBoundingSet=CAP_DAC_OVERRIDE ReadWritePaths=-/etc/usbguard/rules.conf ``` But ideally, this should be...