seteuid() and setegid()

This commit is contained in:
Ben Gras
2005-12-13 09:48:29 +00:00
parent f18384d54c
commit f6e5052597
10 changed files with 41 additions and 6 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
#define NCALLS 91 /* number of system calls allowed */
#define NCALLS 93 /* number of system calls allowed */
#define EXIT 1
#define FORK 2
@@ -82,3 +82,5 @@
#define GETPRIORITY 88 /* to PM */
#define SETPRIORITY 89 /* to PM */
#define GETTIMEOFDAY 90 /* to PM */
#define SETEUID 91 /* to PM (and PM -> FS) */
#define SETEGID 92 /* to PM (and PM -> FS) */