Accepting request 934727 from home:jsegitz:branches:Base:System

- Remove PrivateDevices, ProtectClock and ProtectKernelLogs=true
  from klog.service and ProtectKernelLogs from klogd.service
  (bsc#1193172)

OBS-URL: https://build.opensuse.org/request/show/934727
OBS-URL: https://build.opensuse.org/package/show/Base:System/syslogd?expand=0&rev=152
This commit is contained in:
Dr. Werner Fink 2021-12-03 14:01:42 +00:00 committed by Git OBS Bridge
parent 5c7a2ac7f8
commit 50e35a55d8
4 changed files with 8 additions and 5 deletions

View File

@ -29,12 +29,9 @@ ConditionPathIsDirectory=/var/log
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
ProtectSystem=full
ProtectHome=true
PrivateDevices=true
ProtectHostname=true
ProtectClock=true
ProtectKernelTunables=true
ProtectKernelModules=true
ProtectKernelLogs=true
ProtectControlGroups=true
RestrictRealtime=true
# end of automatic additions

View File

@ -35,7 +35,6 @@ ProtectHostname=true
ProtectClock=true
ProtectKernelTunables=true
ProtectKernelModules=true
ProtectKernelLogs=true
ProtectControlGroups=true
RestrictRealtime=true
# end of automatic additions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Nov 30 13:20:31 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
- Remove PrivateDevices, ProtectClock and ProtectKernelLogs=true
from klog.service and ProtectKernelLogs from klogd.service
(bsc#1193172)
-------------------------------------------------------------------
Wed Nov 24 10:22:12 UTC 2021 - Johannes Segitz <jsegitz@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package syslogd
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed