summaryrefslogtreecommitdiff
path: root/security/selinux
AgeCommit message (Expand)AuthorFilesLines
2014-03-12SELinux: bigendian problems with filename trans rulesEric Paris1-4/+4
2014-02-20SELinux: Fix kernel BUG on empty security contexts.Stephen Smalley1-0/+4
2014-02-13SELinux: Fix memory leak upon loading policyTetsuo Handa1-1/+13
2014-01-29SELinux: Fix possible NULL pointer dereference in selinux_inode_permission()Steven Rostedt2-3/+22
2014-01-08selinux: process labeled IPsec TCP SYN-ACK packets properly in selinux_ip_pos...Paul Moore1-7/+36
2014-01-08selinux: look for IPsec labels on both inbound and outbound packetsPaul Moore3-16/+48
2014-01-08selinux: selinux_setprocattr()->ptrace_parent() needs rcu_read_lock()Oleg Nesterov1-2/+2
2014-01-08selinux: fix broken peer recv checkChad Hanson1-1/+3
2013-12-20selinux: handle TCP SYN-ACK packets correctly in selinux_ip_postroute()Paul Moore1-15/+53
2013-12-20selinux: handle TCP SYN-ACK packets correctly in selinux_ip_output()Paul Moore1-2/+23
2013-12-04selinux: correct locking in selinux_netlbl_socket_connect)Paul Moore1-4/+2
2013-03-21selinux: use GFP_ATOMIC under spin_lockDan Carpenter1-1/+1
2012-11-26selinux: fix sel_netnode_insert() suspicious rcu dereferenceDave Jones1-1/+2
2012-08-09posix_types.h: Cleanup stale __NFDBITS and related definitionsJosh Boyer1-1/+1
2012-06-01SELinux: if sel_make_bools errors don't leave inconsistent stateEric Paris1-0/+1
2012-04-03lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit...Linus Torvalds1-3/+1
2012-04-03SELinux: do not allocate stack space for AVC data unless neededEric Paris2-14/+27
2012-04-03SELinux: remove avd from slow_avc_audit()Eric Paris1-2/+2
2012-04-03SELinux: remove avd from selinux_audit_dataEric Paris1-1/+0
2012-04-03LSM: shrink the common_audit_data data unionEric Paris1-42/+63
2012-04-03LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris3-17/+104
2012-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-71/+48
2012-04-01get rid of pointless includes of ext2_fs.hAl Viro1-5/+4
2012-04-01selinuxfs: merge dentry allocation into sel_make_dir()Al Viro1-66/+44
2012-03-31selinux: inline avc_audit() and avc_has_perm_noaudit() into callerLinus Torvalds1-2/+2
2012-03-31selinux: don't inline slow-path code into avc_has_perm_noaudit()Linus Torvalds1-14/+38
2012-03-30Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-26SELinux: selinux/xfrm.h needs net/flow.hDavid Howells1-0/+2
2012-03-23security: optimize avc_audit() common pathLinus Torvalds1-29/+41
2012-02-19Replace the fd_sets in struct fdtable with an array of unsigned longsDavid Howells1-1/+1
2012-02-14security: trim security.hAl Viro1-0/+2
2012-01-15Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-33/+11
2012-01-11Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2-11/+5
2012-01-09Merge branch 'next' into for-linusJames Morris2-11/+5
2012-01-09Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-5/+5
2012-01-07vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro1-1/+1
2012-01-06security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris1-19/+0
2012-01-06ptrace: do not audit capability check when outputing /proc/pid/statEric Paris1-1/+1
2012-01-06capabilities: remove the task from capable LSM hook entirelyEric Paris1-13/+10
2012-01-06selinux: sparse fix: fix several warnings in the security server codJames Morris5-7/+9
2012-01-06selinux: sparse fix: fix warnings in netlink codeJames Morris6-5/+6
2012-01-06selinux: sparse fix: eliminate warnings for selinuxfsJames Morris3-6/+4
2012-01-06selinux: sparse fix: declare selinux_disable() in security.hJames Morris2-1/+1
2012-01-06selinux: sparse fix: move selinux_complete_initJames Morris2-1/+1
2012-01-06selinux: sparse fix: make selinux_secmark_refcount staticJames Morris1-1/+1
2012-01-04get rid of open-coded S_ISREG(), etc.Al Viro1-1/+1
2012-01-04switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-04switch ->create() to umode_tAl Viro1-1/+1
2012-01-04switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1