blob: cf0ed662b3ade44aea8ff3fd768971014566e7b4 [file] [log] [blame]
#ifndef UTIL_LINUX_SELINUX_UTILS_H
#define UTIL_LINUX_SELINUX_UTILS_H
extern access_vector_t get_access_vector(const char *tclass, const char *op);
extern int setupDefaultContext(char *orig_file);
#endif