summaryrefslogtreecommitdiff
path: root/selinux.h
blob: 53fc155f2ed096b56a2856353f35268bb2725674 (plain)
1
2
3
4
5
6
7
#ifndef SELINUX_H
#define SELINUX_H

extern void setup_selinux_pty(const char *, const char *);
extern void setup_selinux_exec_context(const char *);

#endif /* SELINUX_H */