aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2015-09-10mm: mark most vm_operations_struct constGravatar Kirill A. Shutemov 1-1/+1
2015-09-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 20-362/+1732
2015-09-04fs: create and use seq_show_option for escapingGravatar Kees Cook 1-1/+1
2015-09-04capabilities: add a securebit to disable PR_CAP_AMBIENT_RAISEGravatar Andy Lutomirski 1-1/+2
2015-09-04capabilities: ambient capabilitiesGravatar Andy Lutomirski 2-10/+93
2015-09-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+1
2015-08-31Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+3
2015-08-26LSM: restore certain default error codesGravatar Jan Beulich 1-5/+6
2015-08-15Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextGravatar James Morris 12-110/+907
2015-08-14Merge branch 'smack-for-4.3' of https://github.com/cschaufler/smack-next into...Gravatar James Morris 1-14/+18
2015-08-12Smack - Fix build error with bringup unconfiguredGravatar Casey Schaufler 1-14/+18
2015-08-12Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-3/+3
2015-08-11Merge branch 'smack-for-4.3' of https://github.com/cschaufler/smack-next into...Gravatar James Morris 4-208/+807
2015-08-10Kernel threads excluded from smack checksGravatar Roman Kubiak 1-0/+6
2015-08-04Adding YAMA hooks also when YAMA is not stacked.Gravatar Salvatore Mesoraca 1-0/+1
2015-07-31Smack: Three symbols that should be staticGravatar Casey Schaufler 2-3/+3
2015-07-28Smack: IPv6 host labelingGravatar Casey Schaufler 3-160/+578
2015-07-28Yama: remove needless CONFIG_SECURITY_YAMA_STACKEDGravatar Kees Cook 4-43/+14
2015-07-28KEYS: ensure we free the assoc array edit if edit is validGravatar Colin Ian King 1-3/+5
2015-07-22rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Gravatar Paul E. McKenney 1-3/+3
2015-07-22sysfs: fix simple_return.cocci warningsGravatar kbuild test robot 1-5/+1
2015-07-22smack: allow mount opts setting over filesystems with binary mount dataGravatar Vivek Trivedi 2-40/+219
2015-07-13selinux: Create a common helper to determine an inode label [ver #3]Gravatar David Howells 1-46/+41
2015-07-13selinux: Augment BUG_ON assertion for secclass_map.Gravatar Stephen Smalley 1-1/+2
2015-07-13selinux: initialize sock security class to default valueGravatar Stephen Smalley 1-0/+1
2015-07-13selinux: reduce locking overhead in inode_free_security()Gravatar Waiman Long 1-3/+14
2015-07-13selinux: extended permissions for ioctlsGravatar Jeff Vander Stoep 11-60/+834
2015-07-13security: add ioctl specific auditing to lsm_auditGravatar Jeff Vander Stoep 1-0/+15
2015-07-11Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into...Gravatar James Morris 2-1/+8
2015-07-10selinux: fix mprotect PROT_EXEC regression caused by mm changeGravatar Stephen Smalley 1-1/+2
2015-07-10vfs: Commit to never having exectuables on proc and sysfs.Gravatar Eric W. Biederman 1-1/+1
2015-07-09selinux: don't waste ebitmap space when importing NetLabel categoriesGravatar Paul Moore 1-0/+6
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-13/+6
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 3-16/+13
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-4/+4
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointGravatar Eric W. Biederman 3-16/+13
2015-06-27Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-1/+1
2015-06-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 28-2427/+1767
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-3/+0
2015-06-23make simple_positive() publicGravatar Al Viro 1-13/+6
2015-06-18netfilter: Remove spurios included of netfilter.hGravatar Eric W Biederman 1-3/+0
2015-06-16ima: update builtin policiesGravatar Mimi Zohar 1-9/+56
2015-06-16ima: extend "mask" policy matching supportGravatar Mimi Zohar 1-5/+15
2015-06-16ima: add support for new "euid" policy conditionGravatar Mimi Zohar 1-4/+23
2015-06-16ima: fix ima_show_template_data_ascii()Gravatar Mimi Zohar 3-4/+5
2015-06-13Merge branch 'smack-for-4.2-stacked' of https://github.com/cschaufler/smack-n...Gravatar James Morris 1-7/+9
2015-06-12Smack: freeing an error pointer in smk_write_revoke_subj()Gravatar Dan Carpenter 1-7/+9
2015-06-05selinux: fix setting of security labels on NFSGravatar J. Bruce Fields 1-0/+1
2015-06-04selinux: Remove unused permission definitionsGravatar Stephen Smalley 1-14/+8
2015-06-04selinux: enable genfscon labeling for sysfs and pstore filesGravatar Stephen Smalley 1-1/+3