5106c67149
Stay as the invoking uid as much as possible. Execution as a normal user is still forbidden for now, so these changes are pretty ineffective. The next commit will implement the modifications suggested on -hackers a number of days ago.
14 lines
362 B
C
14 lines
362 B
C
/*
|
|
* $Id$
|
|
*/
|
|
|
|
extern void ID0init(void);
|
|
extern uid_t ID0realuid(void);
|
|
extern int ID0ioctl(int, unsigned long, void *);
|
|
extern int ID0unlink(const char *);
|
|
extern int ID0socket(int, int, int);
|
|
extern FILE *ID0fopen(const char *, const char *);
|
|
extern int ID0open(const char *, int);
|
|
extern int ID0uu_lock(const char *);
|
|
extern int ID0uu_unlock(const char *);
|