mbox series

[0/2] net: openvswitch: metering and conntrack in userns

Message ID 20220911173825.167352-1-michael.weiss@aisec.fraunhofer.de (mailing list archive)
Headers show
Series net: openvswitch: metering and conntrack in userns | expand

Message

Michael Weiß Sept. 11, 2022, 5:38 p.m. UTC
Currently using openvswitch in a non-inital user namespace, e.g., an
unprivileged container, is possible but without metering and conntrack
support. This is due to the restriction of the corresponding Netlink
interfaces to the global CAP_NET_ADMIN.

This simple patches switch from GENL_ADMIN_PERM to GENL_UNS_ADMIN_PERM
in several cases to allow this also for the unprivilegd container
use case.

We tested this for unprivileged containers created by the container
manager of GyroidOS (gyroidos.github.io). However, for other container
managers such as LXC or systemd which provide unprivileged containers
this should be apply equally.

Applies against v6.0-rc4

Michael Weiß (2):
  net: openvswitch: allow metering in non-initial user namespace
  net: openvswitch: allow conntrack in non-initial user namespace

 net/openvswitch/conntrack.c |  8 ++++----
 net/openvswitch/meter.c     | 12 ++++++------
 2 files changed, 10 insertions(+), 10 deletions(-)