summaryrefslogtreecommitdiffstats
path: root/security/tomoyo/mount.c
Commit message (Expand)AuthorAgeFilesLines
* tomoyo: constify assorted struct path *Al Viro2016-03-281-2/+2
* consitify do_mount() argumentsAl Viro2012-10-111-2/+3
* TOMOYO: Fix mount flags checking order.Tetsuo Handa2012-03-011-18/+20
* TOMOYO: Update kernel-doc.Tetsuo Handa2011-07-141-5/+5
* TOMOYO: Enable conditional ACL.Tetsuo Handa2011-07-111-1/+7
* Merge branch 'linus' into nextJames Morris2011-06-301-1/+1
|\
| * TOMOYO: Fix oops in tomoyo_mount_acl().Tetsuo Handa2011-06-141-1/+1
* | TOMOYO: Add auditing interface.Tetsuo Handa2011-06-291-22/+4
* | TOMOYO: Use struct for passing ACL line.Tetsuo Handa2011-06-291-53/+0
* | TOMOYO: Cleanup part 3.Tetsuo Handa2011-06-291-6/+25
* | TOMOYO: Cleanup part 2.Tetsuo Handa2011-06-291-42/+37
* | TOMOYO: Cleanup part 1.Tetsuo Handa2011-06-291-3/+2
|/
* 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