aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro1-8/+3
2015-05-12LSM: Switch to lists of hooksCasey Schaufler1-11/+3
2015-05-12LSM: Add security module hook list headsCasey Schaufler1-29/+29
2015-05-12LSM: Split security.hCasey Schaufler1-1/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-6/+6
2015-04-17tomoyo: reduce mmap_sem hold for mm->exe_fileDavidlohr Bueso1-5/+8
2015-04-15VFS: security/: d_backing_inode() annotationsDavid Howells2-6/+6
2015-04-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds4-45/+15
2015-04-11switch security_inode_getattr() to struct path *Al Viro3-6/+5
2015-04-11constify tomoyo_realpath_from_path()Al Viro2-4/+4
2015-04-07tomoyo: Do not generate empty policy filesMichal Marek3-29/+5
2015-04-07tomoyo: Use if_changed when generating builtin-policy.hMichal Marek1-18/+11
2015-04-07tomoyo: Use bin2c to generate builtin-policy.hMichal Marek2-10/+11
2015-02-22TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR()David Howells1-3/+1
2015-01-06rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar1-0/+1
2014-08-26tomoyo: Fix pathname calculation breakage.Tetsuo Handa1-2/+3
2014-06-12tomoyo: Use sensible time interfaceThomas Gleixner2-8/+4
2014-04-01get rid of pointless checks for NULL ->i_opAl Viro1-2/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-8/+4
2013-04-29tomoyo_close_control: don't bother with return valueAl Viro3-8/+4
2013-03-18tomoyo: use DEFINE_SRCU() to define tomoyo_ssLai Jiangshan1-3/+2
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-10-11consitify do_mount() argumentsAl Viro3-5/+6
2012-10-09mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileKonstantin Khlebnikov1-7/+2
2012-09-21userns: Teach security_path_chown to take kuids and kgidsEric W. Biederman1-5/+7
2012-09-21userns: Convert tomoyo to use kuid and kgid where appropriateEric W. Biederman4-20/+31
2012-05-22Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris1-3/+3
2012-05-15TOMOYO: Accept manager programs which do not start with / .Tetsuo Handa2-21/+6
2012-04-09SELinux: rename dentry_open to file_openEric Paris1-3/+3
2012-03-23usermodehelper: use UMH_WAIT_PROC consistentlyOleg Nesterov1-1/+1
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds5-65/+51
2012-03-20tomoyo: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-20TOMOYO: Return error if fails to delete a domainTetsuo Handa1-4/+5
2012-03-15TOMOYO: Return appropriate value to poll().Tetsuo Handa4-43/+26
2012-03-01TOMOYO: Fix mount flags checking order.Tetsuo Handa1-18/+20
2012-01-18TOMOYO: Accept \000 as a valid character.Tetsuo Handa1-3/+3
2012-01-10Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2-1/+3
2012-01-09Merge branch 'next' into for-linusJames Morris2-1/+3
2012-01-06switch security_path_chmod() to struct path *Al Viro1-7/+4
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro4-7/+7
2012-01-03vfs: trim includes a bitAl Viro1-0/+1
2012-01-03switch ->path_mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->path_mkdir() to umode_tAl Viro1-1/+1
2012-01-03tomoyo_mini_stat: switch to umode_tAl Viro2-3/+3
2012-01-03switch securityfs_create_file() to umode_tAl Viro1-1/+1
2012-01-03switch security_path_chmod() to umode_tAl Viro1-1/+1
2012-01-03tomoyo: stop including hell knows whatAl Viro1-8/+0
2011-12-12Security: tomoyo: add .gitignore fileGreg Kroah-Hartman1-0/+2
2011-12-12tomoyo: add missing rcu_dereference()Kees Cook1-1/+1
2011-12-08TOMOYO: Fix pathname handling of disconnected paths.Tetsuo Handa1-1/+9