Update default configuration

Adjusted the default configuration to keep the authorization state
of present controller devices.
This commit is contained in:
Daniel Kopecek 2016-07-21 14:04:13 +02:00
parent 2c027db845
commit 161738ceb0
2 changed files with 6 additions and 2 deletions

View File

@ -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, !!!

View File

@ -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 <dkopecek@redhat.com> 0.5.10-2
- Adjust the default configuration to keep the authorization state
of present controller devices.
* Sat Jul 09 2016 Daniel Kopecek <dkopecek@redhat.com> 0.5.10-1
- Update to release 0.5.10