aboutsummaryrefslogtreecommitdiff
path: root/security/tomoyo
AgeCommit message (Expand)Author
2015-05-12LSM: Switch to lists of hooksCasey Schaufler
2015-05-12LSM: Add security module hook list headsCasey Schaufler
2015-05-12LSM: Split security.hCasey Schaufler
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-17tomoyo: reduce mmap_sem hold for mm->exe_fileDavidlohr Bueso
2015-04-15VFS: security/: d_backing_inode() annotationsDavid Howells
2015-04-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2015-04-11switch security_inode_getattr() to struct path *Al Viro
2015-04-11constify tomoyo_realpath_from_path()Al Viro
2015-04-07tomoyo: Do not generate empty policy filesMichal Marek
2015-04-07tomoyo: Use if_changed when generating builtin-policy.hMichal Marek
2015-04-07tomoyo: Use bin2c to generate builtin-policy.hMichal Marek
2015-02-22TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR()David Howells
2015-01-06rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar
2014-08-26tomoyo: Fix pathname calculation breakage.Tetsuo Handa
2014-06-12tomoyo: Use sensible time interfaceThomas Gleixner
2014-04-01get rid of pointless checks for NULL ->i_opAl Viro
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-29tomoyo_close_control: don't bother with return valueAl Viro
2013-03-18tomoyo: use DEFINE_SRCU() to define tomoyo_ssLai Jiangshan
2013-02-22new helper: file_inode(file)Al Viro
2012-10-11consitify do_mount() argumentsAl Viro
2012-10-09mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileKonstantin Khlebnikov
2012-09-21userns: Teach security_path_chown to take kuids and kgidsEric W. Biederman
2012-09-21userns: Convert tomoyo to use kuid and kgid where appropriateEric W. Biederman
2012-05-22Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris
2012-05-15TOMOYO: Accept manager programs which do not start with / .Tetsuo Handa
2012-04-09SELinux: rename dentry_open to file_openEric Paris
2012-03-23usermodehelper: use UMH_WAIT_PROC consistentlyOleg Nesterov
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-03-20tomoyo: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-20TOMOYO: Return error if fails to delete a domainTetsuo Handa
2012-03-15TOMOYO: Return appropriate value to poll().Tetsuo Handa
2012-03-01TOMOYO: Fix mount flags checking order.Tetsuo Handa
2012-01-18TOMOYO: Accept \000 as a valid character.Tetsuo Handa
2012-01-10Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2012-01-09Merge branch 'next' into for-linusJames Morris
2012-01-06switch security_path_chmod() to struct path *Al Viro
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro
2012-01-03vfs: trim includes a bitAl Viro
2012-01-03switch ->path_mknod() to umode_tAl Viro
2012-01-03switch ->path_mkdir() to umode_tAl Viro
2012-01-03tomoyo_mini_stat: switch to umode_tAl Viro
2012-01-03switch securityfs_create_file() to umode_tAl Viro
2012-01-03switch security_path_chmod() to umode_tAl Viro
2012-01-03tomoyo: stop including hell knows whatAl Viro
2011-12-12Security: tomoyo: add .gitignore fileGreg Kroah-Hartman
2011-12-12tomoyo: add missing rcu_dereference()Kees Cook
2011-12-08TOMOYO: Fix pathname handling of disconnected paths.Tetsuo Handa
2011-12-06fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro