summaryrefslogtreecommitdiffstats
path: root/security/smack/smack_lsm.c
Commit message (Expand)AuthorAgeFilesLines
* smack: fix cache of access labelsJosé Bollo2016-02-161-2/+6
* Smack: Remove pointless hooksCasey Schaufler2016-02-111-30/+8Star
* security: let security modules use PTRACE_MODE_* with bitmasksJann Horn2016-01-211-5/+3Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2016-01-181-3/+25
|\
| * Merge branch 'smack-for-4.5' of https://github.com/cschaufler/smack-next into...James Morris2015-12-261-1/+23
| |\
| | * Smack: type confusion in smak sendmsg() handlerRoman Kubiak2015-12-171-1/+1
| | * Smack: File receive for socketsCasey Schaufler2015-12-101-0/+22
| * | security: Make inode argument of inode_getsecid non-constAndreas Gruenbacher2015-12-241-1/+1
| * | security: Make inode argument of inode_getsecurity non-constAndreas Gruenbacher2015-12-241-1/+1
| |/
* / nfs: Move call to security_inode_listsecurity into nfs_listxattrAndreas Gruenbacher2015-12-141-2/+0Star
|/
* Smack: limited capability for changing process labelZbigniew Jasinski2015-10-191-2/+56
* Smack: pipefs fix in smack_d_instantiateRoman Kubiak2015-10-101-0/+3
* Smack: Minor initialisation improvementJosé Bollo2015-10-101-2/+2
* smack: smk_ipv6_port_list should be staticGeliang Tang2015-10-101-1/+1
* Smack - Fix build error with bringup unconfiguredCasey Schaufler2015-08-131-14/+18
* Smack: Three symbols that should be staticCasey Schaufler2015-07-311-2/+2
* Smack: IPv6 host labelingCasey Schaufler2015-07-281-75/+187
* smack: allow mount opts setting over filesystems with binary mount dataVivek Trivedi2015-07-221-40/+201
* smack: pass error code through pointersLukasz Pawelczyk2015-05-151-39/+54
* Smack: ignore private inode for smack_file_receiveSeung-Woo Kim2015-05-151-0/+3
* LSM: Switch to lists of hooksCasey Schaufler2015-05-121-43/+10Star
* LSM: Add security module hook list headsCasey Schaufler2015-05-121-129/+129
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-271-23/+23
|\
| * VFS: security/: d_backing_inode() annotationsDavid Howells2015-04-151-23/+23
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-04-151-8/+91
|\ \ | |/ |/|
| * Smack: Allow an unconfined label in bringup modeCasey Schaufler2015-03-231-7/+45
| * Smack: getting the Smack security context of keysJosé Bollo2015-03-231-0/+31
| * Smack: Assign smack_known_web as default smk_in label for kernel thread's socketMarcin Lis2015-03-231-1/+15
* | switch security_inode_getattr() to struct path *Al Viro2015-04-121-8/+5Star
|/
* Smack: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells2015-02-221-2/+2
* Smack: secmark connectionsCasey Schaufler2015-02-111-0/+16
* smack: fix possible use after frees in task_security() callersAndrey Ryabinin2015-01-211-11/+13
* smack: Add missing logging in bidirectional UDS connect checkRafal Krypa2015-01-211-1/+1
* Smack: secmark support for netfilterCasey Schaufler2015-01-211-8/+86
* Smack: Rework file hooksCasey Schaufler2015-01-211-21/+19Star
* smack: Fix a bidirectional UDS connect check typoZbigniew Jasinski2015-01-191-1/+3
* smack: introduce a special case for tmpfs in smack_d_instantiate()Łukasz Stelmach2015-01-191-2/+14
* smack: fix logic in smack_inode_init_security functionLukasz Pawelczyk2015-01-191-3/+2Star
* smack: miscellaneous small fixes in function commentsLukasz Pawelczyk2015-01-191-5/+9
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-12-151-3/+10
|\
| * Security: smack: replace kzalloc with kmem_cache for inode_smackRohit2014-10-311-3/+10
* | assorted conversions to %p[dD]Al Viro2014-11-191-4/+4
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-10-121-157/+388
|\|
| * Make Smack operate on smack_known struct where it still used char*Lukasz Pawelczyk2014-08-291-146/+153
| * Fix a bidirectional UDS connect check typoLukasz Pawelczyk2014-08-291-2/+2
| * Small fixes in comments describing function parametersLukasz Pawelczyk2014-08-291-9/+9
| * Smack: Bring-up access modeCasey Schaufler2014-08-281-21/+244
| * Smack: Fix setting label on successful file openMarcin Niesluchowski2014-08-251-1/+3
| * Smack: remove unneeded NULL-termination from securtity labelKonstantin Khlebnikov2014-08-081-3/+3
| * Smack: handle zero-length security labels without panicKonstantin Khlebnikov2014-08-081-1/+1