We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24fc6c7 commit 2b9a484Copy full SHA for 2b9a484
1 file changed
protect/control/v1/common.proto
@@ -323,6 +323,7 @@ message WorkloadSecuritySpec {
323
bool privileged = 5;
324
bool disable_all_namespaces = 6;
325
repeated ProcessNamespace disable_namespaces = 7;
326
+ bool read_only_rootfs = 8;
327
}
328
329
enum WorkloadState {
0 commit comments