Make SELinux support compile again. Needs more work to be complete.

This commit is contained in:
Todd C. Miller
2010-05-24 18:18:50 -04:00
parent 0487aee6b4
commit 5f857e6e54
3 changed files with 63 additions and 28 deletions

View File

@@ -202,6 +202,11 @@ void usage(int) __attribute__((__noreturn__));
/* gettime.c */
int gettime(struct timeval *);
/* selinux.c */
void selinux_execve(const char *path, char *argv[], char *envp[]);
void selinux_prefork(const char *role, const char *type, int ttyfd);
int selinux_restore_tty(const char *ttyn);
#ifndef errno
extern int errno;
#endif