File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,11 @@ For Linux-based systems, the `process` object supports the following process-spe
190190 For more information about AppArmor, see [ AppArmor documentation] [ apparmor ] .
191191* ** ` capabilities ` ** (object, OPTIONAL) is an object containing arrays that specifies the sets of capabilities for the process.
192192 Valid values are defined in the [ capabilities(7)] [ capabilities.7 ] man page, such as ` CAP_CHOWN ` .
193- Any value which cannot be mapped to a relevant kernel interface MUST cause an error.
193+ Any value which cannot be mapped to a relevant kernel interface, or cannot
194+ be granted otherwise MUST be [ logged as a warning] ( runtime.md#warnings ) by
195+ the runtime. Runtimes SHOULD NOT fail if the container configuration requests
196+ capabilities that cannot be granted, for example, if the runtime operates in
197+ a restricted environment with a limited set of capabilities.
194198 ` capabilities ` contains the following properties:
195199
196200 * ** ` effective ` ** (array of strings, OPTIONAL) the ` effective ` field is an array of effective capabilities that are kept for the process.
You can’t perform that action at this time.
0 commit comments