summaryrefslogtreecommitdiff
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * get rid of pointless includes of ext2_fs.hAl Viro2012-03-311-5/+4
| * selinuxfs: merge dentry allocation into sel_make_dir()Al Viro2012-03-311-66/+44
* | selinux: inline avc_audit() and avc_has_perm_noaudit() into callerLinus Torvalds2012-03-311-2/+2
* | selinux: don't inline slow-path code into avc_has_perm_noaudit()Linus Torvalds2012-03-311-14/+38
|/
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-291-1/+1
|\
| * Replace the fd_sets in struct fdtable with an array of unsigned longsDavid Howells2012-02-191-1/+1
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-282-1/+2
|\ \
| * | Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
| * | SELinux: selinux/xfrm.h needs net/flow.hDavid Howells2012-03-261-0/+2
* | | apparmor: Fix change_onexec when called from a confined taskJohn Johansen2012-03-282-1/+4
* | | usermodehelper: kill umh_wait, renumber UMH_* constantsOleg Nesterov2012-03-231-1/+1
* | | usermodehelper: use UMH_WAIT_PROC consistentlyOleg Nesterov2012-03-231-1/+1
* | | Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-03-232-16/+22
|\ \ \ | |/ / |/| |
| * | Created a function for setting timeouts on keysBryan Schumaker2012-03-012-16/+22
| |/
* | security: optimize avc_audit() common pathLinus Torvalds2012-03-221-29/+41
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-6/+2
|\ \
| * | switch unix_sock to struct pathAl Viro2012-03-201-6/+2
| |/
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-03-2138-191/+856
|\ \
| * \ Merge branch 'for-security' of git://git.kernel.org/pub/scm/linux/kernel/git/...James Morris2012-03-201-2/+2
| |\ \