summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* SELinux: Convert avc_audit to use lsm_audit.hThomas Liu2009-07-128-297/+134Star
* security: Make lsm_priv union in lsm_audit.h anonymousThomas Liu2009-07-102-6/+6
* Move variable function in lsm_audit.h into SMACK private spaceThomas Liu2009-07-102-4/+5
* Merge branch 'master' into nextJames Morris2009-06-302-2/+30
|\
| * integrity: add ima_counts_put (updated)Mimi Zohar2009-06-291-1/+28
| * integrity: ima audit hash_exists fixMimi Zohar2009-06-291-1/+2
* | selinux: clean up avc node cache when disabling selinuxThomas Liu2009-06-253-0/+12
* | security: rename ptrace_may_access => ptrace_access_checkIngo Molnar2009-06-245-12/+12
* | keys: annotate seqfile ops with __releases and __acquiresJames Morris2009-06-241-0/+4
* | selinux: restore optimization to selinux_file_permissionStephen Smalley2009-06-231-5/+10
* | TOMOYO: Remove next_domain from tomoyo_find_next_domain().Tetsuo Handa2009-06-193-15/+8Star
* | TOMOYO: Move tomoyo_delete_domain().Tetsuo Handa2009-06-193-34/+30Star
* | Merge branch 'master' into nextJames Morris2009-06-1933-446/+1698
|\|
| * devcgroup: skip superfluous checks when found the DEV_ALL elemLi Zefan2009-06-181-4/+6
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-1531-446/+1702
| |\
| | * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-06-1131-440/+1690
| | |\
| | | * TOMOYO: Add description of lists and structures.Tetsuo Handa2009-06-096-34/+504
| | | * TOMOYO: Remove unused field.Tetsuo Handa2009-06-092-2/+0Star
| | | * Merge branch 'master' into nextJames Morris2009-06-091-0/+6
| | | |\
| | | * | integrity: ima audit dentry_open failureMimi Zohar2009-06-051-4/+9
| | | * | TOMOYO: Remove unused parameter.Tetsuo Handa2009-06-043-7/+3Star
| | | * | security: use mmap_min_addr indepedently of security modelsChristoph Lameter2009-06-042-24/+1Star
| | | * | TOMOYO: Simplify policy reader.Tetsuo Handa2009-06-023-52/+41Star
| | | * | TOMOYO: Remove redundant markers.Tetsuo Handa2009-06-024-36/+0Star
| | | * | SELinux: define audit permissions for audit tree netlink messagesEric Paris2009-06-021-0/+2
| | | * | TOMOYO: Remove unused mutex.Tetsuo Handa2009-06-021-1/+0Star
| | | * | tomoyo: avoid get+put of task_structSerge E. Hallyn2009-06-021-8/+1Star
| | | * | smack: Remove redundant initialization.Tetsuo Handa2009-05-281-15/+0Star
| | | * | rootplug: Remove redundant initialization.Tetsuo Handa2009-05-271-12/+0Star
| | | * | Merge branch 'master' into nextJames Morris2009-05-222-11/+11
| | | |\ \
| | | * | | smack: do not beyond ARRAY_SIZE of dataRoel Kluin2009-05-221-1/+1
| | | * | | integrity: path_check updateMimi Zohar2009-05-221-19/+29
| | | * | | IMA: Add __init notation to ima functionsEric Paris2009-05-225-7/+7
| | | * | | IMA: Minimal IMA policy and boot param for TCB IMA policyEric Paris2009-05-221-3/+27
| | | * | | selinux: remove obsolete read buffer limit from sel_read_boolStephen Smalley2009-05-191-4/+0Star
| | | * | | SELinux: move SELINUX_MAGIC into magic.hEric Paris2009-05-192-7/+4Star
| | | * | | IMA: do not measure everything opened by root by defaultEric Paris2009-05-151-2/+0Star
| | | * | | IMA: remove read permissions on the ima policy fileEric Paris2009-05-151-1/+5
| | | * | | securityfs: securityfs_remove should handle IS_ERR pointersEric Paris2009-05-121-1/+1
| | | * | | IMA: open all files O_LARGEFILEEric Paris2009-05-121-1/+2
| | | * | | IMA: Handle dentry_open failuresEric Paris2009-05-121-4/+6
| | | * | | IMA: use current_cred() instead of current->credEric Paris2009-05-122-2/+2
| | | * | | Merge branch 'master' into nextJames Morris2009-05-0814-28/+39
| | | |\ \ \
| | | * | | | integrity: remove __setup auditing msgsMimi Zohar2009-05-062-25/+4Star
| | | * | | | integrity: use audit_log_stringMimi Zohar2009-05-061-13/+4Star
| | | * | | | integrity: lsm audit rule matching fixMimi Zohar2009-05-061-4/+4
| | | * | | | selinux: selinux_bprm_committed_creds() should wake up ->real_parent, not ->p...Oleg Nesterov2009-04-301-8/+3Star
| | | * | | | SELinux: Don't flush inherited SIGKILL during execve()David Howells2009-04-301-4/+5
| | | * | | | SELinux: drop secondary_ops->sysctlEric Paris2009-04-301-4/+0Star
| | | * | | | smack: implement logging V3Etienne Basset2009-04-145-110/+600