legit

Fork of https://git.icyphox.sh/legit

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
//go:build !(openbsd || linux)

// Stub functions for GOOS that don't support filesystem restriction.

package main

func restrictFileAccessTo(_dirs ...filesystemAccess) error {
	return nil
}