aboutsummaryrefslogtreecommitdiff
path: root/security/tomoyo
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-21userns: Convert tomoyo to use kuid and kgid where appropriateGravatar Eric W. Biederman 4-20/+31
2012-05-22Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextGravatar James Morris 1-3/+3
2012-05-15TOMOYO: Accept manager programs which do not start with / .Gravatar Tetsuo Handa 2-21/+6
2012-04-09SELinux: rename dentry_open to file_openGravatar Eric Paris 1-3/+3
2012-03-23usermodehelper: use UMH_WAIT_PROC consistentlyGravatar Oleg Nesterov 1-1/+1
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 5-65/+51
2012-03-20tomoyo: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 1-2/+2
2012-03-20TOMOYO: Return error if fails to delete a domainGravatar Tetsuo Handa 1-4/+5
2012-03-15TOMOYO: Return appropriate value to poll().Gravatar Tetsuo Handa 4-43/+26
2012-03-01TOMOYO: Fix mount flags checking order.Gravatar Tetsuo Handa 1-18/+20
2012-01-18TOMOYO: Accept \000 as a valid character.Gravatar Tetsuo Handa 1-3/+3
2012-01-10Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityGravatar Linus Torvalds 2-1/+3
2012-01-09Merge branch 'next' into for-linusGravatar James Morris 2-1/+3
2012-01-06switch security_path_chmod() to struct path *Gravatar Al Viro 1-7/+4