Skip to content

Commit 16014e1

Browse files
committed
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>
1 parent 7e82844 commit 16014e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/conduwuit.service

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ DevicePolicy=closed
1515
LockPersonality=yes
1616
MemoryDenyWriteExecute=yes
1717
NoNewPrivileges=yes
18-
ProcSubset=pid
18+
#ProcSubset=pid
1919
ProtectClock=yes
2020
ProtectControlGroups=yes
2121
ProtectHome=yes

debian/conduwuit.service

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ DevicePolicy=closed
2222
LockPersonality=yes
2323
MemoryDenyWriteExecute=yes
2424
NoNewPrivileges=yes
25-
ProcSubset=pid
25+
#ProcSubset=pid
2626
ProtectClock=yes
2727
ProtectControlGroups=yes
2828
ProtectHome=yes

0 commit comments

Comments
 (0)