summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* KEYS: Fix race between read and revokeDavid Howells2016-10-261-9/+9
* fs: create and use seq_show_option for escapingKees Cook2016-04-271-1/+1
* KEYS: Fix crash when attempt to garbage collect an uninstantiated keyringDavid Howells2016-03-211-2/+4
* KEYS: Fix race between key destruction and finding a keyring by nameDavid Howells2016-03-211-4/+4
* selinux/nlmsg: add XFRM_MSG_MAPPINGNicolas Dichtel2015-09-181-0/+1
* selinux/nlmsg: add XFRM_MSG_MIGRATENicolas Dichtel2015-09-181-0/+1
* selinux/nlmsg: add XFRM_MSG_REPORTNicolas Dichtel2015-09-181-0/+1
* selinux/nlmsg: add XFRM_MSG_[NEW|GET]SADINFONicolas Dichtel2015-09-181-0/+2
* selinux/nlmsg: add XFRM_MSG_GETSPDINFONicolas Dichtel2015-09-181-0/+1
* selinux: fix sel_write_enforce broken return valueJoe Perches2015-06-191-1/+1
* smack: fix possible use after frees in task_security() callersAndrey Ryabinin2015-06-192-11/+23
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2015-04-141-3/+3
* KEYS: close race between key lookup and freeingSasha Levin2015-04-141-2/+2
* KEYS: Fix stale key registration at error pathTakashi Iwai2015-04-141-1/+4
* evm: check xattr value length and type in evm_inode_setxattr()Dmitry Kasatkin2015-02-021-3/+6
* selinux: fix inode security list corruptionStephen Smalley2015-02-021-1/+1
* evm: prohibit userspace writing 'security.evm' HMAC valueMimi Zohar2014-06-261-2/+10
* selinux: correctly label /proc inodes in use before the policy is loadedPaul Moore2014-04-141-9/+27
* SELinux: bigendian problems with filename trans rulesEric Paris2014-03-111-4/+4
* SELinux: Fix kernel BUG on empty security contexts.Stephen Smalley2014-02-201-0/+4
* SELinux: Fix memory leak upon loading policyTetsuo Handa2014-02-131-1/+13
* SELinux: Fix possible NULL pointer dereference in selinux_inode_permission()Steven Rostedt2014-01-292-3/+22
* selinux: process labeled IPsec TCP SYN-ACK packets properly in selinux_ip_pos...Paul Moore2014-01-081-7/+36
* selinux: look for IPsec labels on both inbound and outbound packetsPaul Moore2014-01-083-16/+48
* selinux: selinux_setprocattr()->ptrace_parent() needs rcu_read_lock()Oleg Nesterov2014-01-081-2/+2
* selinux: fix broken peer recv checkChad Hanson2014-01-081-1/+3
* selinux: handle TCP SYN-ACK packets correctly in selinux_ip_postroute()Paul Moore2013-12-201-15/+53
* selinux: handle TCP SYN-ACK packets correctly in selinux_ip_output()Paul Moore2013-12-201-2/+23
* selinux: correct locking in selinux_netlbl_socket_connect)Paul Moore2013-12-041-4/+2
* Revert "ima: policy for RAMFS"Mimi Zohar2013-11-291-1/+0
* key: Fix resource leakAlan Cox2013-03-281-2/+2
* selinux: use GFP_ATOMIC under spin_lockDan Carpenter2013-03-201-1/+1
* Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and securit...Mathieu Desnoyers2013-03-141-2/+2
* keys: fix race with concurrent install_user_keyrings()David Howells2013-03-141-1/+1
* evm: checking if removexattr is not a NULLDmitry Kasatkin2013-01-271-2/+2
* selinux: fix sel_netnode_insert() suspicious rcu dereferenceDave Jones2012-11-261-1/+2
* Yama: handle 32-bit userspace prctlKees Cook2012-10-071-1/+1
* posix_types.h: Cleanup stale __NFDBITS and related definitionsJosh Boyer2012-08-091-1/+1
* SELinux: if sel_make_bools errors don't leave inconsistent stateEric Paris2012-06-011-0/+1
* security: fix compile error in commoncap.cJonghwan Choi2012-04-191-0/+1
* fcaps: clear the same personality flags as suid when fcaps are usedEric Paris2012-04-181-0/+5
* Smack: move label list initializationCasey Schaufler2012-04-182-25/+33
* Smack: build when CONFIG_AUDIT not definedKees Cook2012-04-101-4/+15
* lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit...Linus Torvalds2012-04-034-13/+12
* SELinux: do not allocate stack space for AVC data unless neededEric Paris2012-04-032-14/+27
* SELinux: remove avd from slow_avc_audit()Eric Paris2012-04-031-2/+2
* SELinux: remove avd from selinux_audit_dataEric Paris2012-04-031-1/+0
* LSM: shrink the common_audit_data data unionEric Paris2012-04-034-88/+122
* LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris2012-04-0315-97/+238
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-312-71/+48
|\