summaryrefslogtreecommitdiffstats
path: root/kernel/auditsc.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris2010-07-281-2/+2
* inotify: remove inotify in kernel interfaceEric Paris2010-07-281-1/+0
* audit: reimplement audit_trees using fsnotify rather than inotifyEric Paris2010-07-281-2/+2
* Audit: clean up the audit_watch splitEric Paris2010-07-281-3/+2
* audit: preface audit printk with auditEric Paris2010-04-051-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Lose the first argument of audit_inode_child()Al Viro2010-02-081-5/+2
* Sanitize f_flags helpersAl Viro2009-12-221-1/+0
* Audit: rearrange audit_context to save 16 bytes per structEric Paris2009-09-241-3/+3
* Fix rule eviction order for AUDIT_DIRAl Viro2009-06-241-0/+15
* Audit: clean up all op= output to include string quotingEric Paris2009-06-241-6/+2
* audit: seperate audit inode watches into a subfileEric Paris2009-06-231-3/+3
* Audit: better estimation of execve record lengthEric Paris2009-06-231-2/+2
* Audit: remove spaces from audit_log_d_pathEric Paris2009-04-051-1/+1
* audit: audit_set_auditable defined but not usedEric Paris2009-04-051-8/+8
* audit: Fix possible return value truncation in audit_get_context()Paul Moore2009-04-051-1/+1
* auditsc: fix kernel-doc notationRandy Dunlap2009-04-051-2/+2
* audit: EXECVE record - removed bogus newlineJiri Pirko2009-04-051-5/+4
* Get rid of indirect include of fs_struct.hAl Viro2009-03-311-0/+1
* make sure that filterkey of task,always rules is reportedAl Viro2009-01-041-4/+11
* fixing audit rule ordering mess, part 1Al Viro2009-01-041-36/+43
* sanitize audit_log_capset()Al Viro2009-01-041-28/+16
* sanitize audit_fd_pair()Al Viro2009-01-041-30/+14
* sanitize audit_mq_open()Al Viro2009-01-041-42/+23
* sanitize AUDIT_MQ_SENDRECVAl Viro2009-01-041-98/+29
* sanitize audit_mq_notify()Al Viro2009-01-041-40/+16
* sanitize audit_mq_getsetattr()Al Viro2009-01-041-37/+17
* sanitize audit_ipc_set_perm()Al Viro2009-01-041-33/+26
* sanitize audit_ipc_obj()Al Viro2009-01-041-51/+37
* sanitize audit_socketcallAl Viro2009-01-041-28/+38
* don't reallocate buffer in every audit_sockaddr()Al Viro2009-01-041-24/+22
* Merge branch 'next' into for-linusJames Morris2008-12-251-29/+226
|\
| * CRED: Inaugurate COW credentialsDavid Howells2008-11-141-21/+21
| * CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells2008-11-141-14/+19