From 161738ceb0f2d38bd77a3628ab988ade6edec2b4 Mon Sep 17 00:00:00 2001 From: Daniel Kopecek Date: Thu, 21 Jul 2016 14:04:13 +0200 Subject: [PATCH] Update default configuration Adjusted the default configuration to keep the authorization state of present controller devices. --- usbguard-daemon.conf | 2 +- usbguard.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/usbguard-daemon.conf b/usbguard-daemon.conf index a6b2f2a..cf2fc0c 100644 --- a/usbguard-daemon.conf +++ b/usbguard-daemon.conf @@ -49,7 +49,7 @@ PresentDevicePolicy=keep # * apply-policy - evaluate the ruleset for every present # device # -PresentControllerPolicy=allow +PresentControllerPolicy=keep #!!! WARNING: It's good practice to set at least one of the !!! #!!! two options bellow. If none of them are set, !!! diff --git a/usbguard.spec b/usbguard.spec index c614957..3171296 100644 --- a/usbguard.spec +++ b/usbguard.spec @@ -2,7 +2,7 @@ Name: usbguard Version: 0.5.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tool for implementing USB device usage policy Group: System Environment/Daemons License: GPLv2+ @@ -178,6 +178,10 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %changelog +* Thu Jul 21 2016 Daniel Kopecek 0.5.10-2 +- Adjust the default configuration to keep the authorization state + of present controller devices. + * Sat Jul 09 2016 Daniel Kopecek 0.5.10-1 - Update to release 0.5.10