summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)Author
2010-09-26KEYS: Fix bug in keyctl_session_to_parent() if parent has no session keyringDavid Howells
2010-09-26KEYS: Fix RCU no-lock warning in keyctl_session_to_parent()David Howells
2010-07-05KEYS: find_keyring_by_name() can gain access to a freed keyringToshiyuki Okajima
2010-07-05KEYS: Return more accurate error codesDan Carpenter
2010-05-26mmap_min_addr check CAP_SYS_RAWIO only for writeKees Cook
2010-05-12security: testing the wrong variable in create_by_name()Dan Carpenter
2010-05-12keys: the request_key() syscall should link an existing key to the dest keyringDavid Howells
2010-04-01sysctl: require CAP_SYS_RAWIO to set mmap_min_addrKees Cook
2010-03-15netlabel: fix export of SELinux categories > 127Joshua Roys
2010-02-09SECURITY: selinux, fix update_rlimit_cpu parameterJiri Slaby
2010-01-06Keys: KEYCTL_SESSION_TO_PARENT needs TIF_NOTIFY_RESUME architecture supportGeert Uytterhoeven
2010-01-06NOMMU: Optimise away the {dac_,}mmap_min_addr testsDavid Howells
2009-11-19ima: replace GFP_KERNEL with GFP_NOFSMimi Zohar
2009-10-15KEYS: get_instantiation_keyring() should inc the keyring refcount in all casesDavid Howells
2009-10-01const: constify remaining file_operationsAlexey Dobriyan
2009-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-currentLinus Torvalds
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-09-24do_wait() wakeup optimization: change __wake_up_parent() to use filtered wakeupOleg Nesterov
2009-09-24cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeBen Blum
2009-09-24lsm: Use a compressed IPv6 string format in audit eventsPaul Moore
2009-09-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2009-09-23SELinux: do not destroy the avc_cache_nodepEric Paris
2009-09-23KEYS: Have the garbage collector set its timer for live expired keysDavid Howells
2009-09-23seq_file: constify seq_operationsJames Morris
2009-09-23Move magic numbers into magic.hNick Black
2009-09-15Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-09-15KEYS: Fix garbage collectorDavid Howells
2009-09-15KEYS: Unlock tasklist when exiting early from keyctl_session_to_parentMarc Dionne
2009-09-14SELinux: flush the avc before disabling SELinuxEric Paris
2009-09-14SELinux: seperate avc_cache flushingEric Paris
2009-09-14Creds: creds->security can be NULL is selinux is disabledEric Paris
2009-09-11Merge branch 'next' into for-linusJames Morris
2009-09-10sysfs: Add labeling support for sysfsDavid P. Quigley
2009-09-10LSM/SELinux: inode_{get,set,notify}secctx hooks to access LSM security contex...David P. Quigley
2009-09-07IMA: update ima_counts_putMimi Zohar
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells
2009-09-02KEYS: Do some whitespace cleanups [try #6]David Howells
2009-09-02KEYS: Make /proc/keys use keyid not numread as file position [try #6]Serge E. Hallyn
2009-09-02KEYS: Add garbage collection for dead, revoked and expired keys. [try #6]David Howells
2009-09-02KEYS: Flag dead keys to induce EKEYREVOKED [try #6]David Howells
2009-09-02KEYS: Allow keyctl_revoke() on keys that have SETATTR but not WRITE perm [try...David Howells
2009-09-02KEYS: Deal with dead-type keys appropriately [try #6]David Howells
2009-09-02CRED: Add some configurable debugging [try #6]David Howells
2009-09-02Merge commit 'v2.6.31-rc8' into x86/txtIngo Molnar
2009-09-01x86, intel_txt: clean up the impact on generic code, unbreak non-x86Shane Wang
2009-09-01selinux: Support for the new TUN LSM hooksPaul Moore
2009-09-01lsm: Add hooks to the TUN driverPaul Moore
2009-08-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2009-08-27IMA: iint put in ima_counts_get and putEric Paris
2009-08-24ima: hashing large files bug fixMimi Zohar