Requirements for AppScope are as follows:
AppScope runs on:
When building AppScope from source, use:
This restriction is imposed to make the resulting executable more portable.
The distros that AppScope supports all require the use of /tmp
, /dev/shm
, and /proc
. You should avoid custom filesystem configuration that interferes with AppScope's ability to use these directories.
Only these runtimes are supported:
AppScope cannot:
When an executable that's being scoped has been stripped, it is not possible for libscope.so
to obtain a file descriptor for an SSL session, and in turn, AppScope cannot include IP and port number fields in HTTP events.
Static executables can be scoped only if they are written in Go.
Static stripped Go executables can be scoped only when built with go1.13 or newer.