index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
audit.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_...
Jeff Layton
2013-07-09
1
-4
/
+22
*
audit: Make testing for a valid loginuid explicit.
Eric W. Biederman
2013-05-07
1
-0
/
+5
*
audit: fix event coverage of AUDIT_ANOM_LINK
Eric Paris
2013-04-30
1
-9
/
+11
*
helper for some session id stuff
Eric Paris
2013-04-30
1
-0
/
+2
*
audit: use a consistent audit helper to log lsm information
Eric Paris
2013-04-30
1
-3
/
+5
*
audit: stop pushing loginid, uid, sessionid as arguments
Eric Paris
2013-04-30
1
-2
/
+1
*
audit: allow checking the type of audit message in the user filter
Eric Paris
2013-04-16
1
-1
/
+1
*
kernel: audit: beautify code, for extern function, better to check its parame...
Chen Gang
2013-04-10
1
-5
/
+11
*
audit: Syscall rules are not applied to existing processes on non-x86
Anton Blanchard
2013-04-10
1
-1
/
+1
*
linux/audit.h: move ptrace.h include to kernel header
Mike Frysinger
2013-01-11
1
-0
/
+1
*
audit: create explicit AUDIT_SECCOMP event type
Kees Cook
2013-01-11
1
-1
/
+2
*
UAPI: (Scripted) Disintegrate include/linux
David Howells
2012-10-13
1
-380
/
+1
*
Merge tag 'for-3.7' of git://openrisc.net/jonas/linux
Linus Torvalds
2012-10-13
1
-0
/
+1
|
\
|
*
audit: define AUDIT_ARCH_OPENRISC
Kees Cook
2012-09-21
1
-0
/
+1
*
|
audit: make audit_inode take struct filename
Jeff Layton
2012-10-12
1
-4
/
+6
*
|
audit: allow audit code to satisfy getname requests from its names_list
Jeff Layton
2012-10-12
1
-0
/
+11
*
|
vfs: define struct filename and have getname() return it
Jeff Layton
2012-10-12
1
-5
/
+7
*
|
audit: overhaul __audit_inode_child to accomodate retrying
Jeff Layton
2012-10-12
1
-5
/
+11
*
|
audit: set the name_len in audit_inode for parent lookups
Jeff Layton
2012-10-12
1
-5
/
+10
*
|
audit: add a new "type" field to audit_names struct
Jeff Layton
2012-10-12
1
-0
/
+5
*
|
audit: reverse arguments to audit_inode_child
Jeff Layton
2012-10-12
1
-9
/
+9
*
|
audit.h: replace defines with C stubs
Kees Cook
2012-10-06
1
-53
/
+153
*
|
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2012-10-02
1
-0
/
+2
|
\
\
|
*
|
audit: export audit_log_task_info
Peter Moody
2012-09-12
1
-0
/
+2
|
|
/
*
|
userns: Convert the audit loginuid to be a kuid
Eric W. Biederman
2012-09-17
1
-3
/
+3
*
|
audit: Add typespecific uid and gid comparators
Eric W. Biederman
2012-09-17
1
-0
/
+2
*
|
audit: Remove the unused uid parameter from audit_receive_filter
Eric W. Biederman
2012-09-17
1
-1
/
+1
*
|
audit: Use current instead of NETLINK_CREDS() in audit_filter
Eric W. Biederman
2012-09-17
1
-1
/
+1
|
/
*
fs: add link restriction audit reporting
Kees Cook
2012-07-29
1
-0
/
+4
*
seccomp: remove duplicated failure logging
Kees Cook
2012-04-14
1
-4
/
+4
*
constify path argument of audit_log_d_path()
Al Viro
2012-03-20
1
-1
/
+1
*
audit: comparison on interprocess fields
Peter Moody
2012-01-17
1
-1
/
+23
*
audit: implement all object interfield comparisons
Peter Moody
2012-01-17
1
-1
/
+9
*
audit: allow interfield comparison between gid and ogid
Eric Paris
2012-01-17
1
-1
/
+2
*
audit: allow interfield comparison in audit rules
Eric Paris
2012-01-17
1
-0
/
+4
*
audit: remove task argument to audit_set_loginuid
Eric Paris
2012-01-17
1
-1
/
+1
*
audit: allow audit matching on inode gid
Eric Paris
2012-01-17
1
-0
/
+1
*
audit: allow matching on obj_uid
Eric Paris
2012-01-17
1
-0
/
+1
*
audit: remove audit_finish_fork as it can't be called
Eric Paris
2012-01-17
1
-2
/
+0
*
audit: inline audit_free to simplify the look of generic code
Eric Paris
2012-01-17
1
-1
/
+6
*
audit: drop audit_set_macxattr as it doesn't do anything
Eric Paris
2012-01-17
1
-2
/
+0
*
audit: inline checks for not needing to collect aux records
Eric Paris
2012-01-17
1
-3
/
+20
*
audit: inline audit_syscall_entry to reduce burden on archs
Eric Paris
2012-01-17
1
-3
/
+10
*
Audit: push audit success and retcode into arch ptrace.h
Eric Paris
2012-01-17
1
-8
/
+14
*
seccomp: audit abnormal end to a process due to seccomp
Eric Paris
2012-01-17
1
-0
/
+8
*
switch kern_ipc_perm to umode_t
Al Viro
2012-01-03
1
-2
/
+2
*
switch mq_open() to umode_t
Al Viro
2012-01-03
1
-2
/
+2
*
treewide: use __printf not __attribute__((format(printf,...)))
Joe Perches
2011-10-31
1
-6
/
+5
*
netfilter: add SELinux context support to AUDIT target
Mr Dash Four
2011-06-30
1
-0
/
+7
*
Merge branch 'master' of /repos/git/net-next-2.6
Patrick McHardy
2011-01-19
1
-0
/
+1
|
\
[next]