examples: don't set ProcSubset=pid in systemd unit files
This option seems to break detection of the FIPS mode, which is needed by gnutls.
This commit is contained in:
parent
2aefadd129
commit
bc76291750
3 changed files with 0 additions and 3 deletions
|
@ -25,7 +25,6 @@ LockPersonality=yes
|
|||
MemoryDenyWriteExecute=yes
|
||||
PrivateDevices=yes
|
||||
PrivateUsers=yes
|
||||
ProcSubset=pid
|
||||
ProtectClock=yes
|
||||
ProtectControlGroups=yes
|
||||
ProtectHome=yes
|
||||
|
|
|
@ -36,7 +36,6 @@ PrivateDevices=yes
|
|||
PrivateTmp=yes
|
||||
# This breaks adjtimex()
|
||||
#PrivateUsers=yes
|
||||
ProcSubset=pid
|
||||
ProtectControlGroups=yes
|
||||
ProtectHome=yes
|
||||
ProtectHostname=yes
|
||||
|
|
|
@ -24,7 +24,6 @@ LockPersonality=yes
|
|||
MemoryDenyWriteExecute=yes
|
||||
NoNewPrivileges=yes
|
||||
PrivateTmp=yes
|
||||
ProcSubset=pid
|
||||
ProtectControlGroups=yes
|
||||
ProtectHome=yes
|
||||
ProtectHostname=yes
|
||||
|
|
Loading…
Reference in a new issue