-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
None
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
It is currently impossible to access the controller for the boot layer. However, this controller is essential for dynamically adding directives such as opens, reads, exports, etc., to modules from the boot layer as needed during runtime.
The reason why command-line parameters cannot solve this issue is that new layers with their modules are created dynamically. In other words, at the time the virtual machine starts, it is not possible to determine which modules from the boot layer will require opens, reads, or exports directives.
At the same time, for security purposes, it is necessary to specify via command-line parameters which module is granted access to the controller.
It is currently impossible to access the controller for the boot layer. However, this controller is essential for dynamically adding directives such as opens, reads, exports, etc., to modules from the boot layer as needed during runtime.
The reason why command-line parameters cannot solve this issue is that new layers with their modules are created dynamically. In other words, at the time the virtual machine starts, it is not possible to determine which modules from the boot layer will require opens, reads, or exports directives.
At the same time, for security purposes, it is necessary to specify via command-line parameters which module is granted access to the controller.
- links to