summaryrefslogtreecommitdiff
path: root/security/smack/smack_lsm.c
AgeCommit message (Expand)Author
2019-10-07smack: use GFP_NOFS while holding inode_smack::smk_lockEric Biggers
2019-10-07Smack: Don't ignore other bprm->unsafe flags if LSM_UNSAFE_PTRACE is setJann Horn
2019-10-07security: smack: Fix possible null-pointer dereferences in smack_socket_sock_...Jia-Ju Bai
2019-02-12smack: fix access permissions for keyringZoran Markovic
2018-09-26Smack: Fix handling of IPv4 traffic received by PF_INET6 socketsPiotr Sawicki
2018-08-24Smack: Mark inode instant in smack_task_to_inodeCasey Schaufler
2017-10-12lsm: fix smack_inode_removexattr and xattr_getsecurity memleakCasey Schaufler
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher
2016-09-08Smack: Signal delivery as an append operationCasey Schaufler
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2016-07-08Merge branch 'smack-for-4.8' of https://github.com/cschaufler/smack-next into...James Morris
2016-07-07Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James Morris
2016-06-27netlabel: Pass a family parameter to netlbl_skbuff_err().Huw Davies
2016-06-24Smack: Handle labels consistently in untrusted mountsSeth Forshee
2016-06-24Smack: Add support for unprivileged mounts from user namespacesSeth Forshee
2016-06-08Smack: ignore null signal in smack_task_killRafal Krypa
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro
2016-02-16smack: fix cache of access labelsJosé Bollo
2016-02-11Smack: Remove pointless hooksCasey Schaufler
2016-01-20security: let security modules use PTRACE_MODE_* with bitmasksJann Horn
2016-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2015-12-26Merge branch 'smack-for-4.5' of https://github.com/cschaufler/smack-next into...James Morris
2015-12-24security: Make inode argument of inode_getsecid non-constAndreas Gruenbacher
2015-12-24security: Make inode argument of inode_getsecurity non-constAndreas Gruenbacher
2015-12-17Smack: type confusion in smak sendmsg() handlerRoman Kubiak
2015-12-13nfs: Move call to security_inode_listsecurity into nfs_listxattrAndreas Gruenbacher
2015-12-09Smack: File receive for socketsCasey Schaufler
2015-10-19Smack: limited capability for changing process labelZbigniew Jasinski
2015-10-09Smack: pipefs fix in smack_d_instantiateRoman Kubiak
2015-10-09Smack: Minor initialisation improvementJosé Bollo
2015-10-09smack: smk_ipv6_port_list should be staticGeliang Tang
2015-08-12Smack - Fix build error with bringup unconfiguredCasey Schaufler
2015-07-31Smack: Three symbols that should be staticCasey Schaufler
2015-07-28Smack: IPv6 host labelingCasey Schaufler
2015-07-22smack: allow mount opts setting over filesystems with binary mount dataVivek Trivedi
2015-05-15smack: pass error code through pointersLukasz Pawelczyk
2015-05-15Smack: ignore private inode for smack_file_receiveSeung-Woo Kim
2015-05-12LSM: Switch to lists of hooksCasey Schaufler
2015-05-12LSM: Add security module hook list headsCasey Schaufler
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-15VFS: security/: d_backing_inode() annotationsDavid Howells
2015-04-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2015-04-11switch security_inode_getattr() to struct path *Al Viro
2015-03-23Smack: Allow an unconfined label in bringup modeCasey Schaufler
2015-03-23Smack: getting the Smack security context of keysJosé Bollo
2015-03-23Smack: Assign smack_known_web as default smk_in label for kernel thread's socketMarcin Lis
2015-02-22Smack: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells