aboutsummaryrefslogtreecommitdiff
path: root/security/tomoyo
AgeCommit message (Expand)AuthorFilesLines
2020-10-12tomoyo: Loosen pathname/domainname validation.Gravatar Tetsuo Handa 1-6/+23
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 2-10/+10
2020-08-12mm/gup: remove task_struct pointer for all gup codeGravatar Peter Xu 1-1/+1
2020-07-21exec: Implement kernel_execveGravatar Eric W. Biederman 3-5/+5
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-3/+3
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Gravatar Linus Torvalds 1-9/+3
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Gravatar Linus Torvalds 1-1/+3
2020-06-02Merge tag 'tomoyo-pr-20200601' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Gravatar Linus Torvalds 1-1/+1
2020-05-29tomoyo_write_control(): get rid of pointless access_ok()Gravatar Al Viro 1-2/+0
2020-05-20exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsGravatar Eric W. Biederman 1-9/+3
2020-05-19proc: proc_pid_ns takes super_block as an argumentGravatar Alexey Gladkov 1-1/+1
2020-05-12tomoyo: use true for bool variableGravatar Zou Wei 1-1/+1
2020-04-24Use proc_pid_ns() to get pid_namespace from the proc superblockGravatar Alexey Gladkov 1-1/+3
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-01-02tomoyo: Use atomic_t for statistics counterGravatar Tetsuo Handa 1-7/+4
2019-12-16tomoyo: Suppress RCU warning at list_for_each_entry_rcu().Gravatar Tetsuo Handa 4-13/+26
2019-12-11tomoyo: Don't use nifty names on sockets.Gravatar Tetsuo Handa 1-31/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-10tomoyo: Don't emit WARNING: string while fuzzing testing.Gravatar Tetsuo Handa 1-0/+2
2019-05-10tomoyo: Change pathname calculation for read-only filesystems.Gravatar Tetsuo Handa 1-1/+2
2019-05-10tomoyo: Check address length before reading address familyGravatar Tetsuo Handa 1-0/+4
2019-05-10tomoyo: Add a kernel config option for fuzzing testing.Gravatar Tetsuo Handa 2-1/+22
2019-02-19tomoyo: Bump version.Gravatar Tetsuo Handa 2-8/+13
2019-01-24tomoyo: Allow multiple use_group lines.Gravatar Tetsuo Handa 3-22/+42
2019-01-24tomoyo: Coding style fix.Gravatar Tetsuo Handa 15-105/+309
2019-01-23tomoyo: Swicth from cred->security to task_struct->security.Gravatar Tetsuo Handa 5-122/+108
2019-01-18LSM: Make lsm_early_cred() and lsm_early_task() local functions.Gravatar Tetsuo Handa 1-1/+0
2019-01-08TOMOYO: Update LSM flags to no longer be exclusiveGravatar Kees Cook 1-1/+1
2019-01-08Infrastructure management of the cred security blobGravatar Casey Schaufler 2-1/+8
2019-01-08TOMOYO: Abstract use of cred security blobGravatar Casey Schaufler 4-16/+64
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-2/+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-0/+1
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-1/+1
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledGravatar David Howells 1-0/+1
2018-11-05tomoyo: fix small typoGravatar Yangtao Li 1-1/+1
2018-10-10LSM: Record LSM name in struct lsm_infoGravatar Kees Cook 1-0/+1
2018-10-10LSM: Convert security_initcall() into DEFINE_LSM()Gravatar Kees Cook 1-1/+3
2018-09-04security: tomoyo: Fix obsolete functionGravatar Ding Xiang 1-1/+2
2018-08-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+1
2018-07-18kbuild: move bin2c back to scripts/ from scripts/basic/Gravatar Masahiro Yamada 1-1/+1
2018-07-12->file_open(): lose cred argumentGravatar Al Viro 1-1/+1
2018-02-12net: make getname() functions return length rather than use int* parameterGravatar Denys Vlasenko 1-2/+3
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 3-12/+12
2017-11-27tomoyo: annotate ->poll() instancesGravatar Al Viro 4-7/+7
2017-11-13Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-34/+13
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 18-0/+18
2017-10-21tomoyo: fix timestamping for y2038Gravatar Arnd Bergmann 4-34/+13
2017-08-01exec: Rename bprm->cred_prepared to called_set_credsGravatar Kees Cook 1-1/+1