Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_system_sepolicy
/
4aa156fa1a528e148cf7882dc9504563f9e1ff69
/
.
/
tools
/
sepolicy-analyze
/
neverallow.h
blob: be80822a0f894b94bc3177f0b3d63d0927d3b68b [
file
] [
log
] [
blame
]
#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 */