diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2002-07-24 21:45:56 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2002-07-24 21:45:56 +0000 |
commit | 163964bf521661038efecb077e55b036d1f9eb3c (patch) | |
tree | 2044839d3581c77afe6d7e7bfd67bef979db3fc3 /sys/dev/systrace.h | |
parent | a22d6790d93e03fb7840f45ba4bd5fe5ef0d0aea (diff) |
better uid/gid tracking; okay deraadt@
Diffstat (limited to 'sys/dev/systrace.h')
-rw-r--r-- | sys/dev/systrace.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/systrace.h b/sys/dev/systrace.h index d4bd99b6e83..bd5fe3086ec 100644 --- a/sys/dev/systrace.h +++ b/sys/dev/systrace.h @@ -163,6 +163,8 @@ struct fsystrace { int npolicies; int issuser; + uid_t p_ruid; + gid_t p_rgid; /* cwd magic */ pid_t fd_pid; |