summaryrefslogtreecommitdiffstats
path: root/kernel/auditsc.c
Commit message (Expand)AuthorAgeFilesLines
* audit: make audit_inode take struct filenameJeff Layton2012-10-121-2/+23
* audit: allow audit code to satisfy getname requests from its names_listJeff Layton2012-10-121-0/+23
* vfs: define struct filename and have getname() return itJeff Layton2012-10-121-29/+35
* audit: overhaul __audit_inode_child to accomodate retryingJeff Layton2012-10-121-27/+30
* audit: optimize audit_compare_dname_pathJeff Layton2012-10-121-5/+3
* audit: remove dirlen argument to audit_compare_dname_pathJeff Layton2012-10-121-2/+2
* audit: set the name_len in audit_inode for parent lookupsJeff Layton2012-10-121-12/+29
* audit: add a new "type" field to audit_names structJeff Layton2012-10-121-5/+10
* audit: reverse arguments to audit_inode_childJeff Layton2012-10-121-4/+4
* audit: no need to walk list in audit_inode if name is NULLJeff Layton2012-10-121-1/+5
* audit: pass in dentry to audit_copy_inode wherever possibleJeff Layton2012-10-121-2/+2
* mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileKonstantin Khlebnikov2012-10-091-11/+2
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-10-021-45/+40
|\
| * audit: export audit_log_task_infoPeter Moody2012-09-121-40/+34
* | userns: Convert audit to work with user namespaces enabledEric W. Biederman2012-09-181-20/+31
* | userns: Convert the audit loginuid to be a kuidEric W. Biederman2012-09-171-9/+11
* | audit: Add typespecific uid and gid comparatorsEric W. Biederman2012-09-171-79/+71
|/
* seccomp: remove duplicated failure loggingKees Cook2012-04-141-2/+6
* kernel-doc: fix new warnings in auditsc.cRandy Dunlap2012-01-231-2/+3
* audit: no leading space in audit_log_d_path prefixKees Cook2012-01-171-3/+3
* audit: fix signedness bug in audit_log_execve_info()Xi Wang2012-01-171-2/+2
* audit: comparison on interprocess fieldsPeter Moody2012-01-171-0/+39
* audit: implement all object interfield comparisonsPeter Moody2012-01-171-0/+29
* audit: allow interfield comparison between gid and ogidEric Paris2012-01-171-0/+6
* audit: complex interfield comparison helperEric Paris2012-01-171-11/+39
* audit: allow interfield comparison in audit rulesEric Paris2012-01-171-1/+29
* audit: do not call audit_getname on errorEric Paris2012-01-171-3/+0
* audit: only allow tasks to set their loginuid if it is -1Eric Paris2012-01-171-1/+10
* audit: remove task argument to audit_set_loginuidEric Paris2012-01-171-3/+3
* audit: allow audit matching on inode gidEric Paris2012-01-171-0/+12
* audit: allow matching on obj_uidEric Paris2012-01-171-0/+12
* audit: remove audit_finish_fork as it can't be calledEric Paris2012-01-171-20/+0
* audit: inline audit_free to simplify the look of generic codeEric Paris2012-01-171-1/+1
* audit: inline checks for not needing to collect aux recordsEric Paris2012-01-171-12/+3
* audit: drop some potentially inadvisable likely notationsEric Paris2012-01-171-6/+6
* audit: inline audit_syscall_entry to reduce burden on archsEric Paris2012-01-171-1/+1
* Audit: push audit success and retcode into arch ptrace.hEric Paris2012-01-171-4/+12
* seccomp: audit abnormal end to a process due to seccompEric Paris2012-01-171-21/+29
* audit: check current inode and containing object when filtering on major and ...Eric Paris2012-01-171-10/+14
* audit: dynamically allocate audit_names when not enough space is in the names...Eric Paris2012-01-171-188/+215
* audit: make filetype matching consistent with other filtersEric Paris2012-01-171-10/+9
* auditsc: propage umode_tAl Viro2012-01-031-2/+2
* switch kern_ipc_perm to umode_tAl Viro2012-01-031-5/+5
* switch mq_open() to umode_tAl Viro2012-01-031-3/+3
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* audit: acquire creds selectively to reduce atomic op overheadTony Jones2011-04-271-10/+17
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* audit mmapAl Viro2010-10-301-0/+16
* vfs: add helpers to get root and pwdMiklos Szeredi2010-08-111-7/+2