Closed tiljrd closed 3 months ago
This update introduces the ability to add NET_ADMIN capabilities to kurtosis services. The NET_ADMIN capability can be added to a ServiceConfig as outlined below: config = ServiceConfig( capabilities = ["NET_ADMIN"] )
config = ServiceConfig( capabilities = ["NET_ADMIN"] )
YES
Description
This update introduces the ability to add NET_ADMIN capabilities to kurtosis services. The NET_ADMIN capability can be added to a ServiceConfig as outlined below:
config = ServiceConfig( capabilities = ["NET_ADMIN"] )
Is this change user facing?
YES