aboutsummaryrefslogtreecommitdiff
path: root/security/tomoyo
AgeCommit message (Expand)Author
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
2011-11-02Merge branch 'for-linus' of git://git.selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2011-10-29TOMOYO: Fix interactive judgment functionality.Tetsuo Handa
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2011-10-22TOMOYO: Fix incomplete read after seek.Tetsuo Handa
2011-10-19TOMOYO: Fix unused kernel config option.Tetsuo Handa
2011-10-12TOMOYO: Fix quota and garbage collector.Tetsuo Handa
2011-10-12TOMOYO: Remove redundant tasklist_lock.Tetsuo Handa
2011-09-28TOMOYO: Fix domain transition failure warning.Tetsuo Handa
2011-09-26TOMOYO: Remove tomoyo_policy_memory_lock spinlock.Tetsuo Handa
2011-09-26TOMOYO: Simplify garbage collector.Tetsuo Handa
2011-09-26TOMOYO: Fix make namespacecheck warnings.Tetsuo Handa
2011-09-19TOMOYO: Allow specifying domain transition preference.Tetsuo Handa
2011-09-15TOMOYO: Bump version.Tetsuo Handa
2011-09-14TOMOYO: Avoid race when retrying "file execute" permission check.Tetsuo Handa
2011-09-14TOMOYO: Allow domain transition without execve().Tetsuo Handa
2011-09-14TOMOYO: Allow controlling generation of access granted logs for per an entry ...Tetsuo Handa
2011-09-14TOMOYO: Add socket operation restriction support.Tetsuo Handa