- f702e11 tomoyo: use hwight16() in tomoyo_domain_quota_is_ok() by Tetsuo Handa · 3 years ago
- 04e57a2 tomoyo: Check exceeded quota early in tomoyo_domain_quota_is_ok(). by Dmitry Vyukov · 3 years ago
- 5b78ed2 mm/pagemap: add mmap_assert_locked() annotations to find_vma*() by Luigi Rizzo · 3 years, 4 months ago
- 98eaa63 tomoyo: fix doc warnings by ChenXiaoSong · 3 years, 7 months ago
- 4e53d17 tomoyo: don't special case PF_IO_WORKER for PF_KTHREAD by Jens Axboe · 3 years, 9 months ago
- 9c83465 tomoyo: recognize kernel threads correctly by Tetsuo Handa · 3 years, 11 months ago
- 5797e86 tomoyo: ignore data race while checking quota by Tetsuo Handa · 3 years, 11 months ago
- 15269fb tomoyo: Fix typo in comments. by Tetsuo Handa · 4 years, 1 month ago
- 1b6b924 tomoyo: Fix null pointer check by Zheng Zengkai · 4 years, 1 month ago
- e991a40 tomoyo: Limit wildcard recursion depth. by Tetsuo Handa · 4 years, 2 months ago
- d9594e0 tomoyo: fix clang pointer arithmetic warning by Arnd Bergmann · 4 years, 2 months ago
- a207516 tomoyo: Loosen pathname/domainname validation. by Tetsuo Handa · 4 years, 4 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- 64019a2 mm/gup: remove task_struct pointer for all gup code by Peter Xu · 4 years, 5 months ago
- be619f7 exec: Implement kernel_execve by Eric W. Biederman · 4 years, 6 months ago
- a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
- 15a2bc4 Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 7 months ago
- 9ff7258 Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 7 months ago
- 91681e8 Merge tag 'tomoyo-pr-20200601' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1 by Linus Torvalds · 4 years, 7 months ago
- 00fca6b tomoyo_write_control(): get rid of pointless access_ok() by Al Viro · 4 years, 8 months ago
- b8bff59 exec: Factor security_bprm_creds_for_exec out of security_bprm_set_creds by Eric W. Biederman · 4 years, 9 months ago
- 9d78ede proc: proc_pid_ns takes super_block as an argument by Alexey Gladkov · 4 years, 7 months ago
- 27acbf4 tomoyo: use true for bool variable by Zou Wei · 4 years, 9 months ago
- c59f415 Use proc_pid_ns() to get pid_namespace from the proc superblock by Alexey Gladkov · 4 years, 8 months ago
- d198b34 .gitignore: add SPDX License Identifier by Masahiro Yamada · 4 years, 10 months ago
- a8772fa tomoyo: Use atomic_t for statistics counter by Tetsuo Handa · 5 years ago
- 6bd5ce6 tomoyo: Suppress RCU warning at list_for_each_entry_rcu(). by Tetsuo Handa · 5 years ago
- 6f7c413 tomoyo: Don't use nifty names on sockets. by Tetsuo Handa · 5 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- 4ad98ac tomoyo: Don't emit WARNING: string while fuzzing testing. by Tetsuo Handa · 6 years ago
- 27df4b4 tomoyo: Change pathname calculation for read-only filesystems. by Tetsuo Handa · 6 years ago
- e6193f7 tomoyo: Check address length before reading address family by Tetsuo Handa · 6 years ago
- e80b185 tomoyo: Add a kernel config option for fuzzing testing. by Tetsuo Handa · 6 years ago
- 861f4bc tomoyo: Bump version. by Tetsuo Handa · 6 years ago
- 4b42564 tomoyo: Allow multiple use_group lines. by Tetsuo Handa · 6 years ago
- cdcf672 tomoyo: Coding style fix. by Tetsuo Handa · 6 years ago
- 8c6cb98 tomoyo: Swicth from cred->security to task_struct->security. by Tetsuo Handa · 6 years ago
- 1cfb2a5 LSM: Make lsm_early_cred() and lsm_early_task() local functions. by Tetsuo Handa · 6 years ago
- a5e2fe7 TOMOYO: Update LSM flags to no longer be exclusive by Kees Cook · 6 years ago
- bbd3662 Infrastructure management of the cred security blob by Casey Schaufler · 6 years ago
- 43fc460 TOMOYO: Abstract use of cred security blob by Casey Schaufler · 6 years ago
- 14bd99c LSM: Separate idea of "major" LSM from "exclusive" LSM by Kees Cook · 6 years ago
- f4941d7 LSM: Lift LSM selection out of individual LSMs by Kees Cook · 6 years ago
- 47008e5 LSM: Introduce LSM_FLAG_LEGACY_MAJOR by Kees Cook · 6 years ago
- 505b050 Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
- 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
- e262e32d vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled by David Howells · 6 years ago
- f09c296 tomoyo: fix small typo by Yangtao Li · 6 years ago
- 07aed2f LSM: Record LSM name in struct lsm_info by Kees Cook · 6 years ago
- 3d6e5f6 LSM: Convert security_initcall() into DEFINE_LSM() by Kees Cook · 6 years ago
- dbdb75b security: tomoyo: Fix obsolete function by Ding Xiang · 6 years ago
- e026bcc Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
- c417fbc kbuild: move bin2c back to scripts/ from scripts/basic/ by Masahiro Yamada · 7 years ago
- 9481769 ->file_open(): lose cred argument by Al Viro · 6 years ago
- 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
- a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
- c0d4be2 tomoyo: annotate ->poll() instances by Al Viro · 7 years ago
- 55b3a0c Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 9273409 tomoyo: fix timestamping for y2038 by Arnd Bergmann · 7 years ago
- ddb4a14 exec: Rename bprm->cred_prepared to called_set_creds by Kees Cook · 7 years ago
- 0302e28 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
- 8291798 TOMOYO: Use designated initializers by Kees Cook · 8 years ago
- db68ce1 new helper: uaccess_kernel() by Al Viro · 8 years ago
- ca97d93 security: mark LSM hooks as __ro_after_init by James Morris · 8 years ago
- b2d0910 sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h> by Ingo Molnar · 8 years ago
- d69dece5 LSM: Add /sys/kernel/security/lsm by Casey Schaufler · 8 years ago
- 5b56d49 mm: add locked parameter to get_user_pages_remote() by Lorenzo Stoakes · 8 years ago
- 9beae1e mm: replace get_user_pages_remote() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
- 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
- 18fc84d vfs: remove unused i_op->rename by Miklos Szeredi · 8 years ago
- 7a1e8b8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
- 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 9 years ago
- 40d2737 security: tomoyo: simplify the gc kthread creation by Mike Danese · 9 years ago
- 3b73b68 constify security_sb_pivotroot() by Al Viro · 9 years ago
- 77b286c constify security_path_chroot() by Al Viro · 9 years ago
- 3ccee46 constify security_path_{link,rename} by Al Viro · 9 years ago
- d360775 constify security_path_{mkdir,mknod,symlink} by Al Viro · 9 years ago
- 989f74e constify security_path_{unlink,rmdir} by Al Viro · 9 years ago
- be01f9f constify chmod_common/security_path_chmod by Al Viro · 9 years ago
- 8a04c43 constify security_sb_mount() by Al Viro · 9 years ago
- 7fd25da constify chown_common/security_path_chown by Al Viro · 9 years ago
- e6641ed tomoyo: constify assorted struct path * by Al Viro · 9 years ago
- 81f4c50 constify security_path_truncate() by Al Viro · 9 years ago
- 1e98779 mm/gup: Introduce get_user_pages_remote() by Dave Hansen · 9 years ago
- 16e5c1f convert a bunch of open-coded instances of memdup_user_nul() by Al Viro · 9 years ago
- b1d9e6b LSM: Switch to lists of hooks by Casey Schaufler · 10 years ago
- e20b043 LSM: Add security module hook list heads by Casey Schaufler · 10 years ago
- 3c4ed7b LSM: Split security.h by Casey Schaufler · 10 years ago
- 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- d4144ea tomoyo: reduce mmap_sem hold for mm->exe_file by Davidlohr Bueso · 10 years ago
- c6f493d VFS: security/: d_backing_inode() annotations by David Howells · 10 years ago
- d488d3a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
- 3f7036a switch security_inode_getattr() to struct path * by Al Viro · 10 years ago
- 2247386 constify tomoyo_realpath_from_path() by Al Viro · 10 years ago
- f02dee2 tomoyo: Do not generate empty policy files by Michal Marek · 10 years ago
- bf7a9ab tomoyo: Use if_changed when generating builtin-policy.h by Michal Marek · 10 years ago
- 7e114bb tomoyo: Use bin2c to generate builtin-policy.h by Michal Marek · 10 years ago
- e656a8e TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR() by David Howells · 10 years ago
- 83fe27e rcu: Make SRCU optional by using CONFIG_SRCU by Pranith Kumar · 10 years ago