aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo/mount.c
Commit message (Expand)AuthorAgeFilesLines
* TOMOYO: Fix mount flags checking order.Tetsuo Handa2012-04-131-18/+20
* TOMOYO: Fix oops in tomoyo_mount_acl().Tetsuo Handa2011-06-141-1/+1
* TOMOYO: Fix refcount leak in tomoyo_mount_acl().Tetsuo Handa2011-04-201-0/+1
* TOMOYO: Use pathname specified by policy rather than execve()Tetsuo Handa2010-08-021-1/+1
* TOMOYO: Rename symbols.Tetsuo Handa2010-08-021-5/+5
* TOMOYO: Loosen parameter check for mount operation.Tetsuo Handa2010-08-021-91/+33
* TOMOYO: Rename symbols.Tetsuo Handa2010-08-021-5/+5
* TOMOYO: Use callback for permission check.Tetsuo Handa2010-08-021-21/+52
* TOMOYO: Pass parameters via structure.Tetsuo Handa2010-08-021-0/+6
* TOMOYO: Use callback for updating entries.Tetsuo Handa2010-08-021-25/+18
* TOMOYO: Update profile structure.Tetsuo Handa2010-08-021-1/+2
* TOMOYO: Support longer pathname.Tetsuo Handa2010-08-021-53/+2
* TOMOYO: Add interactive enforcing mode.Tetsuo Handa2010-08-021-14/+10
* TOMOYO: Add mount restriction.Tetsuo Handa2010-08-021-0/+366