Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292290
b: refs/heads/master
c: ade3ddc
h: refs/heads/master
v: v3
  • Loading branch information
John Johansen committed Feb 27, 2012
1 parent 0b656d6 commit 07f6355
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cdbd2884df8ad026143bb482a96d38e616947b17
refs/heads/master: ade3ddc01e2e426cc24c744be85dcaad4e8f8aba
1 change: 1 addition & 0 deletions trunk/security/apparmor/audit.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ static char *aa_audit_type[] = {
"STATUS",
"ERROR",
"KILLED"
"AUTO"
};

/*
Expand Down
5 changes: 2 additions & 3 deletions trunk/security/apparmor/include/audit.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ struct aa_profile;
extern const char *audit_mode_names[];
#define AUDIT_MAX_INDEX 5

#define AUDIT_APPARMOR_AUTO 0 /* auto choose audit message type */

enum audit_mode {
AUDIT_NORMAL, /* follow normal auditing of accesses */
AUDIT_QUIET_DENIED, /* quiet all denied access messages */
Expand All @@ -45,7 +43,8 @@ enum audit_type {
AUDIT_APPARMOR_HINT,
AUDIT_APPARMOR_STATUS,
AUDIT_APPARMOR_ERROR,
AUDIT_APPARMOR_KILL
AUDIT_APPARMOR_KILL,
AUDIT_APPARMOR_AUTO
};

extern const char *op_table[];
Expand Down

0 comments on commit 07f6355

Please sign in to comment.