Branch: refs/heads/master Home: https://github.com/jpirko/libteam Commit: 49fa51c1e486a7b998840fd90e45926029c2a607 https://github.com/jpirko/libteam/commit/49fa51c1e486a7b998840fd90e45926029c... Author: Pawel Wieczorkiewicz pwieczorkiewicz@suse.de Date: 2015-10-06 (Tue, 06 Oct 2015)
Changed paths: M teamd/teamd.c
Log Message: ----------- teamd: add CAP_NET_RAW capability for LACP packet sockets
The CAP_NET_RAW capability is needed in order to facilitate socket(PF_PACKET...) calls (see: packet(7)), which are used within teamd_packet_sock_open() function. Without the CAP_NET_RAW capability, teamd running as non-root user is unable to add lacp ports.
Signed-off-by: Pawel Wieczorkiewicz pwieczorkiewicz@suse.de Signed-off-by: Jiri Pirko jiri@resnulli.us
libteam@lists.fedorahosted.org