mirror of
https://github.com/google/nsjail.git
synced 2026-08-30 18:41:30 -07:00
Add disable_tsc option
Implemented via prctl(PR_SET_TSC, PR_TSC_SIGSEGV, ...).
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user