From d3b98a42a73951f29ee3c518b6eb0c27d2373c2b Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Mon, 13 Aug 2012 10:40:21 +0200 Subject: session: Remove SessionMarker documentation SO_MARK can only be set if the application has the CAP_NET_ADMIN capability. We don't want to give that to all application for good reasons and thus this approach won't work. Also touching all applications to get this feature working is not a good idea. We are going to use a cgroup controller to set SO_MARK and therefore we don't need it in the Session API. --- doc/session-api.txt | 9 --------- 1 file changed, 9 deletions(-) (limited to 'doc') diff --git a/doc/session-api.txt b/doc/session-api.txt index 9a8e40d1..3d907a05 100644 --- a/doc/session-api.txt +++ b/doc/session-api.txt @@ -271,12 +271,3 @@ Settings string Bearer [readonly] Interface name used by the service object to connect. This name can be used for SO_BINDTODEVICE in the application. - - uint32 SessionMarker [readonly] - - The unique session marker can be used to mark all - traffic from the application with the SO_MARK - socket option. In combination of the EmergencyCall - this allows ConnMan to setup the firewall rules - that only traffic from the emergency application - are transmitted. -- cgit v1.2.3