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:
parent
6acfdf6b8a
commit
71f71b9701
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user