Merge pull request #733 from wking/remove-base-operating-system-loophole

runtime: Drop "not supported by the base OS" loophole
This commit is contained in:
Michael Crosby 2017-05-10 14:45:55 -07:00 committed by GitHub
commit 57428ed7ba
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ Unless otherwise stated, logging a warning does not change the flow of the opera
## <a name="runtimeOperations" />Operations ## <a name="runtimeOperations" />Operations
OCI compliant runtimes MUST support the following operations, unless the operation is not supported by the base operating system. Unless otherwise stated, runtimes MUST support the following operations.
Note: these operations are not specifying any command-line APIs, and the parameters are inputs for general operations. Note: these operations are not specifying any command-line APIs, and the parameters are inputs for general operations.