test/sandbox: warn about misuse in doc comment
Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
parent
0a4e633db2
commit
1eb837eab8
@ -1,3 +1,9 @@
|
||||
/*
|
||||
Package sandbox provides utilities for checking sandbox outcome.
|
||||
|
||||
This package must never be used outside integration tests, there is a much better native implementation of mountinfo
|
||||
in the public sandbox/vfs package. Files in this package are excluded by the build system to prevent accidental misuse.
|
||||
*/
|
||||
package sandbox
|
||||
|
||||
import (
|
||||
|
Loading…
Reference in New Issue
Block a user