Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_system_sepolicy
/
e38af22c5e1ae170e35b9ba0273a1481891a4701
/
.
/
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 */