summaryrefslogtreecommitdiff
path: root/security/smack/smack_lsm.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-20Fix incorrect type in assignment of ipv6 port for auditCasey Schaufler1-1/+1
2019-10-07smack: use GFP_NOFS while holding inode_smack::smk_lockEric Biggers1-1/+1
2019-10-07Smack: Don't ignore other bprm->unsafe flags if LSM_UNSAFE_PTRACE is setJann Horn1-1/+2
2019-10-07security: smack: Fix possible null-pointer dereferences in smack_socket_sock_...Jia-Ju Bai1-0/+2
2019-02-12smack: fix access permissions for keyringZoran Markovic1-3/+9
2018-09-26Smack: Fix handling of IPv4 traffic received by PF_INET6 socketsPiotr Sawicki1-5/+9
2018-08-24Smack: Mark inode instant in smack_task_to_inodeCasey Schaufler1-0/+1
2017-10-12lsm: fix smack_inode_removexattr and xattr_getsecurity memleakCasey Schaufler1-30/+25
2016-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-6/+6
2016-10-08xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher1-6/+6
2016-09-08Smack: Signal delivery as an append operationCasey Schaufler1-7/+7
2016-07-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-1/+4
2016-07-08Merge branch 'smack-for-4.8' of https://github.com/cschaufler/smack-next into...James Morris1-0/+3
2016-07-07Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James Morris1-1/+1
2016-06-27netlabel: Pass a family parameter to netlbl_skbuff_err().Huw Davies1-1/+1
2016-06-24Smack: Handle labels consistently in untrusted mountsSeth Forshee1-10/+19
2016-06-24Smack: Add support for unprivileged mounts from user namespacesSeth Forshee1-11/+30
2016-06-08Smack: ignore null signal in smack_task_killRafal Krypa1-0/+3
2016-05-28switch ->setxattr() to passing dentry and inode separatelyAl Viro1-1/+1
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro1-2/+2
2016-04-11don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro1-1/+1
2016-02-16smack: fix cache of access labelsJosé Bollo1-2/+6
2016-02-11Smack: Remove pointless hooksCasey Schaufler1-30/+8
2016-01-21security: let security modules use PTRACE_MODE_* with bitmasksJann Horn1-5/+3
2016-01-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-3/+25
2015-12-26Merge branch 'smack-for-4.5' of https://github.com/cschaufler/smack-next into...James 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-14nfs: Move call to security_inode_listsecurity into nfs_listxattrAndreas Gruenbacher1-2/+0
2015-12-10Smack: File receive for socketsCasey Schaufler1-0/+22
2015-10-19Smack: limited capability for changing process labelZbigniew Jasinski1-2/+56
2015-10-10Smack: pipefs fix in smack_d_instantiateRoman Kubiak1-0/+3
2015-10-10Smack: Minor initialisation improvementJosé Bollo1-2/+2
2015-10-10smack: smk_ipv6_port_list should be staticGeliang Tang1-1/+1
2015-08-13Smack - 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-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus 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/...Linus Torvalds1-8/+91
2015-04-12switch 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