summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' into for-linusJames Morris2009-09-1197-609/+2245
|\
| * binfmt_elf: fix PT_INTERP bss handlingRoland McGrath2009-09-101-14/+14
| * TPM: Fixup boot probe timeout for tpm_tis driverJason Gunthorpe2009-09-101-6/+6
| * sysfs: Add labeling support for sysfsDavid P. Quigley2009-09-106-37/+118
| * LSM/SELinux: inode_{get,set,notify}secctx hooks to access LSM security contex...David P. Quigley2009-09-105-0/+143
| * VFS: Factor out part of vfs_setxattr so it can be called from the SELinux hoo...David P. Quigley2009-09-102-13/+43
| * KEYS: Add missing linux/tracehook.h #inclusionsDavid Howells2009-09-098-0/+8
| * KEYS: Fix default security_session_to_parent()David Howells2009-09-071-1/+4
| * Security/SELinux: includecheck fix kernel/sysctl.cJaswinder Singh Rajput2009-09-071-1/+0
| * KEYS: security_cred_alloc_blank() should return int under all circumstancesDavid Howells2009-09-071-2/+4
| * IMA: open new file for readMimi Zohar2009-09-031-2/+4
| * KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells2009-09-0234-0/+409
| * KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6]David Howells2009-09-0218-6/+64
| * KEYS: Do some whitespace cleanups [try #6]David Howells2009-09-021-9/+3
| * KEYS: Make /proc/keys use keyid not numread as file position [try #6]Serge E. Hallyn2009-09-021-22/+55
| * KEYS: Add garbage collection for dead, revoked and expired keys. [try #6]David Howells2009-09-029-6/+344
| * KEYS: Flag dead keys to induce EKEYREVOKED [try #6]David Howells2009-09-021-1/+3
| * KEYS: Allow keyctl_revoke() on keys that have SETATTR but not WRITE perm [try...David Howells2009-09-021-1/+7
| * KEYS: Deal with dead-type keys appropriately [try #6]David Howells2009-09-024-31/+48
| * CRED: Add some configurable debugging [try #6]David Howells2009-09-0211-12/+346
| * selinux: Support for the new TUN LSM hooksPaul Moore2009-09-015-2/+83
| * lsm: Add hooks to the TUN driverPaul Moore2009-09-014-7/+83
| * bsdacct: switch credentials for writing to the accounting fileMichal Schmidt2009-08-241-1/+7
| * vfs: allow file truncations when both suid and write permissions setAmerigo Wang2009-08-211-4/+6
| * selinux: adjust rules for ATTR_FORCEAmerigo Wang2009-08-211-5/+11
| * Merge branch 'master' into nextJames Morris2009-08-20358-2128/+4113
| |\
| * | Security/SELinux: remove duplicated #includeHuang Weiyi2009-08-191-1/+0
| * | SELinux: Convert avc_audit to use lsm_audit.hThomas Liu2009-08-1710-283/+131
| * | security: update documentation for security_request_moduleJames Morris2009-08-141-0/+1
| * | SELinux: add selinux_kernel_module_requestEric Paris2009-08-143-0/+8
| * | security: introducing security_request_moduleEric Paris2009-08-144-0/+25
| * | Networking: use CAP_NET_ADMIN when deciding to call request_moduleEric Paris2009-08-143-7/+7
| * | Merge branch 'master' into nextJames Morris2009-08-11205-1756/+4104
| |\ \
| * | | mm_for_maps: take ->cred_guard_mutex to fix the race with execOleg Nesterov2009-08-101-11/+11
| * | | mm_for_maps: shift down_read(mmap_sem) to the callerOleg Nesterov2009-08-103-5/+5
| * | | security: define round_hint_to_min in !CONFIG_SECURITYEric Paris2009-08-101-15/+15
| * | | Security/SELinux: seperate lsm specific mmap_min_addrEric Paris2009-08-0611-30/+92
| * | | SELinux: call cap_file_mmap in selinux_file_mmapEric Paris2009-08-061-1/+13
| * | | Capabilities: move cap_file_mmap to commoncap.cEric Paris2009-08-063-12/+34
| * | | Merge branch 'master' into nextJames Morris2009-08-061006-17654/+29385
| |\ \ \
| * | | | security/smack: Use AF_INET for sin_family fieldJulia Lawall2009-08-061-1/+1
| * | | | include/linux/cred.h: work around gcc-4.2.4 warning in get_cred()Paul Menage2009-07-201-1/+2
| * | | | kernel: is_current_single_threaded: don't use ->mmap_semOleg Nesterov2009-07-171-4/+6
| * | | | kernel: rename is_single_threaded(task) to current_is_single_threaded(void)Oleg Nesterov2009-07-174-4/+5
| * | | | kernel: fix is_single_threadedOleg Nesterov2009-07-171-26/+36
| * | | | security: fix security_file_lock cmd argumentSten Spans2009-07-171-1/+1
| * | | | Merge branch 'master' into nextJames Morris2009-07-141092-10942/+20282
| |\ \ \ \
| * | | | | Revert "SELinux: Convert avc_audit to use lsm_audit.h"James Morris2009-07-138-134/+297
| * | | | | personality handling: fix PER_CLEAR_ON_SETID for security reasonsJulien Tinnes2009-07-131-1/+5
| * | | | | SELinux: Convert avc_audit to use lsm_audit.hThomas Liu2009-07-138-297/+134