Files
nixpkgs/pkgs/by-name/th/throne/dont-check-parent.patch
2026-07-30 13:44:54 +02:00

14 lines
422 B
Diff

diff --git a/core/server/parentcheck/parentcheck.go b/core/server/parentcheck/parentcheck.go
index 0991a7f..58fd32f 100644
--- a/core/server/parentcheck/parentcheck.go
+++ b/core/server/parentcheck/parentcheck.go
@@ -11,6 +11,8 @@ import (
)
func CheckParentProcess() {
+ return
+
parentPath, err := getParentExePath(ParentPID)
if err != nil {
log.Fatalf("parent check: cannot read parent executable: %v", err)