Add disable_tsc option

Implemented via prctl(PR_SET_TSC, PR_TSC_SIGSEGV, ...).
This commit is contained in:
Michał Kowalczyk
2022-02-17 23:53:13 +01:00
parent 999d4631f3
commit 16b4416d75
5 changed files with 21 additions and 0 deletions

View File

@@ -266,4 +266,6 @@ message NsJailConfig {
/* Binary path (with arguments) to be executed. If not specified here, it
can be specified with cmd-line as "-- /path/to/command arg1 arg2" */
optional Exe exec_bin = 90;
optional bool disable_tsc = 93 [default = false];
}