summaryrefslogblamecommitdiffstats
path: root/login-utils/selinux_utils.h
blob: cf0ed662b3ade44aea8ff3fd768971014566e7b4 (plain) (tree)
1
2
3
4
5
6
7



                                                                             
                                                

      
#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