Update default configuration
Adjusted the default configuration to keep the authorization state of present controller devices.
This commit is contained in:
parent
2c027db845
commit
161738ceb0
@ -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, !!!
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user