diff options
author | Steve Grubb <sgrubb@redhat.com> | 2006-04-01 18:29:34 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2006-05-01 06:10:01 -0400 |
commit | ce29b682e228c70cdc91a1b2935c5adb2087bab8 (patch) | |
tree | 39e3e5b345748bec1c2d21962407689cdb1b7dab /include | |
parent | e7c3497013a7e5496ce3d5fd3c73b5cf5af7a56e (diff) | |
download | linux-3.10-ce29b682e228c70cdc91a1b2935c5adb2087bab8.tar.gz linux-3.10-ce29b682e228c70cdc91a1b2935c5adb2087bab8.tar.bz2 linux-3.10-ce29b682e228c70cdc91a1b2935c5adb2087bab8.zip |
[PATCH] More user space subject labels
Hi,
The patch below builds upon the patch sent earlier and adds subject label to
all audit events generated via the netlink interface. It also cleans up a few
other minor things.
Signed-off-by: Steve Grubb <sgrubb@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/audit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/audit.h b/include/linux/audit.h index 740f950397b..d5c40823e16 100644 --- a/include/linux/audit.h +++ b/include/linux/audit.h @@ -371,7 +371,7 @@ extern void audit_log_d_path(struct audit_buffer *ab, extern int audit_filter_user(struct netlink_skb_parms *cb, int type); extern int audit_filter_type(int type); extern int audit_receive_filter(int type, int pid, int uid, int seq, - void *data, size_t datasz, uid_t loginuid); + void *data, size_t datasz, uid_t loginuid, u32 sid); #else #define audit_log(c,g,t,f,...) do { ; } while (0) #define audit_log_start(c,g,t) ({ NULL; }) |