Home | History | Annotate | Download | only in sepolicy-analyze
      1 #ifndef PERM_H
      2 #define PERM_H
      3 
      4 #include <sepol/policydb/policydb.h>
      5 
      6 #include "utils.h"
      7 
      8 void permissive_usage(void);
      9 int permissive_func(int argc, char **argv, policydb_t *policydb);
     10 
     11 #endif /* PERM_H */
     12