summaryrefslogtreecommitdiffstats
path: root/security/smack
AgeCommit message (Expand)AuthorLines
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
2015-01-23Smack: Repair netfilter dependencyCasey Schaufler-1/+1
2015-01-21smack: fix possible use after frees in task_security() callersAndrey Ryabinin-11/+23
2015-01-20smack: Add missing logging in bidirectional UDS connect checkRafal Krypa-1/+1
2015-01-20Smack: secmark support for netfilterCasey Schaufler-8/+196
2015-01-20Smack: Rework file hooksCasey Schaufler-21/+19
2015-01-19smack: Fix a bidirectional UDS connect check typoZbigniew Jasinski-1/+3
2015-01-19smack: introduce a special case for tmpfs in smack_d_instantiate()Łukasz Stelmach-2/+14
2015-01-19smack: fix logic in smack_inode_init_security functionLukasz Pawelczyk-3/+2
2015-01-19smack: miscellaneous small fixes in function commentsLukasz Pawelczyk-5/+9
2014-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-12/+18
2014-11-21security: smack: fix out-of-bounds access in smk_parse_smack()Andrey Ryabinin-4/+3
2014-11-19assorted conversions to %p[dD]Al Viro-4/+4
2014-10-31Security: smack: replace kzalloc with kmem_cache for inode_smackRohit-3/+10
2014-10-28Smack: Lock mode for the floor and hat labelsCasey Schaufler-5/+5
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-274/+520
2014-09-09security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton-2/+1
2014-08-29Make Smack operate on smack_known struct where it still used char*Lukasz Pawelczyk-255/+233
2014-08-29Fix a bidirectional UDS connect check typoLukasz Pawelczyk-2/+2
2014-08-29Small fixes in comments describing function parametersLukasz Pawelczyk-9/+9
2014-08-28Smack: Bring-up access modeCasey Schaufler-27/+294
2014-08-25Smack: Fix setting label on successful file openMarcin Niesluchowski-1/+3
2014-08-08Smack: remove unneeded NULL-termination from securtity labelKonstantin Khlebnikov-3/+3
2014-08-08Smack: handle zero-length security labels without panicKonstantin Khlebnikov-3/+3
2014-08-08Smack: fix behavior of smack_inode_listsecurityKonstantin Khlebnikov-5/+4
2014-08-02Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris-17/+14
2014-08-01netlabel: shorter names for the NetLabel catmap funcs/structsPaul Moore-13/+13
2014-08-01netlabel: fix the horribly broken catmap functionsPaul Moore-4/+1
2014-08-01netlabel: fix a problem when setting bits below the previously lowest bitPaul Moore-1/+1
2014-05-20Merge branch 'smack-for-3.16' of git://git.gitorious.org/smack-next/kernel in...James Morris-73/+297