kill syscall check uid

This commit is contained in:
Tomoki Shirasawa
2015-03-17 15:04:36 +09:00
parent ed6d94a358
commit 8934eb91a4
9 changed files with 123 additions and 2 deletions

View File

@ -140,6 +140,9 @@ struct program_load_desc {
int err;
int stack_prot;
int pgid;
int ruid;
int euid;
int suid;
unsigned long entry;
unsigned long user_start;
unsigned long user_end;