index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
tomoyo
/
mount.c
Age
Commit message (
Expand
)
Author
2019-01-24
tomoyo: Coding style fix.
Tetsuo Handa
2018-12-20
vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled
David Howells
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2016-03-28
tomoyo: constify assorted struct path *
Al Viro
2012-10-11
consitify do_mount() arguments
Al Viro
2012-03-01
TOMOYO: Fix mount flags checking order.
Tetsuo Handa
2011-07-14
TOMOYO: Update kernel-doc.
Tetsuo Handa
2011-07-11
TOMOYO: Enable conditional ACL.
Tetsuo Handa
2011-06-30
Merge branch 'linus' into next
James Morris
2011-06-29
TOMOYO: Add auditing interface.
Tetsuo Handa
2011-06-29
TOMOYO: Use struct for passing ACL line.
Tetsuo Handa
2011-06-29
TOMOYO: Cleanup part 3.
Tetsuo Handa
2011-06-29
TOMOYO: Cleanup part 2.
Tetsuo Handa
2011-06-29
TOMOYO: Cleanup part 1.
Tetsuo Handa
2011-06-14
TOMOYO: Fix oops in tomoyo_mount_acl().
Tetsuo Handa
2011-04-20
TOMOYO: Fix refcount leak in tomoyo_mount_acl().
Tetsuo Handa
2010-08-02
TOMOYO: Use pathname specified by policy rather than execve()
Tetsuo Handa
2010-08-02
TOMOYO: Rename symbols.
Tetsuo Handa
2010-08-02
TOMOYO: Loosen parameter check for mount operation.
Tetsuo Handa
2010-08-02
TOMOYO: Rename symbols.
Tetsuo Handa
2010-08-02
TOMOYO: Use callback for permission check.
Tetsuo Handa
2010-08-02
TOMOYO: Pass parameters via structure.
Tetsuo Handa
2010-08-02
TOMOYO: Use callback for updating entries.
Tetsuo Handa
2010-08-02
TOMOYO: Update profile structure.
Tetsuo Handa
2010-08-02
TOMOYO: Support longer pathname.
Tetsuo Handa
2010-08-02
TOMOYO: Add interactive enforcing mode.
Tetsuo Handa
2010-08-02
TOMOYO: Add mount restriction.
Tetsuo Handa