summaryrefslogtreecommitdiffstats
path: root/security/tomoyo
Commit message (Expand)AuthorAgeFilesLines
* 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
* tomoyo: Coding style fix.Tetsuo Handa2019-01-2415-105/+309
* tomoyo: Swicth from cred->security to task_struct->security.Tetsuo Handa2019-01-235-122/+108
* LSM: Make lsm_early_cred() and lsm_early_task() local functions.Tetsuo Handa2019-01-181-1/+0
* TOMOYO: Update LSM flags to no longer be exclusiveKees Cook2019-01-081-1/+1
* Infrastructure management of the cred security blobCasey Schaufler2019-01-082-1/+8
* TOMOYO: Abstract use of cred security blobCasey Schaufler2019-01-084-16/+64
* LSM: Separate idea of "major" LSM from "exclusive" LSMKees Cook2019-01-081-1/+1
* LSM: Lift LSM selection out of individual LSMsKees Cook2019-01-081-2/+0
* LSM: Introduce LSM_FLAG_LEGACY_MAJORKees Cook2019-01-081-0/+1
* Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-01-051-0/+1
|\
| * vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells2018-12-201-0/+1
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-1/+1
* | tomoyo: fix small typoYangtao Li2018-11-051-1/+1
|/
* LSM: Record LSM name in struct lsm_infoKees Cook2018-10-101-0/+1
* LSM: Convert security_initcall() into DEFINE_LSM()Kees Cook2018-10-101-1/+3
* security: tomoyo: Fix obsolete functionDing Xiang2018-09-041-1/+2
* Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-08-151-1/+1
|\