Skip to content

Commit 81981b2

Browse files
Merge pull request #426 from ccamposr/test
Fix Tempest privileged mode missing NET_ADMIN and NET_RAW capabilities
2 parents b91aeca + 9967a65 commit 81981b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/tempest/const.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ var (
2525
TempestPropagation = []storage.PropagationType{Tempest}
2626

2727
// PodCapabilities defines the Linux capabilities for Tempest pods
28-
PodCapabilities = []corev1.Capability{}
28+
PodCapabilities = []corev1.Capability{"NET_ADMIN", "NET_RAW"}
2929
)

0 commit comments

Comments
 (0)