aboutsummaryrefslogtreecommitdiffstats
path: root/security/smack/smack_lsm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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-10-19Smack: limited capability for changing process labelZbigniew Jasinski1-2/+56
2015-10-09Smack: pipefs fix in smack_d_instantiateRoman Kubiak1-0/+3
2015-10-09Smack: Minor initialisation improvementJosé Bollo1-2/+2
2015-10-09smack: smk_ipv6_port_list should be staticGeliang Tang1-1/+1
2015-08-12Smack - Fix build error with bringup unconfiguredCasey Schaufler1-14/+18
2015-07-31Smack: Three symbols that should be staticCasey Schaufler1-2/+2
2015-07-28Smack: IPv6 host labelingCasey Schaufler1-75/+187
2015-07-22smack: allow mount opts setting over filesystems with binary mount dataVivek Trivedi1-40/+201
2015-05-15smack: pass error code through pointersLukasz Pawelczyk1-39/+54
2015-05-15Smack: ignore private inode for smack_file_receiveSeung-Woo Kim1-0/+3
2015-05-12LSM: Switch to lists of hooksCasey Schaufler1-43/+10
2015-05-12LSM: Add security module hook list headsCasey Schaufler1-129/+129
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-23/+23
2015-04-15VFS: security/: d_backing_inode() annotationsDavid Howells1-23/+23
2015-04-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-8/+91
2015-04-11switch security_inode_getattr() to struct path *Al Viro1-8/+5
2015-03-23Smack: Allow an unconfined label in bringup modeCasey Schaufler1-7/+45
2015-03-23Smack: getting the Smack security context of keysJosé Bollo1-0/+31
2015-03-23Smack: Assign smack_known_web as default smk_in label for kernel thread's socketMarcin Lis1-1/+15
2015-02-22Smack: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells1-2/+2
2015-02-11Smack: secmark connectionsCasey Schaufler1-0/+16
2015-01-21smack: fix possible use after frees in task_security() callersAndrey Ryabinin1-11/+13
2015-01-20smack: Add missing logging in bidirectional UDS connect checkRafal Krypa1-1/+1
2015-01-20Smack: secmark support for netfilterCasey Schaufler1-8/+86
2015-01-20Smack: Rework file hooksCasey Schaufler1-21/+19
2015-01-19smack: Fix a bidirectional UDS connect check typoZbigniew Jasinski1-1/+3
2015-01-19smack: introduce a special case for tmpfs in smack_d_instantiate()Łukasz Stelmach1-2/+14
2015-01-19smack: fix logic in smack_inode_init_security functionLukasz Pawelczyk1-3/+2
2015-01-19smack: miscellaneous small fixes in function commentsLukasz Pawelczyk1-5/+9
2014-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-3/+10
2014-11-19assorted conversions to %p[dD]Al Viro1-4/+4
2014-10-31Security: smack: replace kzalloc with kmem_cache for inode_smackRohit1-3/+10
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-157/+388
2014-09-09security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton1-2/+1
2014-08-29Make Smack operate on smack_known struct where it still used char*Lukasz Pawelczyk1-146/+153
2014-08-29Fix a bidirectional UDS connect check typoLukasz Pawelczyk1-2/+2
2014-08-29Small fixes in comments describing function parametersLukasz Pawelczyk1-9/+9
2014-08-28Smack: Bring-up access modeCasey Schaufler1-21/+244
2014-08-25Smack: Fix setting label on successful file openMarcin Niesluchowski1-1/+3
2014-08-08Smack: remove unneeded NULL-termination from securtity labelKonstantin Khlebnikov1-3/+3
2014-08-08Smack: handle zero-length security labels without panicKonstantin Khlebnikov1-1/+1
2014-08-08Smack: fix behavior of smack_inode_listsecurityKonstantin Khlebnikov1-5/+4