2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 06:16:03 +00:00

simple cleanup

This commit is contained in:
John Johansen
2007-11-16 09:34:53 +00:00
parent 40c3686041
commit e601767e03

View File

@@ -37,11 +37,11 @@ struct cod_pattern {
struct cod_entry {
char *namespace;
char *name ;
struct codomain *codomain ; /* Special codomain defined
char *name;
struct codomain *codomain; /* Special codomain defined
* just for this executable */
int mode ; /* mode is 'or' of AA_* bits */
int deny ; /* TRUE or FALSE */
int mode; /* mode is 'or' of AA_* bits */
int deny; /* TRUE or FALSE */
pattern_t pattern_type;
struct cod_pattern pat;
@@ -84,7 +84,7 @@ struct codomain {
struct cod_global_entry {
struct cod_entry *entry;
struct codomain *hats ;
struct codomain *hats;
unsigned int capabilities;
};