forked from TrueCloudLab/certificates
[systemd file] add note about commenting sandboxing section for
troubleshooting
This commit is contained in:
parent
0aa96a936f
commit
ad48c8a881
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ NoNewPrivileges=yes
|
||||||
; Sandboxing
|
; Sandboxing
|
||||||
; This sandboxing works with YubiKey PIV (via pcscd HTTP API), but it is likely
|
; This sandboxing works with YubiKey PIV (via pcscd HTTP API), but it is likely
|
||||||
; too restrictive for PKCS#11 HSMs.
|
; too restrictive for PKCS#11 HSMs.
|
||||||
|
;
|
||||||
|
; NOTE: Comment out the rest of this section for troubleshooting.
|
||||||
ProtectSystem=full
|
ProtectSystem=full
|
||||||
ProtectHome=true
|
ProtectHome=true
|
||||||
RestrictNamespaces=true
|
RestrictNamespaces=true
|
||||||
|
|
Loading…
Reference in a new issue