Skip to content

Commit 9338dd7

Browse files
committed
liblux: added uid and gid to exec message
1 parent 6f4ea2a commit 9338dd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

liblux/src/include/liblux/liblux.h

+2
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ typedef struct {
201201
/* exec() */
202202
typedef struct {
203203
SyscallHeader header;
204+
uid_t uid;
205+
gid_t gid;
204206
char path[MAX_FILE_PATH];
205207

206208
uint8_t elf[]; // ELF file

0 commit comments

Comments
 (0)