-
TL;DR:
```
pwndbg> procinfo
exe '/home/dc/.local/share/Steam/ubuntu12_32/steam'
pid 3833
tid 3833
ppid 3639
uid [1000, 1000, 1000, 1000]
gid [1000, 100…
-
I am unable to use netlink connectors on Linux via dotnet and socket creation itself fails with
> Unhandled Exception: System.Net.Sockets.SocketException: Address family not supported by protocol
…
-
../lib/netlink-socket.h:204:2: error: #error "netlink-socket.h is only for hosts that support Netlink sockets"
204 | #error "netlink-socket.h is only for hosts that support Netlink sockets"
…
-
According to https://selinuxproject.org/page/ObjectClassesPerms#common_socket there is currently both common_socket and netlink_socket (#netlink_socket) object classes as well as several specializatio…
-
The only user I know of right now is systemd's [device monitor](https://github.com/systemd/systemd/blob/8499b2c26dc6811495e46c8c8a69d4d2656873ac/src/libsystemd/sd-device/device-monitor.c#L279), which …
-
Routing sockets are used for the kernel's routing tables to be read and altered (BSD). On the other hand, Netlink is a socket family used for inter-process communication (IPC) between both the kernel …
-
After the following scenario, netlink sockets cannot be created.
1. Invoke netlink_kernel_create() for the first time (a socket is properly created)
2. Remove the kernel module
3. Install the kernel m…
akry updated
11 years ago
-
Hi!
I recently ran into a problem when calling the `netlink.NeighSubscribeWithOptions()` and `netlink.LinkSubscribeWithOptions()` functions from multiple go-routines.
The code causing the proble…
-
I'm trying to compile sonic-swss (on master)
```
./autogen.sh
./configure
make
```
and i get this error:
```
routesync.cpp: In member function 'void swss::RouteSync::getNextHopList(rtnl_…
-
```checking for LIBNL3_CLI... no
configure: error: need libnl-cli-3.0 >= 3.2
```
``` dpkg -l | grep libnl-cli
ii libnl-cli-3-200:amd64 3.7.0-0.3build1 …