Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157307
b: refs/heads/master
c: 65c3f0a
h: refs/heads/master
i:
  157305: 90c7582
  157303: 010765b
v: v3
  • Loading branch information
Thomas Liu authored and James Morris committed Jul 9, 2009
1 parent 7db4b7b commit c3f11a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d4131ded4d4c1a5c1363ddd93ca104ed97dd0458
refs/heads/master: 65c3f0a2d0f72d210c879e4974c2d222b7951321
4 changes: 4 additions & 0 deletions trunk/include/linux/lsm_audit.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ struct common_audit_data {
} u;
/* this union contains LSM specific data */
union {
#ifdef CONFIG_SECURITY_SMACK
/* SMACK data */
struct smack_audit_data {
const char *function;
Expand All @@ -76,6 +77,8 @@ struct common_audit_data {
char *request;
int result;
} smack_audit_data;
#endif
#ifdef CONFIG_SECURITY_SELINUX
/* SELinux data */
struct {
u32 ssid;
Expand All @@ -86,6 +89,7 @@ struct common_audit_data {
struct av_decision *avd;
int result;
} selinux_audit_data;
#endif
};
/* these callback will be implemented by a specific LSM */
void (*lsm_pre_audit)(struct audit_buffer *, void *);
Expand Down

0 comments on commit c3f11a2

Please sign in to comment.