Feature or enhancement request details
Please expose a no-new-privileges process control in container. The lower-layer OCI/runtime support already exists; the CLI and persisted configuration do not currently make it available to container users.
The proposed scope is deliberately backward compatible:
- persist a
noNewPrivileges process setting through CLI and configuration;
- enforce it monotonically for both container init and
container exec, so an init setting cannot be weakened by an exec request;
- retain a
false default and decode older configurations without change; and
- cover parser, process-configuration, and init/exec acceptance paths.
This would provide a narrow, opt-in control without changing existing default behavior.
Code of Conduct
Feature or enhancement request details
Please expose a no-new-privileges process control in
container. The lower-layer OCI/runtime support already exists; the CLI and persisted configuration do not currently make it available to container users.The proposed scope is deliberately backward compatible:
noNewPrivilegesprocess setting through CLI and configuration;container exec, so an init setting cannot be weakened by an exec request;falsedefault and decode older configurations without change; andThis would provide a narrow, opt-in control without changing existing default behavior.
Code of Conduct