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