aboutsummaryrefslogtreecommitdiff
path: root/security/smack/smack_lsm.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-09Smack: pipefs fix in smack_d_instantiateGravatar Roman Kubiak 1-0/+3
2015-10-09Smack: Minor initialisation improvementGravatar José Bollo 1-2/+2
2015-10-09smack: smk_ipv6_port_list should be staticGravatar Geliang Tang 1-1/+1
2015-08-12Smack - Fix build error with bringup unconfiguredGravatar Casey Schaufler 1-14/+18
2015-07-31Smack: Three symbols that should be staticGravatar Casey Schaufler 1-2/+2
2015-07-28Smack: IPv6 host labelingGravatar Casey Schaufler 1-75/+187
2015-07-22smack: allow mount opts setting over filesystems with binary mount dataGravatar Vivek Trivedi 1-40/+201
2015-05-15smack: pass error code through pointersGravatar Lukasz Pawelczyk 1-39/+54
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 1-43/+10
2015-05-12LSM: Add security module hook list headsGravatar Casey Schaufler 1-129/+129
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-23/+23
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 1-8/+91
2015-04-11switch security_inode_getattr() to struct path *Gravatar Al Viro 1-8/+5
2015-03-23Smack: Allow an unconfined label in bringup modeGravatar Casey Schaufler 1-7/+45
2015-03-23Smack: getting the Smack security context of keysGravatar José Bollo 1-0/+31
2015-03-23Smack: Assign smack_known_web as default smk_in label for kernel thread's socketGravatar Marcin Lis 1-1/+15
2015-02-22Smack: Use d_is_positive() rather than testing dentry->d_inodeGravatar David Howells 1-2/+2
2015-02-11Smack: secmark connectionsGravatar Casey Schaufler 1-0/+16
2015-01-21smack: fix possible use after frees in task_security() callersGravatar Andrey Ryabinin 1-11/+13
2015-01-20smack: Add missing logging in bidirectional UDS connect checkGravatar Rafal Krypa 1-1/+1
2015-01-20Smack: secmark support for netfilterGravatar Casey Schaufler 1-8/+86
2015-01-20Smack: Rework file hooksGravatar Casey Schaufler 1-21/+19
2015-01-19smack: Fix a bidirectional UDS connect check typoGravatar Zbigniew Jasinski 1-1/+3
2015-01-19smack: introduce a special case for tmpfs in smack_d_instantiate()Gravatar Łukasz Stelmach 1-2/+14
2015-01-19smack: fix logic in smack_inode_init_security functionGravatar Lukasz Pawelczyk 1-3/+2
2015-01-19smack: miscellaneous small fixes in function commentsGravatar Lukasz Pawelczyk 1-5/+9
2014-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-3/+10
2014-11-19assorted conversions to %p[dD]Gravatar Al Viro 1-4/+4
2014-10-31Security: smack: replace kzalloc with kmem_cache for inode_smackGravatar Rohit 1-3/+10
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-157/+388
2014-09-09security: make security_file_set_fowner, f_setown and __f_setown void returnGravatar Jeff Layton 1-2/+1
2014-08-29Make Smack operate on smack_known struct where it still used char*Gravatar Lukasz Pawelczyk 1-146/+153
2014-08-29Fix a bidirectional UDS connect check typoGravatar Lukasz Pawelczyk 1-2/+2
2014-08-29Small fixes in comments describing function parametersGravatar Lukasz Pawelczyk 1-9/+9
2014-08-28Smack: Bring-up access modeGravatar Casey Schaufler 1-21/+244
2014-08-25Smack: Fix setting label on successful file openGravatar Marcin Niesluchowski 1-1/+3
2014-08-08Smack: remove unneeded NULL-termination from securtity labelGravatar Konstantin Khlebnikov 1-3/+3
2014-08-08Smack: handle zero-length security labels without panicGravatar Konstantin Khlebnikov 1-1/+1
2014-08-08Smack: fix behavior of smack_inode_listsecurityGravatar Konstantin Khlebnikov 1-5/+4
2014-08-02Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextGravatar James Morris 1-3/+3
2014-08-01netlabel: shorter names for the NetLabel catmap funcs/structsGravatar Paul Moore 1-3/+3
2014-05-20Merge branch 'smack-for-3.16' of git://git.gitorious.org/smack-next/kernel in...Gravatar James Morris 1-61/+179
2014-04-30Smack: Label cgroup files for systemdGravatar Casey Schaufler 1-12/+18
2014-04-23Smack: Verify read access on file open - v3Gravatar Casey Schaufler 1-3/+16
2014-04-11Smack: bidirectional UDS connect checkGravatar Casey Schaufler 1-20/+24
2014-04-11Smack: Correctly remove SMACK64TRANSMUTE attributeGravatar Casey Schaufler 1-6/+19
2014-04-11SMACK: Fix handling value==NULL in post setxattrGravatar José Bollo 1-1/+3
2014-04-11bugfix patch for SMACKGravatar Pankaj Kumar 1-2/+2