aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo/mount.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-14TOMOYO: Fix oops in tomoyo_mount_acl().Tetsuo Handa1-1/+1
2011-04-20TOMOYO: Fix refcount leak in tomoyo_mount_acl().Tetsuo Handa1-0/+1
2010-08-02TOMOYO: Use pathname specified by policy rather than execve()Tetsuo Handa1-1/+1
2010-08-02TOMOYO: Rename symbols.Tetsuo Handa1-5/+5
2010-08-02TOMOYO: Loosen parameter check for mount operation.Tetsuo Handa1-91/+33
2010-08-02TOMOYO: Rename symbols.Tetsuo Handa1-5/+5
2010-08-02TOMOYO: Use callback for permission check.Tetsuo Handa1-21/+52
2010-08-02TOMOYO: Pass parameters via structure.Tetsuo Handa1-0/+6
2010-08-02TOMOYO: Use callback for updating entries.Tetsuo Handa1-25/+18
2010-08-02TOMOYO: Update profile structure.Tetsuo Handa1-1/+2
2010-08-02TOMOYO: Support longer pathname.Tetsuo Handa1-53/+2
2010-08-02TOMOYO: Add interactive enforcing mode.Tetsuo Handa1-14/+10
2010-08-02TOMOYO: Add mount restriction.Tetsuo Handa1-0/+366