github.com/keybase/client/go@v0.0.0-20241007131713-f10651d043c8/kbfs/redirector/disable_dumpable.go (about) 1 // Copyright 2018 Keybase Inc. All rights reserved. 2 // Use of this source code is governed by a BSD 3 // license that can be found in the LICENSE file. 4 // 5 //go:build !linux && !windows 6 // +build !linux,!windows 7 8 package main 9 10 func disableDumpable() error { 11 return nil 12 }