summaryrefslogtreecommitdiffstats
path: root/security/smack
AgeCommit message (Expand)AuthorLines
2016-01-20security: let security modules use PTRACE_MODE_* with bitmasksJann Horn-5/+3
2016-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds-3/+25
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-82/+32
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro-82/+32
2015-12-26Merge branch 'smack-for-4.5' of https://github.com/cschaufler/smack-next into...James Morris-1/+23
2015-12-24security: Make inode argument of inode_getsecid non-constAndreas Gruenbacher-1/+1
2015-12-24security: Make inode argument of inode_getsecurity non-constAndreas Gruenbacher-1/+1
2015-12-17Smack: type confusion in smak sendmsg() handlerRoman Kubiak-1/+1
2015-12-13nfs: Move call to security_inode_listsecurity into nfs_listxattrAndreas Gruenbacher-2/+0
2015-12-09Smack: File receive for socketsCasey Schaufler-0/+22
2015-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-4/+7
2015-11-08smack: use skb_to_full_sk() helperEric Dumazet-4/+7
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-47/+238
2015-10-19Smack: limited capability for changing process labelZbigniew Jasinski-41/+229
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal-2/+0
2015-10-09Smack: pipefs fix in smack_d_instantiateRoman Kubiak-0/+3
2015-10-09Smack: Minor initialisation improvementJosé Bollo-3/+3
2015-10-09smack: smk_ipv6_port_list should be staticGeliang Tang-1/+1
2015-10-09Smack: fix a NULL dereference in wrong smack_import_entry() usageLukasz Pawelczyk-2/+2
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman-2/+2
2015-08-12Smack - Fix build error with bringup unconfiguredCasey Schaufler-14/+18
2015-08-10Kernel threads excluded from smack checksRoman Kubiak-0/+6
2015-07-31Smack: Three symbols that should be staticCasey Schaufler-3/+3
2015-07-28Smack: IPv6 host labelingCasey Schaufler-160/+578
2015-07-22sysfs: fix simple_return.cocci warningskbuild test robot-5/+1
2015-07-22smack: allow mount opts setting over filesystems with binary mount dataVivek Trivedi-40/+219
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-4/+4
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman-4/+4
2015-06-12Smack: freeing an error pointer in smk_write_revoke_subj()Dan Carpenter-7/+9
2015-06-02Smack: allow multiple labels in onlycapRafal Krypa-69/+160
2015-06-02Smack: fix seq operations in smackfsRafal Krypa-30/+22
2015-05-15smack: pass error code through pointersLukasz Pawelczyk-97/+139
2015-05-15Smack: ignore private inode for smack_file_receiveSeung-Woo Kim-0/+3
2015-05-12LSM: Switch to lists of hooksCasey Schaufler-46/+11
2015-05-12LSM: Add security module hook list headsCasey Schaufler-129/+129
2015-05-12LSM: Split security.hCasey Schaufler-1/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-24/+24
2015-04-15VFS: security/: d_inode() annotationsDavid Howells-1/+1
2015-04-15VFS: security/: d_backing_inode() annotationsDavid Howells-23/+23
2015-04-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-19/+228
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-6/+2
2015-04-11Merge branch 'for-davem' into for-nextAl Viro-6/+2
2015-04-11switch security_inode_getattr() to struct path *Al Viro-8/+5
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller-6/+2
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-02-22Smack: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells-2/+2
2015-02-11Smack: secmark connectionsCasey Schaufler-0/+16