mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-03-14 18:55:37 +00:00
remove ProcSubset=pid
from systemd units for now
they appear to cause strange rust malloc issues on Debian systems Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
7e828440f9
commit
16014e1594
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ DevicePolicy=closed
|
|||
LockPersonality=yes
|
||||
MemoryDenyWriteExecute=yes
|
||||
NoNewPrivileges=yes
|
||||
ProcSubset=pid
|
||||
#ProcSubset=pid
|
||||
ProtectClock=yes
|
||||
ProtectControlGroups=yes
|
||||
ProtectHome=yes
|
||||
|
|
2
debian/conduwuit.service
vendored
2
debian/conduwuit.service
vendored
|
@ -22,7 +22,7 @@ DevicePolicy=closed
|
|||
LockPersonality=yes
|
||||
MemoryDenyWriteExecute=yes
|
||||
NoNewPrivileges=yes
|
||||
ProcSubset=pid
|
||||
#ProcSubset=pid
|
||||
ProtectClock=yes
|
||||
ProtectControlGroups=yes
|
||||
ProtectHome=yes
|
||||
|
|
Loading…
Add table
Reference in a new issue