Skip to content

Commit 2b9a484

Browse files
authored
feat(workload): add support for read only rootfs security option (#8)
1 parent 24fc6c7 commit 2b9a484

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

protect/control/v1/common.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ message WorkloadSecuritySpec {
323323
bool privileged = 5;
324324
bool disable_all_namespaces = 6;
325325
repeated ProcessNamespace disable_namespaces = 7;
326+
bool read_only_rootfs = 8;
326327
}
327328

328329
enum WorkloadState {

0 commit comments

Comments
 (0)