Disable logging to console, logging to syslog is still enabled
Resolves: rhbz#2122109
This commit is contained in:
parent
f54d888cf3
commit
1bfaef43b4
@ -1,12 +1,12 @@
|
||||
diff -up usbguard-1.0.0/usbguard.service.in.orig usbguard-1.0.0/usbguard.service.in
|
||||
--- usbguard-1.0.0/usbguard.service.in.orig 2023-01-11 14:30:23.652655574 +0100
|
||||
+++ usbguard-1.0.0/usbguard.service.in 2023-01-11 14:30:30.950658717 +0100
|
||||
--- usbguard-1.0.0/usbguard.service.in.orig 2023-01-12 13:22:23.032554498 +0100
|
||||
+++ usbguard-1.0.0/usbguard.service.in 2023-01-12 13:22:33.082568210 +0100
|
||||
@@ -8,7 +8,7 @@ OOMScoreAdjust=-1000
|
||||
AmbientCapabilities=
|
||||
CapabilityBoundingSet=CAP_CHOWN CAP_FOWNER CAP_AUDIT_WRITE
|
||||
DevicePolicy=closed
|
||||
-ExecStart=%sbindir%/usbguard-daemon -f -s -c %sysconfdir%/usbguard/usbguard-daemon.conf
|
||||
+ExecStart=%sbindir%/usbguard-daemon -f -c %sysconfdir%/usbguard/usbguard-daemon.conf
|
||||
+ExecStart=%sbindir%/usbguard-daemon -f -s -K -c %sysconfdir%/usbguard/usbguard-daemon.conf
|
||||
IPAddressDeny=any
|
||||
LockPersonality=yes
|
||||
MemoryDenyWriteExecute=yes
|
@ -8,7 +8,7 @@
|
||||
|
||||
Name: usbguard
|
||||
Version: 1.0.0
|
||||
Release: 14%{?dist}
|
||||
Release: 15%{?dist}
|
||||
Summary: A tool for implementing USB device usage policy
|
||||
Group: System Environment/Daemons
|
||||
License: GPLv2+
|
||||
@ -65,7 +65,7 @@ Patch12: usbguard-daemon-race-condition.patch
|
||||
Patch13: usbguard-consistent-rules.patch
|
||||
Patch14: usbguard-missing-doc.patch
|
||||
Patch15: usbguard-permanent-rules.patch
|
||||
Patch16: usbguard-disable-syslog.patch
|
||||
Patch16: usbguard-disable-console-log.patch
|
||||
|
||||
%description
|
||||
The USBGuard software framework helps to protect your computer against rogue USB
|
||||
@ -322,12 +322,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 11 2023 Attila Lakatos <alakatos@redhat.com> - 1.0.0-14
|
||||
- Disable logging to syslog, enable logging to console
|
||||
Resolves: rhbz#2122109
|
||||
|
||||
* Thu Jan 05 2023 Attila Lakatos <alakatos@redhat.com> - 1.0.0-13
|
||||
* Thu Jan 12 2023 Attila Lakatos <alakatos@redhat.com> - 1.0.0-15
|
||||
- Disable logging to console, logging to syslog is still enabled
|
||||
Resolves: rhbz#2122109
|
||||
- Store permanent rules even if RuleFile is not set but RuleFolder is
|
||||
Resolves: rhbz#2155910
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user