summaryrefslogtreecommitdiff
path: root/security/tomoyo
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tomoyo-pr-20230424' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds2023-04-243-48/+4
|\
| * tomoyo: replace tomoyo_round2() with kmalloc_size_roundup()Vlastimil Babka2023-03-013-48/+4
* | selinux: remove the runtime disable functionalityPaul Moore2023-03-201-3/+3
|/
* tomoyo: Update website linkTetsuo Handa2023-01-131-1/+1
* tomoyo: Remove "select SRCU"Paul E. McKenney2023-01-131-1/+0
* tomoyo: Omit use of bin2cMasahiro Yamada2023-01-092-8/+8
* tomoyo: avoid unneeded creation of builtin-policy.hMasahiro Yamada2023-01-071-0/+2
* tomoyo: fix broken dependency on *.conf.defaultMasahiro Yamada2023-01-071-1/+1
* security: Create file_truncate hook from path_truncate hookGünther Noack2022-10-191-0/+13
* tomoyo: struct path it might get from LSM callers won't have NULL dentry or mntAl Viro2022-08-212-8/+3
* tomoyo: use vsnprintf() properlyAl Viro2022-08-212-2/+2
* LSM: Remove double path_rename hook calls for RENAME_EXCHANGEMickaël Salaün2022-05-231-1/+10
* Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-03-243-16/+6
|\
| * tomoyo: Use str_yes_no()Lucas De Marchi2022-02-073-16/+6
* | TOMOYO: fix __setup handlers return valuesRandy Dunlap2022-02-241-2/+2
|/
* tomoyo: use hwight16() in tomoyo_domain_quota_is_ok()Tetsuo Handa2021-12-151-10/+7
* tomoyo: Check exceeded quota early in tomoyo_domain_quota_is_ok().Dmitry Vyukov2021-12-151-7/+7
* mm/pagemap: add mmap_assert_locked() annotations to find_vma*()Luigi Rizzo2021-09-031-4/+9
* tomoyo: fix doc warningsChenXiaoSong2021-06-164-9/+9
* tomoyo: don't special case PF_IO_WORKER for PF_KTHREADJens Axboe2021-03-281-1/+1
* tomoyo: recognize kernel threads correctlyTetsuo Handa2021-02-011-1/+1
* tomoyo: ignore data race while checking quotaTetsuo Handa2021-02-013-24/+24
* tomoyo: Fix typo in comments.Tetsuo Handa2020-12-065-7/+7
* tomoyo: Fix null pointer checkZheng Zengkai2020-11-273-6/+4
* tomoyo: Limit wildcard recursion depth.Tetsuo Handa2020-11-031-25/+30
* tomoyo: fix clang pointer arithmetic warningArnd Bergmann2020-10-281-3/+3
* tomoyo: Loosen pathname/domainname validation.Tetsuo Handa2020-10-121-6/+23
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-10/+10
* mm/gup: remove task_struct pointer for all gup codePeter Xu2020-08-121-1/+1
* exec: Implement kernel_execveEric W. Biederman2020-07-213-5/+5
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-3/+3
* Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-9/+3
|\
| * exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsEric W. Biederman2020-05-201-9/+3
* | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-1/+3
|\ \
| * | proc: proc_pid_ns takes super_block as an argumentAlexey Gladkov2020-05-191-1/+1
| * | Use proc_pid_ns() to get pid_namespace from the proc superblockAlexey Gladkov2020-04-241-1/+3
| |/
* | Merge tag 'tomoyo-pr-20200601' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds2020-06-021-1/+1
|\ \
| * | tomoyo: use true for bool variableZou Wei2020-05-121-1/+1
| |/
* | tomoyo_write_control(): get rid of pointless access_ok()Al Viro2020-05-291-2/+0
|/
* .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* tomoyo: Use atomic_t for statistics counterTetsuo Handa2020-01-021-7/+4
* tomoyo: Suppress RCU warning at list_for_each_entry_rcu().Tetsuo Handa2019-12-164-13/+26
* tomoyo: Don't use nifty names on sockets.Tetsuo Handa2019-12-111-31/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* tomoyo: Don't emit WARNING: string while fuzzing testing.Tetsuo Handa2019-05-101-0/+2
* tomoyo: Change pathname calculation for read-only filesystems.Tetsuo Handa2019-05-101-1/+2
* tomoyo: Check address length before reading address familyTetsuo Handa2019-05-101-0/+4
* tomoyo: Add a kernel config option for fuzzing testing.Tetsuo Handa2019-05-102-1/+22
* tomoyo: Bump version.Tetsuo Handa2019-02-192-8/+13
* tomoyo: Allow multiple use_group lines.Tetsuo Handa2019-01-243-22/+42