aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo
AgeCommit message (Expand)Author
2023-06-09mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes
2023-04-24Merge tag 'tomoyo-pr-20230424' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds
2023-03-20selinux: remove the runtime disable functionalityPaul Moore
2023-03-01tomoyo: replace tomoyo_round2() with kmalloc_size_roundup()Vlastimil Babka
2023-01-13tomoyo: Update website linkTetsuo Handa
2023-01-13tomoyo: Remove "select SRCU"Paul E. McKenney
2023-01-09tomoyo: Omit use of bin2cMasahiro Yamada
2023-01-07tomoyo: avoid unneeded creation of builtin-policy.hMasahiro Yamada
2023-01-07tomoyo: fix broken dependency on *.conf.defaultMasahiro Yamada
2022-10-19security: Create file_truncate hook from path_truncate hookGünther Noack
2022-08-21tomoyo: struct path it might get from LSM callers won't have NULL dentry or mntAl Viro
2022-08-21tomoyo: use vsnprintf() properlyAl Viro
2022-05-23LSM: Remove double path_rename hook calls for RENAME_EXCHANGEMickaël Salaün
2022-03-24Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-02-24TOMOYO: fix __setup handlers return valuesRandy Dunlap
2022-02-07tomoyo: Use str_yes_no()Lucas De Marchi
2021-12-15tomoyo: use hwight16() in tomoyo_domain_quota_is_ok()Tetsuo Handa
2021-12-15tomoyo: Check exceeded quota early in tomoyo_domain_quota_is_ok().Dmitry Vyukov
2021-09-03mm/pagemap: add mmap_assert_locked() annotations to find_vma*()Luigi Rizzo
2021-06-16tomoyo: fix doc warningsChenXiaoSong
2021-03-28tomoyo: don't special case PF_IO_WORKER for PF_KTHREADJens Axboe
2021-02-01tomoyo: recognize kernel threads correctlyTetsuo Handa
2021-02-01tomoyo: ignore data race while checking quotaTetsuo Handa
2020-12-06tomoyo: Fix typo in comments.Tetsuo Handa
2020-11-27tomoyo: Fix null pointer checkZheng Zengkai
2020-11-03tomoyo: Limit wildcard recursion depth.Tetsuo Handa
2020-10-28tomoyo: fix clang pointer arithmetic warningArnd Bergmann
2020-10-12tomoyo: Loosen pathname/domainname validation.Tetsuo Handa
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu
2020-07-21exec: Implement kernel_execveEric W. Biederman
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2020-06-02Merge tag 'tomoyo-pr-20200601' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds
2020-05-29tomoyo_write_control(): get rid of pointless access_ok()Al Viro
2020-05-20exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsEric W. Biederman
2020-05-19proc: proc_pid_ns takes super_block as an argumentAlexey Gladkov
2020-05-12tomoyo: use true for bool variableZou Wei
2020-04-24Use proc_pid_ns() to get pid_namespace from the proc superblockAlexey Gladkov
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-01-02tomoyo: Use atomic_t for statistics counterTetsuo Handa
2019-12-16tomoyo: Suppress RCU warning at list_for_each_entry_rcu().Tetsuo Handa
2019-12-11tomoyo: Don't use nifty names on sockets.Tetsuo Handa
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-10tomoyo: Don't emit WARNING: string while fuzzing testing.Tetsuo Handa
2019-05-10tomoyo: Change pathname calculation for read-only filesystems.Tetsuo Handa
2019-05-10tomoyo: Check address length before reading address familyTetsuo Handa
2019-05-10tomoyo: Add a kernel config option for fuzzing testing.Tetsuo Handa
2019-02-19tomoyo: Bump version.Tetsuo Handa