From: Daniel Wagner <[email protected]>
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, this approach wont work. Also touching all application
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(-)
diff --git a/doc/session-api.txt b/doc/session-api.txt
index 9a8e40d..3d907a0 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.
--
1.7.12.rc1.16.g05a20c8
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman