aboutsummaryrefslogtreecommitdiff
path: root/security/smack
AgeCommit message (Expand)AuthorFilesLines
2020-05-06smack: remove redundant structure variable from header.Gravatar Maninder Singh 1-1/+0
2020-05-06smack: avoid unused 'sip' variable warningGravatar Arnd Bergmann 2-23/+8
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-7/+2
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specGravatar Al Viro 1-6/+2
2020-02-07fs_parser: remove fs_parameter_description name fieldGravatar Eric Sandeen 1-1/+0
2020-02-05broken ping to ipv6 linklocal addresses on debian busterGravatar Casey Schaufler 1-22/+19
2019-10-23pipe: Reduce #inclusion of pipe_fs_i.hGravatar David Howells 1-1/+0
2019-09-23Merge tag 'smack-for-5.4-rc1' of git://github.com/cschaufler/smack-nextGravatar Linus Torvalds 2-23/+23
2019-09-04smack: use GFP_NOFS while holding inode_smack::smk_lockGravatar Eric Biggers 2-4/+4
2019-09-04security: smack: Fix possible null-pointer dereferences in smack_socket_sock_...Gravatar Jia-Ju Bai 1-0/+2
2019-09-04smack: fix some kernel-doc notationsGravatar luanshi 1-18/+15
2019-09-04Smack: Don't ignore other bprm->unsafe flags if LSM_UNSAFE_PTRACE is setGravatar Jann Horn 1-1/+2
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-12/+22
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+1
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+2
2019-07-04vfs: Convert smackfs to use the new mount APIGravatar David Howells 1-12/+22
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLGravatar David Howells 1-1/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 2-8/+2
2019-06-14Smack: Restore the smackfsdef mount option and add missing prefixesGravatar Casey Schaufler 1-5/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Gravatar Thomas Gleixner 3-15/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-04-30Smack: Fix kbuild reported build errorGravatar Casey Schaufler 1-0/+2
2019-04-29smack: Check address length before reading address familyGravatar Tetsuo Handa 1-4/+15
2019-04-03Smack: Fix IPv6 handling of 0 secmarkGravatar Casey Schaufler 1-0/+2
2019-04-02Smack: Create smack_rule cache to optimize memory usageGravatar Casey Schaufler 3-3/+11
2019-04-02smack: removal of global rule listGravatar Vishal Goel 1-38/+15
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 2-15/+96
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+1
2019-02-28introduce cloning of fs_contextGravatar Al Viro 1-0/+49
2019-02-28smack: Implement filesystem context security hooksGravatar David Howells 2-15/+47
2019-02-22security: mark expected switch fall-throughs and add a missing breakGravatar Gustavo A. R. Silva 1-2/+1
2019-01-31audit: remove unused actx param from audit_rule_matchGravatar Richard Guy Briggs 1-3/+1
2019-01-18LSM: Make lsm_early_cred() and lsm_early_task() local functions.Gravatar Tetsuo Handa 1-2/+0
2019-01-10LSM: generalize flag passing to security_capableGravatar Micah Morton 1-1/+1
2019-01-08LSM: Infrastructure management of the ipc security blobGravatar Casey Schaufler 2-30/+6
2019-01-08Smack: Abstract use of ipc security blobsGravatar Casey Schaufler 2-5/+20
2019-01-08LSM: Infrastructure management of the inode securityGravatar Casey Schaufler 2-60/+18
2019-01-08Smack: Abstract use of inode security blobGravatar Casey Schaufler 2-18/+23
2019-01-08LSM: Infrastructure management of the file securityGravatar Casey Schaufler 2-14/+3
2019-01-08Smack: Abstract use of file security blobGravatar Casey Schaufler 2-4/+13
2019-01-08Infrastructure management of the cred security blobGravatar Casey Schaufler 2-55/+27
2019-01-08Smack: Abstract use of cred security blobGravatar Casey Schaufler 4-43/+53
2019-01-08LSM: Separate idea of "major" LSM from "exclusive" LSMGravatar Kees Cook 1-1/+1
2019-01-08LSM: Lift LSM selection out of individual LSMsGravatar Kees Cook 1-3/+0
2019-01-08LSM: Introduce LSM_FLAG_LEGACY_MAJORGravatar Kees Cook 1-0/+1
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-222/+137
2018-12-21smack: rewrite smack_sb_eat_lsm_opts()Gravatar Al Viro 1-85/+23
2018-12-21smack: get rid of match_token()Gravatar Al Viro 1-18/+38
2018-12-21smack: take the guts of smack_parse_opts_str() into a new helperGravatar Al Viro 1-57/+57
2018-12-21LSM: new method: ->sb_add_mnt_opt()Gravatar Al Viro 1-1/+0