summaryrefslogtreecommitdiffstats
path: root/security/tomoyo
AgeCommit message (Expand)AuthorLines
2025-01-31tomoyo: use better patterns for procfs in learning modeTetsuo Handa-33/+112
2025-01-26tomoyo: fix spelling errorsTetsuo Handa-7/+4
2025-01-26tomoyo: fix spelling errorTanya Agarwal-1/+1
2025-01-06tomoyo: automatically use patterns for several situations in learning modeTetsuo Handa-0/+30
2024-12-17tomoyo: use realpath if symlink's pathname refers to procfsTetsuo Handa-2/+9
2024-12-16tomoyo: don't emit warning in tomoyo_write_control()Tetsuo Handa-1/+1
2024-10-04tomoyo: revert CONFIG_SECURITY_TOMOYO_LKM supportPaul Moore-577/+118
2024-09-25tomoyo: fallback to realpath if symlink's pathname does not existTetsuo Handa-3/+6
2024-09-24tomoyo: allow building as a loadable LSM moduleTetsuo Handa-4/+467
2024-09-23tomoyo: preparation step for building as a loadable LSM moduleTetsuo Handa-116/+112
2024-06-03tomoyo: update project linksTetsuo Handa-2/+2
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada-1/+1
2024-03-01tomoyo: fix UAF write bug in tomoyo_write_control()Tetsuo Handa-1/+2
2024-01-24exec: Check __FMODE_EXEC instead of in_execve for LSMsKees Cook-1/+2
2023-12-24lsm: new security_file_ioctl_compat() hookAlfred Piccioni-0/+1
2023-11-12lsm: mark the lsm_id variables are marked as staticPaul Moore-1/+1
2023-11-12LSM: Identify modules by more than nameCasey Schaufler-1/+8
2023-09-14lsm: constify 'bprm' parameter in security_bprm_committed_creds()Khadija Kamran-1/+1
2023-08-13tomoyo: remove unused function declarationGONG, Ruiqi-2/+0
2023-08-05tomoyo: refactor deprecated strncpyJustin Stitt-3/+2
2023-07-23tomoyo: add format attributes to functionsChristian Göttsche-2/+3
2023-06-09mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes-1/+1
2023-04-24Merge tag 'tomoyo-pr-20230424' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds-48/+4
2023-03-20selinux: remove the runtime disable functionalityPaul Moore-3/+3
2023-03-01tomoyo: replace tomoyo_round2() with kmalloc_size_roundup()Vlastimil Babka-48/+4
2023-01-13tomoyo: Update website linkTetsuo Handa-1/+1
2023-01-13tomoyo: Remove "select SRCU"Paul E. McKenney-1/+0
2023-01-09tomoyo: Omit use of bin2cMasahiro Yamada-8/+8
2023-01-07tomoyo: avoid unneeded creation of builtin-policy.hMasahiro Yamada-0/+2
2023-01-07tomoyo: fix broken dependency on *.conf.defaultMasahiro Yamada-1/+1
2022-10-19security: Create file_truncate hook from path_truncate hookGünther Noack-0/+13
2022-08-21tomoyo: struct path it might get from LSM callers won't have NULL dentry or mntAl Viro-8/+3
2022-08-21tomoyo: use vsnprintf() properlyAl Viro-2/+2
2022-05-23LSM: Remove double path_rename hook calls for RENAME_EXCHANGEMickaël Salaün-1/+10
2022-03-24Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-16/+6
2022-02-24TOMOYO: fix __setup handlers return valuesRandy Dunlap-2/+2
2022-02-07tomoyo: Use str_yes_no()Lucas De Marchi-16/+6
2021-12-15tomoyo: use hwight16() in tomoyo_domain_quota_is_ok()Tetsuo Handa-10/+7
2021-12-15tomoyo: Check exceeded quota early in tomoyo_domain_quota_is_ok().Dmitry Vyukov-7/+7
2021-09-03mm/pagemap: add mmap_assert_locked() annotations to find_vma*()Luigi Rizzo-4/+9
2021-06-16tomoyo: fix doc warningsChenXiaoSong-9/+9
2021-03-28tomoyo: don't special case PF_IO_WORKER for PF_KTHREADJens Axboe-1/+1
2021-02-01tomoyo: recognize kernel threads correctlyTetsuo Handa-1/+1
2021-02-01tomoyo: ignore data race while checking quotaTetsuo Handa-24/+24
2020-12-06tomoyo: Fix typo in comments.Tetsuo Handa-7/+7
2020-11-27tomoyo: Fix null pointer checkZheng Zengkai-6/+4
2020-11-03tomoyo: Limit wildcard recursion depth.Tetsuo Handa-25/+30
2020-10-28tomoyo: fix clang pointer arithmetic warningArnd Bergmann-3/+3
2020-10-12tomoyo: Loosen pathname/domainname validation.Tetsuo Handa-6/+23
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-10/+10