Actions
Bug #858
closedConsider running docker image as --priviledged to access device files.
Start date:
19 Oct 2021
Due date:
% Done:
100%
Estimated time:
Severity:
03 - Medium
Description
Using --privileged may provide full device file access from within the docker image, which would be preferred for running the mksd and mkinstall scripts inside the container.
Updated by Hammel about 3 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 10
Turns out it was already running with --privileged. So that doesn't help with access to device files.
Next: try -v /dev:/dev.
Updated by Hammel about 3 years ago
This is not highly important so moving it down the stack or priorities.
Updated by Hammel over 1 year ago
- Target version changed from 2.0 - Harkonnen to 3.0 - Corrino
Updated by Hammel over 1 year ago
- Priority changed from Urgent to Immediate
- Severity changed from 02 - High to 03 - Medium
Updated by Hammel over 1 year ago
- Status changed from In Progress to Closed
- % Done changed from 10 to 100
Given my workflow - using GNU Screen with one screen devoted to the PKGDIR where mksd and mkinstall are run - solving this issue isn't necessary.
Closing as won't fix .
Actions