aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/auditsc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-13audit: fix dangling keywords in audit_log_set_loginuid() outputRichard Guy Briggs1-6/+9
2014-01-13audit: convert all sessionid declaration to unsigned intEric Paris1-1/+1
2014-01-13audit: Added exe field to audit core dump signal logPaul Davies C1-0/+8
2014-01-13audit: drop audit_log_abend()Paul Davies C1-8/+2
2014-01-13audit: don't generate loginuid log when audit disabledGao feng1-0/+3
2014-01-13audit: Simplify and correct audit_log_capsetEric W. Biederman1-4/+2
2013-11-06audit: fix type of sessionid in audit_set_loginuid()Eric Paris1-2/+2
2013-11-05audit: call audit_bprm() only once to add AUDIT_EXECVE informationRichard Guy Briggs1-4/+0
2013-11-05audit: move audit_aux_data_execve contents into audit_context unionRichard Guy Briggs1-29/+12
2013-11-05audit: remove unused envc member of audit_aux_data_execveRichard Guy Briggs1-2/+0
2013-11-05audit: Kill the unused struct audit_aux_data_capsetEric W. Biederman1-6/+0
2013-11-05audit: update AUDIT_INODE filter rule to comparator functionRichard Guy Briggs1-1/+1
2013-11-05audit: audit feature to set loginuid immutableEric Paris1-0/+3
2013-11-05audit: audit feature to only allow unsetting the loginuidEric Paris1-0/+3
2013-11-05audit: allow unsetting the loginuid (with priv)Eric Paris1-1/+3
2013-11-05audit: remove CONFIG_AUDIT_LOGINUID_IMMUTABLEEric Paris1-6/+4
2013-11-05audit: loginuid functions coding styleEric Paris1-25/+45
2013-11-05audit_alloc: clear TIF_SYSCALL_AUDIT if !audit_contextOleg Nesterov1-1/+3
2013-07-09audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_names recordJeff Layton1-3/+9
2013-05-07audit: Make testing for a valid loginuid explicit.Eric W. Biederman1-1/+4
2013-04-30audit: fix event coverage of AUDIT_ANOM_LINKEric Paris1-352/+1
2013-04-30audit: use a consistent audit helper to log lsm informationEric Paris1-5/+5
2013-04-16audit: fix build break when AUDIT_DEBUG == 2Eric Paris1-3/+5
2013-04-11Audit: do not print error when LSMs disabledEric Paris1-6/+8
2013-04-10auditsc: remove audit_set_context() altogether - fold it into its callerAndrew Morton1-8/+2
2013-04-10auditsc: Use kzalloc instead of kmalloc+memset.Rakib Mullick1-4/+4
2013-04-10kernel: audit: beautify code, for extern function, better to check its parameters by itselfChen Gang1-3/+6
2013-04-10audit: destroy long filenames correctlyDmitry Monakhov1-3/+3
2013-04-08audit: improve GID/EGID comparation logicMatvejchikov Ilya1-0/+14
2013-01-11audit: catch possible NULL audit buffersKees Cook1-2/+4
2013-01-11audit: create explicit AUDIT_SECCOMP event typeKees Cook1-3/+11
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-81/+21
2012-11-28audit: no nested contexts anymore...Al Viro1-81/+21
2012-10-24audit: remove bogus tty name checkAlan Cox1-1/+1
2012-10-12audit: make audit_inode take struct filenameJeff Layton1-2/+23
2012-10-12audit: allow audit code to satisfy getname requests from its names_listJeff Layton1-0/+23
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-29/+35
2012-10-12audit: overhaul __audit_inode_child to accomodate retryingJeff Layton1-27/+30
2012-10-12audit: optimize audit_compare_dname_pathJeff Layton1-5/+3
2012-10-12audit: remove dirlen argument to audit_compare_dname_pathJeff Layton1-2/+2
2012-10-12audit: set the name_len in audit_inode for parent lookupsJeff Layton1-12/+29
2012-10-12audit: add a new "type" field to audit_names structJeff Layton1-5/+10
2012-10-12audit: reverse arguments to audit_inode_childJeff Layton1-4/+4
2012-10-12audit: no need to walk list in audit_inode if name is NULLJeff Layton1-1/+5
2012-10-12audit: pass in dentry to audit_copy_inode wherever possibleJeff Layton1-2/+2
2012-10-09mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileKonstantin Khlebnikov1-11/+2
2012-10-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-45/+40
2012-09-18userns: Convert audit to work with user namespaces enabledEric W. Biederman1-20/+31
2012-09-17userns: Convert the audit loginuid to be a kuidEric W. Biederman1-9/+11
2012-09-17audit: Add typespecific uid and gid comparatorsEric W. Biederman1-79/+71