2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-30 22:05:27 +00:00

autogenerate the capability names file

This commit is contained in:
John Johansen
2007-11-16 09:32:38 +00:00
parent c841a140b3
commit 50284e8aad
4 changed files with 52 additions and 107 deletions

View File

@@ -202,6 +202,7 @@ extern void free_var_string(struct var_string *var);
extern char *processquoted(char *string, int len);
extern char *processunquoted(char *string, int len);
extern int get_keyword_token(const char *keyword);
extern int name_to_capability(const char *keyword);
extern char *process_var(const char *var);
extern int parse_mode(const char *mode);
extern struct cod_entry *new_entry(char *namespace, char *id, int mode);