-
BPO | [8372](https://bugs.python.org/issue8372)
--- | :---
Nosy | @loewis, @terryjreedy, @pitrou, @vstinner
Files | [linux-pass-unterminated.diff](https://bugs.python.org/file16874/linux-pass-untermin…
-
In https://github.com/cockpit-project/cockpit/pull/16811 we are trying to use `DynamicUser=` instead of the statically created ones. The unit structure is a bit complicated (as we have two system user…
-
With the latest Insider Build supporting UNIX Domain Sockets, can SSH-Agent support communication via UNIX Domain Sockets?
This would simplify porting existing applications relying on ssh-agent. On…
-
## Description
After creating a socket of type AF_UNIX and binding it to an address, forking the process, and then connecting the socket, an issue would arise when exiting the forked process: The p…
-
I'd like to know if anyone else has experimented with, or even got working, sibling VSOCK communications.
This past week I looked into enabling communication between guest vm siblings over AF_VSOCK…
-
### Description
When `goldendict` is running and tray icon is enabled clicking the icon duplicates it.
https://user-images.githubusercontent.com/1406222/153288802-24ba0c28-71e1-493e-9917-54ad306…
-
## CVE-2023-4622 - High Severity Vulnerability
Vulnerable Library - linuxlinux-4.19.87
The Linux Kernel
Library home page: https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux
Found …
-
```
AF = Address Family
PF = Protocol Family
AF_INET = PF_INET
```
理论上,建立socket时是指定协议,应该用PF_XXXX,设置地址时应该用AF_XXXX。
当然AF_INET和PF_INET的值是相同的,混用也不会有太大的问题。
在函数socketpair与socket的domain参数中有:AF_UNIX,…
-
Use LINUX Signals instead of [dbus](https://github.com/zzxyb/wsm/blob/master/main.c#L49) to notify another process that wsm is ready,maybe SIGUSR1
the return is as follows:
- wsm does not want to i…
zzxyb updated
2 months ago
-
So, t_client test with lwipovpn. Works great if run from the CLI, log file visible.
Running with stdin (only!) redirected
```
SU ../bin/openvpn.master --client ... --dev-node unix:/home/gert/…