aboutsummaryrefslogtreecommitdiffstats
path: root/tools/sepolicy-analyze/neverallow.h
blob: be80822a0f894b94bc3177f0b3d63d0927d3b68b (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef NEVERALLOW_H
#define NEVERALLOW_H

#include <sepol/policydb/policydb.h>

#include "utils.h"

void neverallow_usage(void);
int neverallow_func(int argc, char **argv, policydb_t *policydb);

#endif /* NEVERALLOW_H */