-
### Proposal Details
This is a continuation of #62654, in particular its item 6, described in there as:
> 6. (Optional) Add `(*Process).Handle() uintptr` method to return process handle on Windows…
-
Since Linux 6.9 processes on Linux gained a unique 64bit ID that is not reused during the entire runtime of the system: the pidfd's inode number. It would be great if this could be exposed in /usr/bin…
-
When regreet starts, it activates xdg-desktop-portal via d-bus. I assume this comes from gtk4.
```
Sep 24 06:51:43 host dbus-daemon[5532]: [session uid=396 pid=5532 pidfd=5] Activating via systemd…
-
```
error[E0277]: the trait bound `i32: AsFd` is not satisfied
--> rustjail/src/pipestream.rs:40:29
|
40 | match unistd::write(self.0, buf) {
| -------------…
-
Modern Linux kernels support pidfd_open() which will result in very simple and very stable implementation if available.
For details, see https://man7.org/linux/man-pages/man2/pidfd_open.2.html
-
Compiling polkit 124 with ConsoleKit 1.26 and polkit option session_tracking=ConsoleKit breaks launching any application with pkexec.
The following error is generated on the command line:
> Error ch…
-
For monitoring process files it is good to know CLOEXEC flag. But for now only part of method support it (inotify_init1, eventfd2, signalfd4, dup3, pipe2, open, openat, open_by_handle_at, pidfd_open,e…
-
Feature gate: `#![feature(linux_pidfd)]`
This is a tracking issue for Linux-specific extension methods allowing to obtain [process file descriptors](https://man.archlinux.org/man/pidfd_open.2.e…
voidc updated
4 months ago
-
**systemd version the issue has been seen with**
All
**Used distribution**
N/A
**Expected behaviour you didn't see**
Systemd killing of units is free of PID-reuse race conditions. This c…
-
**Description**
Implement pidfd API for gVisor.
See https://lwn.net/Articles/794707/ for details
**Is this feature related to a specific bug?**
N/A
**Do you have a specific solution in …