mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:18:12 +00:00
Kernel: Expose process executable paths in /proc/all
This commit is contained in:
parent
87492e723b
commit
21ccbc2167
4 changed files with 5 additions and 4 deletions
|
@ -66,6 +66,7 @@ struct ProcessStatistics {
|
|||
pid_t ppid;
|
||||
unsigned nfds;
|
||||
String name;
|
||||
String executable;
|
||||
String tty;
|
||||
String pledge;
|
||||
String veil;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue