aboutsummaryrefslogtreecommitdiffstats
path: root/security/smack (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-12-04don't open-code file_inode()Al Viro1-1/+1
2016-11-15Smack: Remove unnecessary smack_known_invalidCasey Schaufler4-36/+4
2016-11-14Smack: Use GFP_KERNEL for smack_parse_opts_str().Tetsuo Handa1-2/+2
2016-11-10Smack: ipv6 label match fixCasey Schaufler1-6/+6
2016-11-10SMACK: Fix the memory leak in smack_cred_prepare() hookHimanshu Shukla1-1/+2
2016-11-10SMACK: Do not apply star label in smack_setprocattr hookHimanshu Shukla1-3/+4
2016-11-10smack: parse mnt opts after privileges checkHimanshu Shukla1-25/+25
2016-11-04Smack: Assign smack_known_web label for kernel thread'sjooseong lee1-2/+10
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+6
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher1-6/+6
2016-09-19Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris1-2/+2
2016-09-08Smack: Signal delivery as an append operationCasey Schaufler3-7/+29
2016-08-23Smack: Use memdup_user() rather than duplicating its implementationMarkus Elfring1-8/+3
2016-08-08security: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-2/+2
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+4
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-4/+38
2016-07-08Merge branch 'smack-for-4.8' of https://github.com/cschaufler/smack-next into nextJames Morris1-0/+3
2016-07-07Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris1-1/+1
2016-06-27netlabel: Pass a family parameter to netlbl_skbuff_err().Huw Davies1-1/+1
2016-06-24Smack: Handle labels consistently in untrusted mountsSeth Forshee1-10/+19
2016-06-24Smack: Add support for unprivileged mounts from user namespacesSeth Forshee2-12/+37
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds1-2/+2
2016-06-08Smack: ignore null signal in smack_task_killRafal Krypa1-0/+3
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro1-1/+1
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro1-2/+2
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro1-1/+1
2016-02-16smack: fix cache of access labelsJosé Bollo1-2/+6
2016-02-11Smack: Remove pointless hooksCasey Schaufler1-30/+8
2016-01-20security: let security modules use PTRACE_MODE_* with bitmasksJann Horn1-5/+3
2016-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-3/+25
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-82/+32
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro1-82/+32
2015-12-26Merge branch 'smack-for-4.5' of https://github.com/cschaufler/smack-next into nextJames Morris1-1/+23
2015-12-24security: Make inode argument of inode_getsecid non-constAndreas Gruenbacher1-1/+1
2015-12-24security: Make inode argument of inode_getsecurity non-constAndreas Gruenbacher1-1/+1
2015-12-17Smack: type confusion in smak sendmsg() handlerRoman Kubiak1-1/+1
2015-12-13nfs: Move call to security_inode_listsecurity into nfs_listxattrAndreas Gruenbacher1-2/+0
2015-12-09Smack: File receive for socketsCasey Schaufler1-0/+22
2015-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+7
2015-11-08smack: use skb_to_full_sk() helperEric Dumazet1-4/+7
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds4-47/+238
2015-10-19Smack: limited capability for changing process labelZbigniew Jasinski4-41/+229
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal1-2/+0
2015-10-09Smack: pipefs fix in smack_d_instantiateRoman Kubiak1-0/+3
2015-10-09Smack: Minor initialisation improvementJosé Bollo2-3/+3
2015-10-09smack: smk_ipv6_port_list should be staticGeliang Tang1-1/+1
2015-10-09Smack: fix a NULL dereference in wrong smack_import_entry() usageLukasz Pawelczyk1-2/+2
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman1-2/+2
2015-08-12Smack - Fix build error with bringup unconfiguredCasey Schaufler1-14/+18