summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2015-04-11switch keyctl_instantiate_key_common() to iov_iterAl Viro-72/+40
2015-04-11switch security_inode_getattr() to struct path *Al Viro-30/+20
2015-04-11constify tomoyo_realpath_from_path()Al Viro-4/+4
2015-04-08selinux/nlmsg: add XFRM_MSG_[NEW|GET]SADINFONicolas Dichtel-0/+2
2015-04-08selinux/nlmsg: add XFRM_MSG_GETSPDINFONicolas Dichtel-0/+1
2015-04-08selinux/nlmsg: add XFRM_MSG_NEWSPDINFONicolas Dichtel-0/+1
2015-04-08selinux/nlmsg: add RTM_GETNSIDNicolas Dichtel-0/+1
2015-04-08selinux/nlmsg: add RTM_NEWNSID and RTM_GETNSIDNicolas Dichtel-0/+2
2015-04-07tomoyo: Do not generate empty policy filesMichal Marek-29/+5
2015-04-07tomoyo: Use if_changed when generating builtin-policy.hMichal Marek-18/+11
2015-04-07tomoyo: Use bin2c to generate builtin-policy.hMichal Marek-10/+11
2015-04-06selinux: increase avtab max bucketsStephen Smalley-1/+1
2015-04-06selinux: Use a better hash function for avtabJohn Brooks-5/+38
2015-04-06selinux: convert avtab hash table to flex_arrayStephen Smalley-13/+22
2015-04-06selinux: reconcile security_netlbl_secattr_to_sid() and mls_import_netlbl_cat()Paul Moore-12/+4
2015-04-06selinux: remove unnecessary pointer reassignmentJeff Vander Stoep-4/+2
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller-25/+11
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2015-03-27Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into...James Morris-1/+1
2015-03-25selinux: fix sel_write_enforce broken return valueJoe Perches-1/+1
2015-03-23smack: Fix gcc warning from unused smack_syslog_lock mutex in smackfs.cPaul Gortmaker-1/+0
2015-03-23Smack: Allow an unconfined label in bringup modeCasey Schaufler-17/+182
2015-03-23Smack: getting the Smack security context of keysJosé Bollo-0/+31
2015-03-23Smack: Assign smack_known_web as default smk_in label for kernel thread's socketMarcin Lis-1/+15
2015-03-20Revert "selinux: add a skb_owned_by() hook"Eric Dumazet-18/+0
2015-03-03Merge tag 'yama-4.0' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/li...James Morris-10/+5
2015-02-27security/yama: Remove unnecessary selects from Kconfig.Stephen Smalley-2/+0
2015-02-27Yama: do not modify global sysctl table entryKees Cook-8/+5
2015-02-22Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-23/+21
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells-3/+3
2015-02-22SELinux: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells-2/+2
2015-02-22Smack: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells-2/+2
2015-02-22TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR()David Howells-3/+1
2015-02-22Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inodeDavid Howells-1/+1
2015-02-22Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sbDavid Howells-12/+12
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds-3/+3
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-54/+4
2015-02-16Merge branch 'smack-for-3.20-rebased' of git://git.gitorious.org/smack-next/k...James Morris-0/+16
2015-02-16Don't leak a key reference if request_key() tries to use a revoked keyringDavid Jeffery-0/+1
2015-02-15Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+125
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds-7/+6
2015-02-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-107/+281
2015-02-11Smack: secmark connectionsCasey Schaufler-0/+16
2015-02-04SELinux: fix error code in policydb_init()Dan Carpenter-2/+6
2015-02-04selinux: add security in-core xattr support for pstore and debugfsMark Salyzyn-17/+8
2015-02-04selinux: quiet the filesystem labeling behavior messagePaul Moore-4/+0
2015-02-04selinux: Remove unused function avc_sidcmp()Rickard Strandqvist-5/+0
2015-02-02ima: /proc/keys is now mandatoryDavid Howells-1/+0
2015-01-29Merge tag 'keys-next-20150123' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris-26/+0
2015-01-25file->f_path.dentry is pinned down for as long as the file is open...Al Viro-5/+1