Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_system_sepolicy
/
827cb76e55cba0856f5d1f38f97dbead315468a9
/
.
/
tools
/
sepolicy-analyze
/
perm.h
blob: 16e619a00fb1b9bb2cc6c2ccf223ce834d99b89d [
file
] [
log
] [
blame
]
#ifndef
PERM_H
#define
PERM_H
#include
<sepol/policydb/policydb.h>
#include
"utils.h"
void
permissive_usage
(
void
);
int
permissive_func
(
int
argc
,
char
**
argv
,
policydb_t
*
policydb
);
#endif
/* PERM_H */