xref: /aosp_15_r20/system/sepolicy/tools/sepolicy-analyze/neverallow.h (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
1*e4a36f41SAndroid Build Coastguard Worker #ifndef NEVERALLOW_H
2*e4a36f41SAndroid Build Coastguard Worker #define NEVERALLOW_H
3*e4a36f41SAndroid Build Coastguard Worker 
4*e4a36f41SAndroid Build Coastguard Worker #include <sepol/policydb/policydb.h>
5*e4a36f41SAndroid Build Coastguard Worker 
6*e4a36f41SAndroid Build Coastguard Worker #include "utils.h"
7*e4a36f41SAndroid Build Coastguard Worker 
8*e4a36f41SAndroid Build Coastguard Worker void neverallow_usage(void);
9*e4a36f41SAndroid Build Coastguard Worker int neverallow_func(int argc, char **argv, policydb_t *policydb);
10*e4a36f41SAndroid Build Coastguard Worker 
11*e4a36f41SAndroid Build Coastguard Worker #endif /* NEVERALLOW_H */
12