ef4fd30672
Also, divide each sepolicy-analyze function into its own component for simplified command-line parsing and potentially eventual modularization. Bug: 18005561 Change-Id: I45fa07d776cf1bec7d60dba0c03ee05142b86c19
11 lines
205 B
C
11 lines
205 B
C
#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 */
|