aboutsummaryrefslogtreecommitdiff
path: root/security/smack
AgeCommit message (Expand)AuthorFilesLines
2016-05-27switch ->setxattr() to passing dentry and inode separatelyGravatar Al Viro 1-1/+1
2016-04-11->getxattr(): pass dentry and inode as separate argumentsGravatar Al Viro 1-2/+2
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbGravatar Al Viro 1-1/+1
2016-02-16smack: fix cache of access labelsGravatar José Bollo 1-2/+6
2016-02-11Smack: Remove pointless hooksGravatar Casey Schaufler 1-30/+8
2016-01-20security: let security modules use PTRACE_MODE_* with bitmasksGravatar Jann Horn 1-5/+3
2016-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-3/+25
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-82/+32
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Gravatar Al Viro 1-82/+32
2015-12-26Merge branch 'smack-for-4.5' of https://github.com/cschaufler/smack-next into...Gravatar James Morris 1-1/+23
2015-12-24security: Make inode argument of inode_getsecid non-constGravatar Andreas Gruenbacher 1-1/+1
2015-12-24security: Make inode argument of inode_getsecurity non-constGravatar Andreas Gruenbacher 1-1/+1
2015-12-17Smack: type confusion in smak sendmsg() handlerGravatar Roman Kubiak 1-1/+1
2015-12-13nfs: Move call to security_inode_listsecurity into nfs_listxattrGravatar Andreas Gruenbacher 1-2/+0
2015-12-09Smack: File receive for socketsGravatar Casey Schaufler 1-0/+22
2015-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-4/+7
2015-11-08smack: use skb_to_full_sk() helperGravatar Eric Dumazet 1-4/+7
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 4-47/+238
2015-10-19Smack: limited capability for changing process labelGravatar Zbigniew Jasinski 4-41/+229
2015-10-16netfilter: remove hook owner refcountingGravatar Florian Westphal 1-2/+0
2015-10-09Smack: pipefs fix in smack_d_instantiateGravatar Roman Kubiak 1-0/+3
2015-10-09Smack: Minor initialisation improvementGravatar José Bollo 2-3/+3
2015-10-09smack: smk_ipv6_port_list should be staticGravatar Geliang Tang 1-1/+1
2015-10-09Smack: fix a NULL dereference in wrong smack_import_entry() usageGravatar Lukasz Pawelczyk 1-2/+2
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksGravatar Eric W. Biederman 1-2/+2
2015-08-12Smack - Fix build error with bringup unconfiguredGravatar Casey Schaufler 1-14/+18
2015-08-10Kernel threads excluded from smack checksGravatar Roman Kubiak 1-0/+6
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-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-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-4/+4
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointGravatar Eric W. Biederman 1-4/+4
2015-06-12Smack: freeing an error pointer in smk_write_revoke_subj()Gravatar Dan Carpenter 1-7/+9
2015-06-02Smack: allow multiple labels in onlycapGravatar Rafal Krypa 3-69/+160
2015-06-02Smack: fix seq operations in smackfsGravatar Rafal Krypa 1-30/+22
2015-05-15smack: pass error code through pointersGravatar Lukasz Pawelczyk 3-97/+139
2015-05-15Smack: ignore private inode for smack_file_receiveGravatar Seung-Woo Kim 1-0/+3
2015-05-12LSM: Switch to lists of hooksGravatar Casey Schaufler 3-46/+11
2015-05-12LSM: Add security module hook list headsGravatar Casey Schaufler 1-129/+129
2015-05-12LSM: Split security.hGravatar Casey Schaufler 1-1/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-24/+24
2015-04-15VFS: security/: d_inode() annotationsGravatar David Howells 1-1/+1
2015-04-15VFS: security/: d_backing_inode() annotationsGravatar David Howells 1-23/+23
2015-04-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 4-19/+228
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-6/+2
2015-04-11Merge branch 'for-davem' into for-nextGravatar Al Viro 1-6/+2
2015-04-11switch security_inode_getattr() to struct path *Gravatar Al Viro 1-8/+5
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.Gravatar David S. Miller 1-6/+2
2015-03-23smack: Fix gcc warning from unused smack_syslog_lock mutex in smackfs.cGravatar Paul Gortmaker 1-1/+0