aboutsummaryrefslogtreecommitdiff
path: root/security/tomoyo
AgeCommit message (Expand)AuthorFilesLines
2024-03-01tomoyo: fix UAF write bug in tomoyo_write_control()Gravatar Tetsuo Handa 1-1/+2
2024-01-24exec: Check __FMODE_EXEC instead of in_execve for LSMsGravatar Kees Cook 1-1/+2
2023-12-24lsm: new security_file_ioctl_compat() hookGravatar Alfred Piccioni 1-0/+1
2023-11-12lsm: mark the lsm_id variables are marked as staticGravatar Paul Moore 1-1/+1
2023-11-12LSM: Identify modules by more than nameGravatar Casey Schaufler 1-1/+8
2023-09-14lsm: constify 'bprm' parameter in security_bprm_committed_creds()Gravatar Khadija Kamran 1-1/+1
2023-08-13tomoyo: remove unused function declarationGravatar GONG, Ruiqi 1-2/+0
2023-08-05tomoyo: refactor deprecated strncpyGravatar Justin Stitt 1-3/+2
2023-07-23tomoyo: add format attributes to functionsGravatar Christian Göttsche 2-2/+3
2023-06-09mm/gup: remove vmas parameter from get_user_pages_remote()Gravatar Lorenzo Stoakes 1-1/+1
2023-04-24Merge tag 'tomoyo-pr-20230424' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Gravatar Linus Torvalds 3-48/+4
2023-03-20selinux: remove the runtime disable functionalityGravatar Paul Moore 1-3/+3
2023-03-01tomoyo: replace tomoyo_round2() with kmalloc_size_roundup()Gravatar Vlastimil Babka 3-48/+4
2023-01-13tomoyo: Update website linkGravatar Tetsuo Handa 1-1/+1
2023-01-13tomoyo: Remove "select SRCU"Gravatar Paul E. McKenney 1-1/+0
2023-01-09tomoyo: Omit use of bin2cGravatar Masahiro Yamada 2-8/+8
2023-01-07tomoyo: avoid unneeded creation of builtin-policy.hGravatar Masahiro Yamada 1-0/+2
2023-01-07tomoyo: fix broken dependency on *.conf.defaultGravatar Masahiro Yamada 1-1/+1
2022-10-19security: Create file_truncate hook from path_truncate hookGravatar Günther Noack 1-0/+13
2022-08-21tomoyo: struct path it might get from LSM callers won't have NULL dentry or mntGravatar Al Viro 2-8/+3
2022-08-21tomoyo: use vsnprintf() properlyGravatar Al Viro 2-2/+2
2022-05-23LSM: Remove double path_rename hook calls for RENAME_EXCHANGEGravatar Mickaël Salaün 1-1/+10
2022-03-24Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 3-16/+6
2022-02-24TOMOYO: fix __setup handlers return valuesGravatar Randy Dunlap 1-2/+2
2022-02-07tomoyo: Use str_yes_no()Gravatar Lucas De Marchi 3-16/+6
2021-12-15tomoyo: use hwight16() in tomoyo_domain_quota_is_ok()Gravatar Tetsuo Handa 1-10/+7
2021-12-15tomoyo: Check exceeded quota early in tomoyo_domain_quota_is_ok().Gravatar Dmitry Vyukov 1-7/+7
2021-09-03mm/pagemap: add mmap_assert_locked() annotations to find_vma*()Gravatar Luigi Rizzo 1-4/+9
2021-06-16tomoyo: fix doc warningsGravatar ChenXiaoSong 4-9/+9
2021-03-28tomoyo: don't special case PF_IO_WORKER for PF_KTHREADGravatar Jens Axboe 1-1/+1
2021-02-01tomoyo: recognize kernel threads correctlyGravatar Tetsuo Handa 1-1/+1
2021-02-01tomoyo: ignore data race while checking quotaGravatar Tetsuo Handa 3-24/+24
2020-12-06tomoyo: Fix typo in comments.Gravatar Tetsuo Handa 5-7/+7
2020-11-27tomoyo: Fix null pointer checkGravatar Zheng Zengkai 3-6/+4
2020-11-03tomoyo: Limit wildcard recursion depth.Gravatar Tetsuo Handa 1-25/+30
2020-10-28tomoyo: fix clang pointer arithmetic warningGravatar Arnd Bergmann 1-3/+3
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