session: Remove SessionMarker documentation
authorDaniel Wagner <daniel.wagner@bmw-carit.de>
Mon, 13 Aug 2012 08:40:21 +0000 (10:40 +0200)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Thu, 30 Aug 2012 10:01:22 +0000 (13:01 +0300)
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

index 9a8e40d1d75c17e80370a70e684d7fe167905821..3d907a0531d8e798838481429ae8f7a3e7dd61de 100644 (file)
@@ -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.