aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo/domain.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-19TOMOYO: Remove next_domain from tomoyo_find_next_domain().Tetsuo Handa1-5/+5
2009-06-19TOMOYO: Move tomoyo_delete_domain().Tetsuo Handa1-32/+0
2009-06-09TOMOYO: Add description of lists and structures.Tetsuo Handa1-7/+185
2009-06-04TOMOYO: Remove unused parameter.Tetsuo Handa1-1/+1
2009-06-03TOMOYO: Simplify policy reader.Tetsuo Handa1-17/+14
2009-06-03TOMOYO: Remove redundant markers.Tetsuo Handa1-14/+0
2009-06-02TOMOYO: Remove unused mutex.Tetsuo Handa1-1/+0
2009-04-14tomoyo: version bump to 2.2.0.Tetsuo Handa1-1/+1
2009-04-07tomoyo: remove "undelete domain" command.Tetsuo Handa1-87/+3
2009-02-14TOMOYO: Fix exception policy read failure.Tetsuo Handa1-1/+1
2009-02-12Domain transition handler.Kentaro Takeda1-0/+878