Skip to content

Commit

Permalink
feat: Add network permissions for GKE Autopilot
Browse files Browse the repository at this point in the history
  • Loading branch information
redhatrises committed Dec 22, 2023
1 parent 8cd60e2 commit 8c24519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/controller/assets/daemonset.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ func sensorCapabilities(node *falconv1alpha1.FalconNodeSensor, initContainer boo
"SYS_RESOURCE",
"NET_RAW",
"CHOWN",
"NET_ADMIN",
},
}
}
Expand Down
1 change: 1 addition & 0 deletions internal/controller/assets/daemonset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ func TestSensorCapabilities(t *testing.T) {
"SYS_RESOURCE",
"NET_RAW",
"CHOWN",
"NET_ADMIN",
},
}

Expand Down

0 comments on commit 8c24519

Please sign in to comment.