SHA256
1
0
forked from pool/neard

Accepting request 925473 from home:jsegitz:branches:systemdhardening_protectclock

- Drop ProtectClock hardening, can cause issues if other device acceess is needed

OBS-URL: https://build.opensuse.org/request/show/925473
OBS-URL: https://build.opensuse.org/package/show/hardware/neard?expand=0&rev=26
This commit is contained in:
Al Cho 2021-10-15 15:03:03 +00:00 committed by Git OBS Bridge
parent 16f3d8ced5
commit 4b12af8ee2
3 changed files with 6 additions and 3 deletions

View File

@ -2,7 +2,7 @@ Index: neard-0.16/src/neard.service.in
=================================================================== ===================================================================
--- neard-0.16.orig/src/neard.service.in --- neard-0.16.orig/src/neard.service.in
+++ neard-0.16/src/neard.service.in +++ neard-0.16/src/neard.service.in
@@ -3,6 +3,18 @@ Description=neard service @@ -3,6 +3,17 @@ Description=neard service
Documentation=man:neard(8) Documentation=man:neard(8)
[Service] [Service]
@ -11,7 +11,6 @@ Index: neard-0.16/src/neard.service.in
+ProtectSystem=full +ProtectSystem=full
+ProtectHome=true +ProtectHome=true
+ProtectHostname=true +ProtectHostname=true
+ProtectClock=true
+ProtectKernelTunables=true +ProtectKernelTunables=true
+ProtectKernelModules=true +ProtectKernelModules=true
+ProtectKernelLogs=true +ProtectKernelLogs=true

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Oct 15 12:12:44 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
- Drop ProtectClock hardening, can cause issues if other device acceess is needed
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 11 07:29:41 UTC 2021 - Johannes Segitz <jsegitz@suse.com> Mon Oct 11 07:29:41 UTC 2021 - Johannes Segitz <jsegitz@suse.com>

View File

@ -8,7 +8,6 @@ Documentation=man:neard(8)
ProtectSystem=full ProtectSystem=full
ProtectHome=true ProtectHome=true
ProtectHostname=true ProtectHostname=true
ProtectClock=true
ProtectKernelTunables=true ProtectKernelTunables=true
ProtectKernelModules=true ProtectKernelModules=true
ProtectKernelLogs=true ProtectKernelLogs=true