Commit 05c3827
committed
generate: Drop /dev/mqueue
Linux runtimes are not required to supply this [1,2]. We could supply
it via ocitool, but I don't think its wise to try and define two
standards (one in opencontainers/specs for what a runtime must supply,
and another here with additional stuff), because I don't see a clear
definition of something generally useful enough to go here but not in
the spec. For example, hosts without CONFIG_POSIX_MQUEUE could be
spec-compliant but unable to perform the mqueue mount I'm removing
here.
[1]: https://github.com/opencontainers/specs/blob/v0.1.1/config-linux.md#default-devices-and-file-systems
[2]: opencontainers/runtime-spec#164
Signed-off-by: W. Trevor King <wking@tremily.us>1 parent 6d8fd60 commit 05c3827
1 file changed
Lines changed: 2 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
528 | 528 | | |
529 | 529 | | |
530 | 530 | | |
531 | | - | |
532 | | - | |
533 | | - | |
534 | | - | |
535 | | - | |
536 | | - | |
| 531 | + | |
537 | 532 | | |
538 | 533 | | |
539 | 534 | | |
| |||
556 | 551 | | |
557 | 552 | | |
558 | 553 | | |
559 | | - | |
560 | | - | |
561 | | - | |
562 | | - | |
563 | | - | |
564 | | - | |
565 | | - | |
| 554 | + | |
566 | 555 | | |
567 | 556 | | |
568 | 557 | | |
| |||
0 commit comments