summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* KEYS: Fix race between read and revokeDavid Howells2016-01-291-9/+9
* security: add cred argument to security_capable()Chris Wright2015-12-061-3/+2
* SELinux: Fix kernel BUG on empty security contexts.Stephen Smalley2014-05-191-0/+4
* keys: fix race with concurrent install_user_keyrings()David Howells2013-06-101-1/+1
* security: fix compile error in commoncap.cJonghwan Choi2012-10-071-0/+1
* fcaps: clear the same personality flags as suid when fcaps are usedEric Paris2012-10-071-0/+5
* ima: free duplicate measurement memoryRoberto Sassu2012-01-252-2/+3
* CRED: Fix BUG() upon security_cred_alloc_blank() failureTetsuo Handa2011-03-021-1/+5
* SELinux: do not compute transition labels on mountpoint labeled filesystemsEric Paris2011-02-171-1/+4
* SELinux: define permissions for DCB netlink messagesEric Paris2011-02-171-0/+2
* ima: fix add LSM rule bugMimi Zohar2011-01-071-0/+2
* KEYS: Fix bug in keyctl_session_to_parent() if parent has no session keyringDavid Howells2010-09-261-1/+2
* KEYS: Fix RCU no-lock warning in keyctl_session_to_parent()David Howells2010-09-261-0/+3
* KEYS: find_keyring_by_name() can gain access to a freed keyringToshiyuki Okajima2010-07-051-9/+9
* KEYS: Return more accurate error codesDan Carpenter2010-07-051-3/+3
* mmap_min_addr check CAP_SYS_RAWIO only for writeKees Cook2010-05-261-1/+1
* security: testing the wrong variable in create_by_name()Dan Carpenter2010-05-121-2/+2
* keys: the request_key() syscall should link an existing key to the dest keyringDavid Howells2010-05-121-1/+8
* sysctl: require CAP_SYS_RAWIO to set mmap_min_addrKees Cook2010-04-011-0/+3
* netlabel: fix export of SELinux categories > 127Joshua Roys2010-03-151-1/+1
* SECURITY: selinux, fix update_rlimit_cpu parameterJiri Slaby2010-02-091-1/+1
* Keys: KEYCTL_SESSION_TO_PARENT needs TIF_NOTIFY_RESUME architecture supportGeert Uytterhoeven2010-01-061-0/+10
* NOMMU: Optimise away the {dac_,}mmap_min_addr testsDavid Howells2010-01-061-1/+2
* ima: replace GFP_KERNEL with GFP_NOFSMimi Zohar2009-11-191-2/+2
* KEYS: get_instantiation_keyring() should inc the keyring refcount in all casesDavid Howells2009-10-151-1/+1
* const: constify remaining file_operationsAlexey Dobriyan2009-10-011-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-currentLinus Torvalds2009-09-241-1/+1
|\
| * lsm: Use a compressed IPv6 string format in audit eventsPaul Moore2009-09-241-1/+1
* | sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-2/+2
* | do_wait() wakeup optimization: change __wake_up_parent() to use filtered wakeupOleg Nesterov2009-09-241-1/+1
* | cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeBen Blum2009-09-241-1/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-09-232-6/+17
|\
| * SELinux: do not destroy the avc_cache_nodepEric Paris2009-09-231-4/+15
| * KEYS: Have the garbage collector set its timer for live expired keysDavid Howells2009-09-231-2/+2
* | seq_file: constify seq_operationsJames Morris2009-09-232-5/+5
* | Move magic numbers into magic.hNick Black2009-09-231-7/+1
|/
* Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-151-0/+30
|\
| * Merge commit 'v2.6.31-rc8' into x86/txtIngo Molnar2009-09-028-14/+119
| |\
| * | x86, intel_txt: clean up the impact on generic code, unbreak non-x86Shane Wang2009-09-011-1/+1
| * | x86, intel_txt: Fix typos in Kconfig helpArnaldo Carvalho de Melo2009-08-141-2/+2
| * | x86, intel_txt: Intel TXT boot supportJoseph Cihula2009-07-211-0/+30
* | | KEYS: Fix garbage collectorDavid Howells2009-09-154-35/+73
* | | KEYS: Unlock tasklist when exiting early from keyctl_session_to_parentMarc Dionne2009-09-151-0/+1
* | | SELinux: flush the avc before disabling SELinuxEric Paris2009-09-141-0/+2
* | | SELinux: seperate avc_cache flushingEric Paris2009-09-141-7/+17
* | | Creds: creds->security can be NULL is selinux is disabledEric Paris2009-09-141-0/+6
* | | Merge branch 'next' into for-linusJames Morris2009-09-1136-460/+1290
|\ \ \
| * | | sysfs: Add labeling support for sysfsDavid P. Quigley2009-09-102-0/+6
| * | | LSM/SELinux: inode_{get,set,notify}secctx hooks to access LSM security contex...David P. Quigley2009-09-104-0/+88
| * | | KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells2009-09-0210-0/+267