Skip to content

Commit

Permalink
servers: added uid and gid to exec message
Browse files Browse the repository at this point in the history
  • Loading branch information
jewelcodes committed Oct 1, 2024
1 parent 45ca65a commit 42e7bcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/include/kernel/servers.h
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ typedef struct {
/* exec() */
typedef struct {
SyscallHeader header;
uid_t uid;
gid_t gid;
char path[MAX_FILE_PATH];

uint8_t elf[]; // ELF file
Expand Down

0 comments on commit 42e7bcc

Please sign in to comment.