summaryrefslogtreecommitdiffstats
path: root/kernel/auditsc.c
Commit message (Expand)AuthorAgeFilesLines
* execve: use 'struct filename *' for executable name passingLinus Torvalds2014-02-051-1/+1
* audit: fix dangling keywords in audit_log_set_loginuid() outputRichard Guy Briggs2014-01-131-6/+9
* audit: convert all sessionid declaration to unsigned intEric Paris2014-01-131-1/+1
* audit: Added exe field to audit core dump signal logPaul Davies C2014-01-131-0/+8
* audit: drop audit_log_abend()Paul Davies C2014-01-131-8/+2
* audit: don't generate loginuid log when audit disabledGao feng2014-01-131-0/+3
* audit: Simplify and correct audit_log_capsetEric W. Biederman2014-01-131-4/+2
* audit: fix type of sessionid in audit_set_loginuid()Eric Paris2013-11-061-2/+2
* audit: call audit_bprm() only once to add AUDIT_EXECVE informationRichard Guy Briggs2013-11-051-4/+0
* audit: move audit_aux_data_execve contents into audit_context unionRichard Guy Briggs2013-11-051-29/+12
* audit: remove unused envc member of audit_aux_data_execveRichard Guy Briggs2013-11-051-2/+0
* audit: Kill the unused struct audit_aux_data_capsetEric W. Biederman2013-11-051-6/+0
* audit: update AUDIT_INODE filter rule to comparator functionRichard Guy Briggs2013-11-051-1/+1
* audit: audit feature to set loginuid immutableEric Paris2013-11-051-0/+3
* audit: audit feature to only allow unsetting the loginuidEric Paris2013-11-051-0/+3
* audit: allow unsetting the loginuid (with priv)Eric Paris2013-11-051-1/+3
* audit: remove CONFIG_AUDIT_LOGINUID_IMMUTABLEEric Paris2013-11-051-6/+4
* audit: loginuid functions coding styleEric Paris2013-11-051-25/+45
* audit_alloc: clear TIF_SYSCALL_AUDIT if !audit_contextOleg Nesterov2013-11-051-1/+3
* audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_...Jeff Layton2013-07-091-3/+9
* audit: Make testing for a valid loginuid explicit.Eric W. Biederman2013-05-071-1/+4
* audit: fix event coverage of AUDIT_ANOM_LINKEric Paris2013-04-301-352/+1
* audit: use a consistent audit helper to log lsm informationEric Paris2013-04-301-5/+5
* audit: fix build break when AUDIT_DEBUG == 2Eric Paris2013-04-161-3/+5
* Audit: do not print error when LSMs disabledEric Paris2013-04-111-6/+8
* auditsc: remove audit_set_context() altogether - fold it into its callerAndrew Morton2013-04-101-8/+2
* auditsc: Use kzalloc instead of kmalloc+memset.Rakib Mullick2013-04-101-4/+4
* kernel: audit: beautify code, for extern function, better to check its parame...Chen Gang2013-04-101-3/+6
* audit: destroy long filenames correctlyDmitry Monakhov2013-04-101-3/+3
* audit: improve GID/EGID comparation logicMatvejchikov Ilya2013-04-081-0/+14
* audit: catch possible NULL audit buffersKees Cook2013-01-111-2/+4
* audit: create explicit AUDIT_SECCOMP event typeKees Cook2013-01-111-3/+11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-121-81/+21
|\
| * audit: no nested contexts anymore...Al Viro2012-11-281-81/+21
* | audit: remove bogus tty name checkAlan Cox2012-10-241-1/+1
|/
* 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