Accepting request 925352 from home:jsegitz:branches:systemdhardening:security:chipcard

Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort

OBS-URL: https://build.opensuse.org/request/show/925352
OBS-URL: https://build.opensuse.org/package/show/security:chipcard/pam_pkcs11?expand=0&rev=29
This commit is contained in:
Jason Sikes 2022-03-25 04:40:47 +00:00 committed by Git OBS Bridge
parent 6acfdf6b8a
commit 71f71b9701
2 changed files with 17 additions and 0 deletions

View File

@ -7,6 +7,12 @@ Sat Jan 15 10:26:28 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
* console output color updates
* Add support of ECDSA signature in addition to RSA
-------------------------------------------------------------------
Thu Oct 14 10:34:54 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
- Added hardening to systemd service(s) (bsc#1181400). Modified:
* pkcs11_eventmgr.service
-------------------------------------------------------------------
Tue Jan 29 22:45:28 CET 2019 - sbrabec@suse.com

View File

@ -2,6 +2,17 @@
Description=pkcs11 event manager
[Service]
# added automatically, for details please see
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
ProtectSystem=full
ProtectHome=read-only
ProtectHostname=true
ProtectKernelTunables=true
ProtectKernelModules=true
ProtectKernelLogs=true
ProtectControlGroups=true
RestrictRealtime=true
# end of automatic additions
Type=forking
ExecStart=/usr/bin/pkcs11_eventmgr
StandardOutput=journal