summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2014-11-18smack: add permissive mode for debugging purposeChanho Park5-0/+111
2014-11-18userns: Allow PR_CAPBSET_DROP in a user namespace.Eric W. Biederman1-1/+1
2014-11-18Smack: change rule cap checkCasey Schaufler1-1/+1
2014-11-18Smack: Make the syslog control configurableCasey Schaufler3-13/+99
2014-11-18Smack: Cgroup filesystem accessCasey Schaufler1-12/+18
2014-11-18Smack: Ptrace access check modeCasey Schaufler1-1/+1
2014-11-18Smack: Implement lock security modeCasey Schaufler4-8/+33
2014-11-18Smack: parse multiple rules per write to load2, up to PAGE_SIZE-1 bytesRafal Krypa1-85/+82
2014-11-18Smack: IPv6 casting error fix for 3.11Casey Schaufler1-13/+11
2014-11-18Smack: network label match fixCasey Schaufler3-9/+31
2014-11-18security: smack: add a hash table to quicken smk_find_entry()Tomasz Stanislawski3-9/+37
2014-11-18security: smack: fix memleak in smk_write_rules_list()Tomasz Stanislawski1-22/+11
2014-11-18xattr: Constify ->name member of "struct xattr".Tetsuo Handa5-24/+14
2014-11-18Security: Add Hook to test if the particular xattr is part of a MAC model.David Quigley4-0/+29
2014-11-18Smack: Fix the bug smackcipso can't set CIPSO correctlyPassion,Zhao1-1/+1
2014-11-18Smack: Fix possible NULL pointer dereference at smk_netlbl_mls()Tetsuo Handa1-0/+2
2014-11-18Smack: Add smkfstransmute mount optionCasey Schaufler2-5/+21
2014-11-18Smack: Improve access check performanceCasey Schaufler4-249/+282
2014-11-18Smack: Local IPv6 port based controlsCasey Schaufler2-40/+319
2014-11-14selinux: fix inode security list corruptionStephen Smalley1-1/+1
2014-11-14evm: check xattr value length and type in evm_inode_setxattr()Dmitry Kasatkin1-3/+6
2014-09-17CAPABILITIES: remove undefined caps from all processesEric Paris1-0/+3
2014-06-26evm: prohibit userspace writing 'security.evm' HMAC valueMimi Zohar1-2/+10
2014-06-26ima: introduce ima_kernel_read()Dmitry Kasatkin1-1/+31
2014-04-14selinux: correctly label /proc inodes in use before the policy is loadedPaul Moore1-9/+27
2014-03-06SELinux: 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-25SELinux: Fix possible NULL pointer dereference in selinux_inode_permission()Steven Rostedt2-3/+22
2014-01-09selinux: process labeled IPsec TCP SYN-ACK packets properly in selinux_ip_pos...Paul Moore1-7/+36
2014-01-09selinux: look for IPsec labels on both inbound and outbound packetsPaul Moore3-16/+48
2014-01-09selinux: selinux_setprocattr()->ptrace_parent() needs rcu_read_lock()Oleg Nesterov1-2/+2
2014-01-09selinux: 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-11-29Revert "ima: policy for RAMFS"Mimi Zohar1-1/+0
2013-05-31selinux: fix the labeled xfrm/IPsec reference count handlingPaul Moore1-20/+14
2013-05-07aio: don't include aio.h in sched.hKent Overstreet2-0/+3
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-8/+4
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-4/+3
2013-04-30Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-3/+10
2013-04-30KEYS: split call to call_usermodehelper_fns()Lucas De Marchi1-3/+10
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds9-108/+222
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-56/+211
2013-04-29tomoyo_close_control: don't bother with return valueAl Viro3-8/+4
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-0/+18
2013-04-18devcg: remove parent_cgroup.Rami Rosen1-2/+0
2013-04-17ima: eliminate passing d_name.name to process_measurement()Mimi Zohar1-9/+5
2013-04-09selinux: add a skb_owned_by() hookEric Dumazet3-0/+18