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

@ -279,6 +279,9 @@ struct fork_tree_node {
int pid;
int tid;
int pgid;
int ruid;
int euid;
int suid;
struct fork_tree_node *parent;
struct list_head children;