summaryrefslogtreecommitdiffstats
path: root/kernel/auditsc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * CRED: Separate task security context from task_structDavid Howells2008-11-141-25/+27
| * CRED: Wrap task credential accesses in the core kernelDavid Howells2008-11-141-2/+4
| * When the capset syscall is used it is not possible for audit to record theEric Paris2008-11-111-0/+48
| * Any time fcaps or a setuid app under SECURE_NOROOT is used to result in aEric Paris2008-11-111-0/+68
| * This patch will print cap_permitted and cap_inheritable data in the PATHEric Paris2008-11-111-5/+77
* | [PATCH] fix broken timestamps in AVC generated by kernel threadsAl Viro2008-12-091-1/+4
* | [patch 1/1] audit: remove excess kernel-docRandy Dunlap2008-12-091-2/+0
* | [PATCH] return records for fork() both to child and parentAl Viro2008-12-091-0/+17
|/
* tty: Fix abusers of current->sighand->ttyAlan Cox2008-10-131-5/+4
* [PATCH] audit: Moved variable declaration to beginning of functionCordelia2008-09-011-1/+2
* Re: [PATCH] Fix the kernel panic of audit_filter_task when key field is setzhangxiliang2008-08-041-0/+7
* [PATCH] Fix the kernel panic of audit_filter_task when key field is setzhangxiliang2008-08-011-1/+1
* [PATCH] Audit: Collect signal info when SIGUSR2 is sent to auditdEric Paris2008-08-011-1/+1
* x86_64 syscall audit fast-pathRoland McGrath2008-07-231-1/+2
* [PATCH] new predicate - AUDIT_FILETYPEAl Viro2008-04-281-0/+16
* [PATCH 2/2] audit: fix sparse shadowed variable warningsHarvey Harrison2008-04-281-2/+0
* [PATCH 1/2] audit: move extern declarations to audit.hHarvey Harrison2008-04-281-6/+0
* Audit: standardize string audit interfacesEric Paris2008-04-281-4/+4
* Audit: end printk with newlineEric Paris2008-04-281-4/+4
* Audit: Final renamings and cleanupAhmed S. Darwish2008-04-191-6/+6
* Audit: internally use the new LSM audit hooksAhmed S. Darwish2008-04-191-5/+4
* Audit: use new LSM hooks instead of SELinux exportsAhmed S. Darwish2008-04-191-26/+29
* [PATCH] Audit: Fix the format type for size_t variablesPaul Moore2008-03-011-1/+1
OpenPOWER on IntegriCloud