aboutsummaryrefslogtreecommitdiff
path: root/security/tomoyo
AgeCommit message (Expand)AuthorFilesLines
2017-08-01exec: Rename bprm->cred_prepared to called_set_credsGravatar Kees Cook 1-1/+1
2017-05-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 2-17/+17
2017-03-30TOMOYO: Use designated initializersGravatar Kees Cook 2-16/+16
2017-03-28new helper: uaccess_kernel()Gravatar Al Viro 1-1/+1
2017-03-06security: mark LSM hooks as __ro_after_initGravatar James Morris 1-1/+1
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Gravatar Ingo Molnar 3-0/+6
2017-01-19LSM: Add /sys/kernel/security/lsmGravatar Casey Schaufler 1-1/+1
2016-12-14mm: add locked parameter to get_user_pages_remote()Gravatar Lorenzo Stoakes 1-1/+1
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsGravatar Lorenzo Stoakes 1-1/+1
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-2/+2
2016-09-27vfs: remove unused i_op->renameGravatar Miklos Szeredi 1-2/+2
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-7/+2
2016-06-10vfs: make the string hashes salt the hashGravatar Linus Torvalds 2-2/+2
2016-06-06security: tomoyo: simplify the gc kthread creationGravatar Mike Danese 1-7/+2
2016-03-28constify security_sb_pivotroot()Gravatar Al Viro 1-1/+1
2016-03-28constify security_path_chroot()Gravatar Al Viro 1-1/+1
2016-03-28constify security_path_{link,rename}Gravatar Al Viro 1-3/+3
2016-03-28constify security_path_{mkdir,mknod,symlink}Gravatar Al Viro 1-3/+3
2016-03-28constify security_path_{unlink,rmdir}Gravatar Al Viro 1-2/+2
2016-03-28constify chmod_common/security_path_chmodGravatar Al Viro 1-1/+1
2016-03-28constify security_sb_mount()Gravatar Al Viro 1-1/+1
2016-03-28constify chown_common/security_path_chownGravatar Al Viro 1-1/+1
2016-03-28tomoyo: constify assorted struct path *Gravatar Al Viro 3-13/+13
2016-03-28constify security_path_truncate()Gravatar Al Viro 1-1/+1
2016-02-16mm/gup: Introduce get_user_pages_remote()Gravatar Dave Hansen 1-1/+8
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Gravatar Al Viro 1-8/+3
2015-05-12LSM: Switch to lists of hooksGravatar Casey Schaufler 1-11/+3
2015-05-12LSM: Add security module hook list headsGravatar Casey Schaufler 1-29/+29
2015-05-12LSM: Split security.hGravatar Casey Schaufler 1-1/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-6/+6
2015-04-17tomoyo: reduce mmap_sem hold for mm->exe_fileGravatar Davidlohr Bueso 1-5/+8
2015-04-15VFS: security/: d_backing_inode() annotationsGravatar David Howells 2-6/+6
2015-04-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 4-45/+15
2015-04-11switch security_inode_getattr() to struct path *Gravatar Al Viro 3-6/+5
2015-04-11constify tomoyo_realpath_from_path()Gravatar Al Viro 2-4/+4
2015-04-07tomoyo: Do not generate empty policy filesGravatar Michal Marek 3-29/+5
2015-04-07tomoyo: Use if_changed when generating builtin-policy.hGravatar Michal Marek 1-18/+11
2015-04-07tomoyo: Use bin2c to generate builtin-policy.hGravatar Michal Marek 2-10/+11
2015-02-22TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR()Gravatar David Howells 1-3/+1
2015-01-06rcu: Make SRCU optional by using CONFIG_SRCUGravatar Pranith Kumar 1-0/+1
2014-08-26tomoyo: Fix pathname calculation breakage.Gravatar Tetsuo Handa 1-2/+3
2014-06-12tomoyo: Use sensible time interfaceGravatar Thomas Gleixner 2-8/+4
2014-04-01get rid of pointless checks for NULL ->i_opGravatar Al Viro 1-2/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-8/+4
2013-04-29tomoyo_close_control: don't bother with return valueGravatar Al Viro 3-8/+4
2013-03-18tomoyo: use DEFINE_SRCU() to define tomoyo_ssGravatar Lai Jiangshan 1-3/+2
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2012-10-11consitify do_mount() argumentsGravatar Al Viro 3-5/+6
2012-10-09mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileGravatar Konstantin Khlebnikov 1-7/+2
2012-09-21userns: Teach security_path_chown to take kuids and kgidsGravatar Eric W. Biederman 1-5/+7